Skip to content

Commit 11e6089

Browse files
committed
update
1 parent 7cb7fc9 commit 11e6089

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

hibiki_zero/run.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -234,12 +234,13 @@ def generate(
234234

235235
log("info", "Retrieving the model checkpoint...")
236236
checkpoint_info = loaders.CheckpointInfo.from_hf_repo(
237-
hf_repo,
237+
hf_repo_name,
238238
model_weight,
239239
mimi_weight,
240240
tokenizer,
241241
lora_weights=lora_weight,
242242
config_path=config_path,
243+
revision=revision,
243244
)
244245

245246
log("info", "Loading the codec {0}", [(checkpoint_info.mimi_weights, "blue")])

0 commit comments

Comments
 (0)