From e4b203a9fff4646a414dc31afeb742a2a49f1b92 Mon Sep 17 00:00:00 2001 From: ydshieh Date: Tue, 2 Apr 2024 16:09:53 +0200 Subject: [PATCH] Add torch/tf pipeline - fix --- .github/workflows/self-scheduled.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/self-scheduled.yml b/.github/workflows/self-scheduled.yml index 1fd80d44244282..fecc1920431500 100644 --- a/.github/workflows/self-scheduled.yml +++ b/.github/workflows/self-scheduled.yml @@ -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 @@ -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