From 1050bdc15c18e39b0706f4ea0704a2afb6665d0e Mon Sep 17 00:00:00 2001 From: ydshieh Date: Tue, 7 May 2024 19:03:27 +0200 Subject: [PATCH] update --- .github/workflows/self-scheduled-caller.yml | 80 ++++++++++----------- 1 file changed, 40 insertions(+), 40 deletions(-) diff --git a/.github/workflows/self-scheduled-caller.yml b/.github/workflows/self-scheduled-caller.yml index 6d71da50107576..3a16b31549c07c 100644 --- a/.github/workflows/self-scheduled-caller.yml +++ b/.github/workflows/self-scheduled-caller.yml @@ -10,50 +10,50 @@ on: - trigger_upload_artifacts_3 jobs: - model-ci: - name: Model CI - uses: ./.github/workflows/self-scheduled.yml - with: - job: run_models_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 +# model-ci: +# name: Model CI +# uses: ./.github/workflows/self-scheduled.yml +# with: +# job: run_models_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_torch_cuda_extensions_gpu -# slack_report_channel: "#transformers-ci-daily-deepspeed" +# job: run_pipelines_tf_gpu +# slack_report_channel: "#transformers-ci-daily-pipeline-tf" # secrets: inherit # -# quantization-ci: -# name: Quantization CI +# example-ci: +# name: Example CI # uses: ./.github/workflows/self-scheduled.yml # with: -# job: run_quantization_torch_gpu -# slack_report_channel: "#transformers-ci-daily-quantization" +# 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_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_quantization_torch_gpu + slack_report_channel: "#transformers-ci-daily-quantization" + secrets: inherit