Skip to content

Commit

Permalink
fix downfile name err
Browse files Browse the repository at this point in the history
Signed-off-by: zhaohu xing <[email protected]>
  • Loading branch information
920232796 committed Dec 8, 2022
1 parent b72d1f9 commit 13c1cbb
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion flagai/auto_model/auto_loader.py
Original file line number Diff line number Diff line change
Expand Up @@ -196,7 +196,6 @@ def __init__(self,
print("*" * 20, task_name, model_name)

model_name_ = self.is_exist_finetuned_model(raw_model_name, task_name)
print(f"model_name_ is {model_name_}")
self.model = getattr(LazyImport(self.model_name[0]),
self.model_name[1]).from_pretrain(
download_path=model_dir,
Expand Down

0 comments on commit 13c1cbb

Please sign in to comment.