File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ concurrency:
1515jobs :
1616 setup_pr_tests :
1717 name : Setup PR Tests
18- runs-on : docker- cpu
18+ runs-on : [ self-hosted, intel- cpu, 8-cpu, ci ]
1919 container :
2020 image : diffusers/diffusers-pytorch-cpu
2121 options : --shm-size "16gb" --ipc host -v /mnt/hf_cache:/mnt/cache/
7373 max-parallel : 2
7474 matrix :
7575 modules : ${{ fromJson(needs.setup_pr_tests.outputs.matrix) }}
76- runs-on : docker- cpu
76+ runs-on : [ self-hosted, intel- cpu, 8-cpu, ci ]
7777 container :
7878 image : diffusers/diffusers-pytorch-cpu
7979 options : --shm-size "16gb" --ipc host -v /mnt/hf_cache:/mnt/cache/
@@ -123,7 +123,7 @@ jobs:
123123 config :
124124 - name : Hub tests for models, schedulers, and pipelines
125125 framework : hub_tests_pytorch
126- runner : docker- cpu
126+ runner : [ self-hosted, intel- cpu, 8-cpu, ci ]
127127 image : diffusers/diffusers-pytorch-cpu
128128 report : torch_hub
129129
You can’t perform that action at this time.
0 commit comments