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 847f36b commit 0501e7c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .github/workflows/push-important-models.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,9 @@ jobs:
model-name: ${{ fromJson(needs.get_modified_models.outputs.matrix) }}

steps:
- name: Echo
run: |
echo ${{ needs.get_modified_models.outputs.matrix }}
- name: Check out code
uses: actions/checkout@v3

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 0501e7c

Please sign in to comment.