[Model] Add OLMo November 2024 model (#10503)

This commit is contained in:
Shane A
2024-11-25 14:26:40 -08:00
committed by GitHub
parent 1b583cfefa
commit 9db713a1dc
8 changed files with 611 additions and 2 deletions

View File

@@ -74,6 +74,7 @@ _TEXT_GENERATION_MODELS = {
"MPTForCausalLM": ("mpt", "MPTForCausalLM"),
"NemotronForCausalLM": ("nemotron", "NemotronForCausalLM"),
"OlmoForCausalLM": ("olmo", "OlmoForCausalLM"),
"Olmo2ForCausalLM": ("olmo2", "Olmo2ForCausalLM"),
"OlmoeForCausalLM": ("olmoe", "OlmoeForCausalLM"),
"OPTForCausalLM": ("opt", "OPTForCausalLM"),
"OrionForCausalLM": ("orion", "OrionForCausalLM"),