"git@developer.sourcefind.cn:OpenDAS/vision.git" did not exist on "8a45147f9df23b12981f1e80554bbae251f594ea"
Unverified Commit e6cf2190 authored by Dhruv Nair's avatar Dhruv Nair Committed by GitHub
Browse files

[Diffusers CI] Switch slow test runners (#7123)

update
parent 7db935a1
...@@ -64,7 +64,7 @@ jobs: ...@@ -64,7 +64,7 @@ jobs:
max-parallel: 1 max-parallel: 1
matrix: matrix:
module: ${{ fromJson(needs.setup_torch_cuda_pipeline_matrix.outputs.pipeline_test_matrix) }} module: ${{ fromJson(needs.setup_torch_cuda_pipeline_matrix.outputs.pipeline_test_matrix) }}
runs-on: docker-gpu runs-on: [single-gpu, nvidia-gpu, t4, ci]
container: container:
image: diffusers/diffusers-pytorch-cuda image: diffusers/diffusers-pytorch-cuda
options: --shm-size "16gb" --ipc host -v /mnt/hf_cache:/mnt/cache/ --gpus 0 options: --shm-size "16gb" --ipc host -v /mnt/hf_cache:/mnt/cache/ --gpus 0
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment