Skip to content

Commit ab9e848

Browse files
authored
Add Yi model to quantization support (#1600)
1 parent fd58b73 commit ab9e848

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

vllm/model_executor/model_loader.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,7 @@
4141
_MODEL_CLASSES_SUPPORT_QUANTIZATION = [
4242
LlamaForCausalLM,
4343
MistralForCausalLM,
44+
YiForCausalLM,
4445
]
4546

4647

0 commit comments

Comments
 (0)