Skip to content

Commit

Permalink
update hash for config file
Browse files Browse the repository at this point in the history
  • Loading branch information
saienduri authored Jul 25, 2024
1 parent bf63aec commit a74d98e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion models/turbine_models/custom_models/sdxl_inference/unet.py
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ def get_punet_model(hf_model_name, external_weight_path, quant_paths, precision=
if precision == "i8":
repo_id = "amd-shark/sdxl-quant-int8"
subfolder = "mi300_all_sym_8_step14_fp32"
revision = "2e416a4205c519f5e62ba707ddf4f5022b6276c8"
revision = "efda8afb35fd72c1769e02370b320b1011622958"
elif precision in ["fp16", "fp32"]:
repo_id = hf_model_name
subfolder = "unet"
Expand Down

0 comments on commit a74d98e

Please sign in to comment.