Skip to content
GitLab
Explore
Projects
Groups
Topics
Snippets
Projects
Groups
Topics
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
某某某
transformers-new
Commits
4e664881
Commit
4e664881
authored
4 months ago
by
ydshieh
Browse files
Options
Download
Patches
Plain Diff
trigger other CI
parent
f3f0b73c
test-tp-old-version
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
.github/workflows/self-scheduled-caller.yml
+59
-59
.github/workflows/self-scheduled-caller.yml
with
59 additions
and
59 deletions
+59
-59
.github/workflows/self-scheduled-caller.yml
+
59
−
59
View file @
4e664881
...
...
@@ -10,69 +10,69 @@ on:
-
refactor-from-pretrained
jobs
:
model-ci
:
name
:
Model CI
# model-ci:
# name: Model CI
# uses: ./.github/workflows/self-scheduled.yml
# with:
# job: run_models_gpu
# slack_report_channel: "#transformers-ci-daily-models"
# runner: daily-ci
# docker: huggingface/transformers-all-latest-gpu
# ci_event: Daily CI
# 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"
runner
:
daily-ci
docker
:
huggingface/transformers-pytorch-gpu
ci_event
:
Daily CI
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"
runner
:
daily-ci
docker
:
huggingface/transformers-tensorflow-gpu
ci_event
:
Daily CI
secrets
:
inherit
example-ci
:
name
:
Example CI
uses
:
./.github/workflows/self-scheduled.yml
with
:
job
:
run_
model
s_gpu
slack_report_channel
:
"
#transformers-ci-daily-
model
s"
job
:
run_
example
s_gpu
slack_report_channel
:
"
#transformers-ci-daily-
example
s"
runner
:
daily-ci
docker
:
huggingface/transformers-all-latest-gpu
ci_event
:
Daily CI
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"
# runner: daily-ci
# docker: huggingface/transformers-pytorch-gpu
# ci_event: Daily CI
# 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"
# runner: daily-ci
# docker: huggingface/transformers-tensorflow-gpu
# ci_event: Daily CI
# 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"
# runner: daily-ci
# docker: huggingface/transformers-all-latest-gpu
# ci_event: Daily CI
# 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"
# runner: daily-ci
# docker: huggingface/transformers-pytorch-deepspeed-latest-gpu
# ci_event: Daily CI
# working-directory-prefix: /workspace
# 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"
# runner: daily-ci
# docker: huggingface/transformers-quantization-latest-gpu
# ci_event: Daily CI
# 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"
runner
:
daily-ci
docker
:
huggingface/transformers-pytorch-deepspeed-latest-gpu
ci_event
:
Daily CI
working-directory-prefix
:
/workspace
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"
runner
:
daily-ci
docker
:
huggingface/transformers-quantization-latest-gpu
ci_event
:
Daily CI
secrets
:
inherit
This diff is collapsed.
Click to expand it.
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment
Menu
Explore
Projects
Groups
Topics
Snippets