move to new runners (#7839)
This commit is contained in:
committed by
GitHub
parent
3c85a57297
commit
44ba90caff
@@ -15,7 +15,7 @@ concurrency:
|
|||||||
jobs:
|
jobs:
|
||||||
setup_pr_tests:
|
setup_pr_tests:
|
||||||
name: Setup PR Tests
|
name: Setup PR Tests
|
||||||
runs-on: docker-cpu
|
runs-on: [ self-hosted, intel-cpu, 8-cpu, ci ]
|
||||||
container:
|
container:
|
||||||
image: diffusers/diffusers-pytorch-cpu
|
image: diffusers/diffusers-pytorch-cpu
|
||||||
options: --shm-size "16gb" --ipc host -v /mnt/hf_cache:/mnt/cache/
|
options: --shm-size "16gb" --ipc host -v /mnt/hf_cache:/mnt/cache/
|
||||||
@@ -73,7 +73,7 @@ jobs:
|
|||||||
max-parallel: 2
|
max-parallel: 2
|
||||||
matrix:
|
matrix:
|
||||||
modules: ${{ fromJson(needs.setup_pr_tests.outputs.matrix) }}
|
modules: ${{ fromJson(needs.setup_pr_tests.outputs.matrix) }}
|
||||||
runs-on: docker-cpu
|
runs-on: [ self-hosted, intel-cpu, 8-cpu, ci ]
|
||||||
container:
|
container:
|
||||||
image: diffusers/diffusers-pytorch-cpu
|
image: diffusers/diffusers-pytorch-cpu
|
||||||
options: --shm-size "16gb" --ipc host -v /mnt/hf_cache:/mnt/cache/
|
options: --shm-size "16gb" --ipc host -v /mnt/hf_cache:/mnt/cache/
|
||||||
@@ -123,7 +123,7 @@ jobs:
|
|||||||
config:
|
config:
|
||||||
- name: Hub tests for models, schedulers, and pipelines
|
- name: Hub tests for models, schedulers, and pipelines
|
||||||
framework: hub_tests_pytorch
|
framework: hub_tests_pytorch
|
||||||
runner: docker-cpu
|
runner: [ self-hosted, intel-cpu, 8-cpu, ci ]
|
||||||
image: diffusers/diffusers-pytorch-cpu
|
image: diffusers/diffusers-pytorch-cpu
|
||||||
report: torch_hub
|
report: torch_hub
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user