Skip to content

Commit

Permalink
update outs for fp16 and fp8
Browse files Browse the repository at this point in the history
Signed-off-by: saienduri <[email protected]>
  • Loading branch information
saienduri committed Nov 13, 2024
1 parent 5448494 commit ea823ee
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@
)

sdxl_punet_int8_fp16_inference_output_0 = fetch_source_fixture(
"https://sharkpublic.blob.core.windows.net/sharkpublic/sai/sdxl-punet/11-8-2024/punet_fp16_out.0.bin",
"https://sharkpublic.blob.core.windows.net/sharkpublic/sai/sdxl-punet/11-13-2024/punet_fp16_out.0.bin",
group="sdxl_punet_int8_fp16",
)

Expand All @@ -111,7 +111,7 @@
# INT8 Punet + FP8 Attention

sdxl_punet_int8_fp8_inference_output_0 = fetch_source_fixture(
"https://sharkpublic.blob.core.windows.net/sharkpublic/sai/sdxl-punet/11-8-2024/punet_fp8_out.0.bin",
"https://sharkpublic.blob.core.windows.net/sharkpublic/sai/sdxl-punet/11-13-2024/punet_fp8_out.0.bin",
group="sdxl_punet_int8_fp8",
)

Expand Down

0 comments on commit ea823ee

Please sign in to comment.