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
format
  • Loading branch information
merrymercy committed Feb 11, 2024
commit 4ccb315d3a673a11a2c00d2bc56e69d75c736234
7 changes: 6 additions & 1 deletion fastchat/model/model_registry.py
Original file line number Diff line number Diff line change
Expand Up @@ -291,7 +291,12 @@ def get_model_info(name: str) -> ModelInfo:
)

register_model_info(
["codellama-70b-instruct", "codellama-34b-instruct", "codellama-13b-instruct", "codellama-7b-instruct"],
[
"codellama-70b-instruct",
"codellama-34b-instruct",
"codellama-13b-instruct",
"codellama-7b-instruct",
],
"Code Llama",
"https://ai.meta.com/blog/code-llama-large-language-model-coding/",
"Open foundation models for code by Meta",
Expand Down