mirror of
https://git.datalinker.icu/vllm-project/vllm.git
synced 2026-06-01 14:37:05 +08:00
Add Yi model to quantization support (#1600)
This commit is contained in:
parent
fd58b73a40
commit
ab9e8488d5
@ -41,6 +41,7 @@ _MODEL_REGISTRY = {
|
|||||||
_MODEL_CLASSES_SUPPORT_QUANTIZATION = [
|
_MODEL_CLASSES_SUPPORT_QUANTIZATION = [
|
||||||
LlamaForCausalLM,
|
LlamaForCausalLM,
|
||||||
MistralForCausalLM,
|
MistralForCausalLM,
|
||||||
|
YiForCausalLM,
|
||||||
]
|
]
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user