Skip to content

Commit e6cf219

Browse files
authored
[Diffusers CI] Switch slow test runners (huggingface#7123)
update
1 parent 7db935a commit e6cf219

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/push_tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ jobs:
6464
max-parallel: 1
6565
matrix:
6666
module: ${{ fromJson(needs.setup_torch_cuda_pipeline_matrix.outputs.pipeline_test_matrix) }}
67-
runs-on: docker-gpu
67+
runs-on: [single-gpu, nvidia-gpu, t4, ci]
6868
container:
6969
image: diffusers/diffusers-pytorch-cuda
7070
options: --shm-size "16gb" --ipc host -v /mnt/hf_cache:/mnt/cache/ --gpus 0

0 commit comments

Comments
 (0)