Skip to content

Commit

Permalink
Add torch/tf pipeline - fix
Browse files Browse the repository at this point in the history
  • Loading branch information
ydshieh committed Apr 2, 2024
1 parent 4f9a39a commit e4b203a
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/self-scheduled.yml
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,6 @@ jobs:
container:
image: huggingface/transformers-pytorch-gpu
options: --gpus all --shm-size "16gb" --ipc host -v /mnt/cache/.cache/huggingface:/mnt/cache/
needs: setup
steps:
- name: Update clone
working-directory: /transformers
Expand Down Expand Up @@ -151,7 +150,6 @@ jobs:
container:
image: huggingface/transformers-tensorflow-gpu
options: --gpus all --shm-size "16gb" --ipc host -v /mnt/cache/.cache/huggingface:/mnt/cache/
needs: setup
steps:
- name: Update clone
working-directory: /transformers
Expand Down

0 comments on commit e4b203a

Please sign in to comment.