1
0
mirror of https://github.com/huggingface/diffusers.git synced 2026-01-27 17:22:53 +03:00

[CI] Nightly Test Runner explicitly set runner for Setup Pipeline Matrix (#8986)

* update

* update

* update
This commit is contained in:
Dhruv Nair
2024-07-26 13:20:35 +05:30
committed by GitHub
parent bce9105ac7
commit 1168eaaadd

View File

@@ -18,8 +18,10 @@ env:
jobs:
setup_torch_cuda_pipeline_matrix:
name: Setup Torch Pipelines Matrix
runs-on: diffusers/diffusers-pytorch-cpu
name: Setup Torch Pipelines CUDA Slow Tests Matrix
runs-on: [ self-hosted, intel-cpu, 8-cpu, ci ]
container:
image: diffusers/diffusers-pytorch-cpu
outputs:
pipeline_test_matrix: ${{ steps.fetch_pipeline_matrix.outputs.pipeline_test_matrix }}
steps: