From 1a64202a81fc4baeda41466abbc2c90b2ba8434c Mon Sep 17 00:00:00 2001 From: ydshieh Date: Tue, 2 Apr 2024 14:35:04 +0200 Subject: [PATCH] Fix --- .github/workflows/self-scheduled.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.github/workflows/self-scheduled.yml b/.github/workflows/self-scheduled.yml index 6e2faa2b662b77..71dde7d67a1684 100644 --- a/.github/workflows/self-scheduled.yml +++ b/.github/workflows/self-scheduled.yml @@ -100,7 +100,6 @@ jobs: container: image: huggingface/transformers-all-latest-gpu options: --gpus 0 --shm-size "16gb" --ipc host -v /mnt/cache/.cache/huggingface:/mnt/cache/ - needs: setup steps: - name: Update clone working-directory: /transformers @@ -250,7 +249,6 @@ jobs: matrix: machine_type: [single-gpu, multi-gpu] runs-on: ['${{ matrix.machine_type }}', nvidia-gpu, t4, daily-ci] - needs: setup container: image: huggingface/transformers-pytorch-deepspeed-latest-gpu options: --gpus all --shm-size "16gb" --ipc host -v /mnt/cache/.cache/huggingface:/mnt/cache/ @@ -396,7 +394,7 @@ jobs: send_results: name: Slack Report - needs: [setup, run_tests_gpu, run_tests_quantization_torch_gpu, run_extract_warnings] + needs: [setup, run_tests_gpu, run_examples_gpu, run_all_tests_torch_cuda_extensions_gpu, run_tests_quantization_torch_gpu, run_extract_warnings] if: ${{ always() }} uses: ./.github/workflows/slack-report.yml with: