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
Next Next commit
update model registry
  • Loading branch information
merrymercy committed Sep 5, 2023
commit fcfd01b054c494b7e92d58a162ba69aa60be2e77
2 changes: 1 addition & 1 deletion fastchat/model/model_registry.py
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ def get_model_info(name: str) -> ModelInfo:
"a chat assistant fine-tuned from LLaMA on user-shared conversations by LMSYS",
)
register_model_info(
["wizardlm-13b"],
["wizardlm-70b", "wizardlm-30b", "wizardlm-13b"],
"WizardLM",
"https://github.com/nlpxucan/WizardLM",
"an instruction-following LLM using evol-instruct by Microsoft",
Expand Down