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

[CI] Fix big GPU test marker (#11786)

* update

* update
This commit is contained in:
Dhruv Nair
2025-07-08 18:39:09 +02:00
committed by GitHub
parent 01240fecb0
commit cbc8ced20f
13 changed files with 9 additions and 23 deletions

View File

@@ -248,7 +248,7 @@ jobs:
BIG_GPU_MEMORY: 40
run: |
python -m pytest -n 1 --max-worker-restart=0 --dist=loadfile \
-m "big_gpu_with_torch_cuda" \
-m "big_accelerator" \
--make-reports=tests_big_gpu_torch_cuda \
--report-log=tests_big_gpu_torch_cuda.log \
tests/