Skip to content

Commit

Permalink
[misc] remove xverse modeling file (#10814)
Browse files Browse the repository at this point in the history
Signed-off-by: youkaichao <[email protected]>
  • Loading branch information
youkaichao authored Dec 2, 2024
1 parent e25810a commit 63a1641
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 424 deletions.
2 changes: 1 addition & 1 deletion vllm/model_executor/models/registry.py
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@
"Starcoder2ForCausalLM": ("starcoder2", "Starcoder2ForCausalLM"),
"SolarForCausalLM": ("solar", "SolarForCausalLM"),
"TeleChat2ForCausalLM": ("telechat2", "TeleChat2ForCausalLM"),
"XverseForCausalLM": ("xverse", "XverseForCausalLM"),
"XverseForCausalLM": ("llama", "LlamaForCausalLM"),
# [Encoder-decoder]
"BartModel": ("bart", "BartForConditionalGeneration"),
"BartForConditionalGeneration": ("bart", "BartForConditionalGeneration"),
Expand Down
Loading

0 comments on commit 63a1641

Please sign in to comment.