Skip to content

Commit

Permalink
chore: Fix typo (#38)
Browse files Browse the repository at this point in the history
Signed-off-by: Ce Gao <cegao@tensorchord.ai>
  • Loading branch information
gaocegege authored Jun 6, 2023
1 parent 5c990ef commit 9752e4c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion llmspec/llmspec.py
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,7 @@ def find(cls, name: str) -> LanguageModels: # noqa: PLR0911
if name.lower().startswith("bigscience/bloomz"):
return cls.BLOOM_Z
if name.lower().startswith("decapoda-research/llama"):
return cls.LLaMA
return cls.LLAMA
if name.lower().startswith("lmsys/vicuna"):
return cls.VICUNA
if name.lower().startswith("lmsys/fastchat"):
Expand Down

0 comments on commit 9752e4c

Please sign in to comment.