From 3b27b04f1711798abf425c2e84299f91997bc827 Mon Sep 17 00:00:00 2001 From: ydshieh Date: Tue, 16 Apr 2024 15:05:50 +0200 Subject: [PATCH] check whisper --- .github/workflows/self-scheduled-caller.yml | 42 +-------------------- utils/split_model_tests.py | 1 + 2 files changed, 2 insertions(+), 41 deletions(-) diff --git a/.github/workflows/self-scheduled-caller.yml b/.github/workflows/self-scheduled-caller.yml index 59b992bcd2..dd44aa0964 100644 --- a/.github/workflows/self-scheduled-caller.yml +++ b/.github/workflows/self-scheduled-caller.yml @@ -7,7 +7,7 @@ on: - cron: "17 2 * * *" push: branches: - - run_scheduled_ci* + - check-whisper-slow-tests jobs: model-ci: @@ -17,43 +17,3 @@ jobs: job: run_tests_gpu slack_report_channel: "#transformers-ci-daily-models" secrets: inherit - - torch-pipeline: - name: Torch pipeline CI - uses: ./.github/workflows/self-scheduled.yml - with: - job: run_pipelines_torch_gpu - slack_report_channel: "#transformers-ci-daily-pipeline-torch" - secrets: inherit - - tf-pipeline: - name: TF pipeline CI - uses: ./.github/workflows/self-scheduled.yml - with: - job: run_pipelines_tf_gpu - slack_report_channel: "#transformers-ci-daily-pipeline-tf" - secrets: inherit - - example-ci: - name: Example CI - uses: ./.github/workflows/self-scheduled.yml - with: - job: run_examples_gpu - slack_report_channel: "#transformers-ci-daily-examples" - secrets: inherit - - deepspeed-ci: - name: DeepSpeed CI - uses: ./.github/workflows/self-scheduled.yml - with: - job: run_all_tests_torch_cuda_extensions_gpu - slack_report_channel: "#transformers-ci-daily-deepspeed" - secrets: inherit - - quantization-ci: - name: Quantization CI - uses: ./.github/workflows/self-scheduled.yml - with: - job: run_tests_quantization_torch_gpu - slack_report_channel: "#transformers-ci-daily-quantization" - secrets: inherit diff --git a/utils/split_model_tests.py b/utils/split_model_tests.py index fc8800ffcf..e11ac8bb71 100644 --- a/utils/split_model_tests.py +++ b/utils/split_model_tests.py @@ -62,4 +62,5 @@ if __name__ == "__main__": start = end end = start + num_jobs_per_splits + (1 if idx < num_jobs % args.num_splits else 0) model_splits.append(d[start:end]) + model_splits = [["models/whisper"]] print(model_splits)