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
Merge branch 'main' into add-zephyr-alpha
  • Loading branch information
lewtun committed Oct 11, 2023
commit be230c27cd6f48d8ee7525755bd35eb856d8ff4e
7 changes: 7 additions & 0 deletions fastchat/model/model_registry.py
Original file line number Diff line number Diff line change
Expand Up @@ -312,6 +312,13 @@ def get_model_info(name: str) -> ModelInfo:
"https://huggingface.co/mistralai/Mistral-7B-Instruct-v0.1",
"a large language model by Mistral AI team",
)
register_model_info(
["deluxe-chat-v1"],
"DeluxeChat",
"",
"Deluxe Chat",
)

register_model_info(
["zephyr-7b-alpha"],
"Zephyr",
Expand Down
You are viewing a condensed version of this merge commit. You can view the full changes here.