Skip to content

Commit

Permalink
fix(pr-1175): fixed test_depth2img_pipeline_latency_bf16
Browse files Browse the repository at this point in the history
  • Loading branch information
imangohari1 committed Sep 25, 2024
1 parent a9d652a commit 26ba85f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_diffusers.py
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@
TEXT_TO_VIDEO_SYNTHESIS_BF16_BASELINE = 70
DETERMINISTIC_IMAGE_GENERATION_THROUGHPUT = 0.946
THROUGHPUT_UNCONDITIONAL_IMAGE_BASELINE_BF16 = 7.671212047338486
DEPTH2IMG_GENERATION_LATENCY_BASELINE_BF16 = 28.13371205329895
DEPTH2IMG_GENERATION_LATENCY_BASELINE_BF16 = 36.06376791000366
else:
THROUGHPUT_BASELINE_BF16 = 0.309
THROUGHPUT_BASELINE_AUTOCAST = 0.114
Expand Down

0 comments on commit 26ba85f

Please sign in to comment.