Skip to content

Commit

Permalink
another test
Browse files Browse the repository at this point in the history
  • Loading branch information
younesbelkada committed Apr 12, 2024
1 parent b5ae6a8 commit 3de8c05
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/push-important-models.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ jobs:
# container:
# image: huggingface/transformers-all-latest-gpu
# options: --gpus all --privileged --ipc host -v /mnt/cache/.cache/huggingface:/mnt/cache/
if: ${{ needs.get_modified_models.outputs.matrix != '[]' && needs.get_modified_models.outputs.matrix != '' && fromJson(needs.get_modified_models.outputs.matrix) != '' }}
if: ${{ needs.get_modified_models.outputs.matrix != '[]' && needs.get_modified_models.outputs.matrix != '' && fromJson(needs.get_modified_models.outputs.matrix) != 'Array' }}
strategy:
fail-fast: false
matrix:
Expand Down
1 change: 0 additions & 1 deletion src/transformers/models/bark/modeling_bark.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@
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 3de8c05

Please sign in to comment.