Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
younesbelkada committed Apr 12, 2024
1 parent 9decf04 commit 722191a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/push-important-models.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,7 @@ jobs:
echo ${{ needs.get_modified_models.outputs.matrix == '' }}
echo ${{ needs.get_modified_models.outputs.matrix == ' ' }}
echo ${{ fromJson(needs.get_modified_models.outputs.matrix) == ' ' }}
echo ${{ fromJson(needs.get_modified_models.outputs.matrix)[0] == null }}
- name: Check out code
uses: actions/checkout@v3

Expand Down
1 change: 1 addition & 0 deletions src/transformers/models/bark/modeling_bark.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@
import math
from typing import Dict, Optional, Tuple, Union


import numpy as np
import torch
from torch import nn
Expand Down

0 comments on commit 722191a

Please sign in to comment.