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

fix report tool (#3047)

This commit is contained in:
Patrick von Platen
2023-04-11 10:55:00 +02:00
committed by GitHub
parent 4f48476dd6
commit 8369196703
2 changed files with 2 additions and 2 deletions

View File

@@ -40,7 +40,7 @@ jobs:
framework: pytorch_examples
runner: docker-cpu
image: diffusers/diffusers-pytorch-cpu
report: torch_cpu
report: torch_example_cpu
name: ${{ matrix.config.name }}

View File

@@ -38,7 +38,7 @@ jobs:
framework: pytorch_examples
runner: docker-cpu
image: diffusers/diffusers-pytorch-cpu
report: torch_cpu
report: torch_example_cpu
name: ${{ matrix.config.name }}