Skip to content

Commit

Permalink
[MODEL] add Exaone model support
Browse files Browse the repository at this point in the history
  • Loading branch information
nayohan committed Aug 23, 2024
1 parent faeddb5 commit bd7290b
Show file tree
Hide file tree
Showing 3 changed files with 766 additions and 0 deletions.
1 change: 1 addition & 0 deletions vllm/model_executor/models/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@
"DeciLMForCausalLM": ("decilm", "DeciLMForCausalLM"),
"DeepseekForCausalLM": ("deepseek", "DeepseekForCausalLM"),
"DeepseekV2ForCausalLM": ("deepseek_v2", "DeepseekV2ForCausalLM"),
"ExaoneForCausalLM": ("exaone", "ExaoneForCausalLM"),
"FalconForCausalLM": ("falcon", "FalconForCausalLM"),
"GemmaForCausalLM": ("gemma", "GemmaForCausalLM"),
"Gemma2ForCausalLM": ("gemma2", "Gemma2ForCausalLM"),
Expand Down
Loading

0 comments on commit bd7290b

Please # to comment.