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 5d3923b commit 64a8cd6Copy full SHA for 64a8cd6
.github/workflows/push_tests.yml
@@ -21,7 +21,7 @@ env:
21
jobs:
22
setup_torch_cuda_pipeline_matrix:
23
name: Setup Torch Pipelines CUDA Slow Tests Matrix
24
- runs-on: docker-gpu
+ runs-on: [single-gpu, nvidia-gpu, t4, ci]
25
container:
26
image: diffusers/diffusers-pytorch-cpu # this is a CPU image, but we need it to fetch the matrix
27
options: --shm-size "16gb" --ipc host
@@ -62,7 +62,6 @@ jobs:
62
needs: setup_torch_cuda_pipeline_matrix
63
strategy:
64
fail-fast: false
65
- max-parallel: 1
66
matrix:
67
module: ${{ fromJson(needs.setup_torch_cuda_pipeline_matrix.outputs.pipeline_test_matrix) }}
68
runs-on: [single-gpu, nvidia-gpu, t4, ci]
0 commit comments