Skip to content

Commit

Permalink
update to best iteration on unet weights
Browse files Browse the repository at this point in the history
  • Loading branch information
saienduri authored Jul 25, 2024
1 parent 3fd954b commit c910c1a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions models/turbine_models/custom_models/sdxl_inference/unet.py
Original file line number Diff line number Diff line change
Expand Up @@ -90,9 +90,9 @@ def get_punet_model(hf_model_name, external_weight_path, quant_paths, precision=
from sharktank.utils import cli

if precision == "i8":
repo_id = "amd-shark/sdxl-quant-models"
subfolder = "unet/int8"
revision = "42e94070478ed0599c0225a4879b69b253206eb6"
repo_id = "amd-shark/sdxl-quant-int8"
subfolder = "mi300_all_sym_8_step14_fp32"
revision = "2e416a4205c519f5e62ba707ddf4f5022b6276c8"
elif precision in ["fp16", "fp32"]:
repo_id = hf_model_name
subfolder = "unet"
Expand Down

0 comments on commit c910c1a

Please sign in to comment.