We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1c43b5e commit bd4e377Copy full SHA for bd4e377
.github/workflows/self-scheduled.yml
@@ -1,5 +1,11 @@
1
name: Self-hosted runner (scheduled)
2
3
+# Note that each job's dependencies go into a corresponding docker file.
4
+#
5
+# For example for `run_all_tests_torch_cuda_extensions_gpu` the docker image is
6
+# `huggingface/transformers-pytorch-deepspeed-latest-gpu`, which can be found at
7
+# `docker/transformers-pytorch-deepspeed-latest-gpu/Dockerfile`
8
+
9
on:
10
repository_dispatch:
11
schedule:
0 commit comments