Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
format code
  • Loading branch information
mulin.lyh committed Dec 18, 2023
commit b5e7babc80036e3d9b16ca05373335475a67d31e
2 changes: 1 addition & 1 deletion fastchat/model/model_adapter.py
Original file line number Diff line number Diff line change
Expand Up @@ -331,7 +331,7 @@ def load_model(
"Use model from www.modelscope.cn need pip install modelscope"
)
raise e

# Load model
model, tokenizer = adapter.load_model(model_path, kwargs)

Expand Down