Skip to content

Commit

Permalink
add the updated model
Browse files Browse the repository at this point in the history
  • Loading branch information
dan-garvey committed Nov 26, 2024
1 parent 14e67f6 commit e71f541
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions sharktank/integration/models/punet/integration_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -89,12 +89,13 @@ def sdxl_fp16_dataset(sdxl_fp16_base_files, temp_dir):
def sdxl_int8_base_files():
from huggingface_hub import hf_hub_download

REPO_ID = "amd-shark/sdxl-quant-models"
REVISION = "942e771bf0c2657a8b33380103d04747a75dfa4a"
REPO_ID = "amd-shark/sdxl-quant-int8"
SUBFOLDER = "mi300_all_sym_8_step14_fp32"
REVISION = "efda8afb35fd72c1769e02370b320b1011622958"

def download(filename):
return hf_hub_download(
repo_id=REPO_ID, subfolder="unet/int8", filename=filename, revision=REVISION
repo_id=REPO_ID, subfolder=SUBFOLDER, filename=filename, revision=REVISION
)

return {
Expand Down

0 comments on commit e71f541

Please sign in to comment.