Skip to content

Commit

Permalink
add jamba-classification model to registry
Browse files Browse the repository at this point in the history
Signed-off-by: Yehoshua Cohen <[email protected]>
  • Loading branch information
Yehoshua Cohen committed Dec 3, 2024
1 parent d4de8fd commit 8e3a7d2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions vllm/model_executor/models/registry.py
Original file line number Diff line number Diff line change
Expand Up @@ -108,6 +108,7 @@
"RobertaForMaskedLM": ("roberta", "RobertaEmbeddingModel"),
"XLMRobertaModel": ("roberta", "RobertaEmbeddingModel"),
"DeciLMForCausalLM": ("decilm", "DeciLMForCausalLM"),
"JambaForSequenceClassification": ("jamba", "JambaForSequenceClassification"), # noqa: E501
"Gemma2Model": ("gemma2", "Gemma2ForCausalLM"),
"GlmForCausalLM": ("glm", "GlmForCausalLM"),
"LlamaModel": ("llama", "LlamaForCausalLM"),
Expand Down

0 comments on commit 8e3a7d2

Please sign in to comment.