Skip to content

Commit 1fed6b2

Browse files
committed
update
1 parent 952b473 commit 1fed6b2

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/pr_tests_gpu.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -171,10 +171,10 @@ jobs:
171171
pattern=$(cat ${{ steps.extract_tests.outputs.pattern_file }})
172172
if [ -z "$pattern" ]; then
173173
python -m pytest -n 1 -sv --max-worker-restart=0 --dist=loadfile -k "not Flax and not Onnx" tests/${{ matrix.module }} \
174-
--make-reports=tests_torch_cuda_${{ matrix.module }}_stats
174+
--make-reports=tests_torch_cuda_${{ matrix.module }}
175175
else
176176
python -m pytest -n 1 -sv --max-worker-restart=0 --dist=loadfile -k "not Flax and not Onnx and $pattern" tests/${{ matrix.module }} \
177-
--make-reports=tests_torch_cuda_${{ matrix.module }}_stats
177+
--make-reports=tests_torch_cuda_${{ matrix.module }}
178178
fi
179179
180180
- name: Failure short reports

src/diffusers/models/modeling_utils.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ def __exit__(self, *args, **kwargs):
9292

9393

9494
logger = logging.get_logger(__name__)
95-
logger.debug("testing")
95+
9696
_REGEX_SHARD = re.compile(r"(.*?)-\d{5}-of-\d{5}")
9797

9898
TORCH_INIT_FUNCTIONS = {

0 commit comments

Comments
 (0)