Skip to content

Commit

Permalink
models: add support for IBM Granite (PowerLM) models (#978)
Browse files Browse the repository at this point in the history
  • Loading branch information
AlpinDale authored Dec 24, 2024
1 parent 0f72141 commit adb6982
Show file tree
Hide file tree
Showing 5 changed files with 756 additions and 1 deletion.
1 change: 1 addition & 0 deletions aphrodite/modeling/models/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,7 @@
"PersimmonForCausalLM": ("persimmon", "PersimmonForCausalLM"),
"SolarForCausalLM": ("solar", "SolarForCausalLM"),
"ExaoneForCausalLM": ("exaone", "ExaoneForCausalLM"),
"GraniteForCausalLM": ("granite", "GraniteForCausalLM")
}

_EMBEDDING_MODELS = {
Expand Down
Loading

0 comments on commit adb6982

Please sign in to comment.