Skip to content

Commit

Permalink
feat: add Exaone model support (#743)
Browse files Browse the repository at this point in the history
* feat: add support for ExaoneForCausalLM models
* progress bar
  • Loading branch information
shing100 authored Sep 19, 2024
1 parent 81c28d2 commit 08711d2
Show file tree
Hide file tree
Showing 2 changed files with 620 additions and 0 deletions.
1 change: 1 addition & 0 deletions aphrodite/modeling/models/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,7 @@
"ChameleonForConditionalGeneration": ("chameleon",
"ChameleonForConditionalGeneration"),
"SolarForCausalLM": ("solar", "SolarForCausalLM"),
"ExaoneForCausalLM": ("exaone", "ExaoneForCausalLM"),
}

_EMBEDDING_MODELS = {
Expand Down
Loading

0 comments on commit 08711d2

Please sign in to comment.