mirror of
https://git.datalinker.icu/vllm-project/vllm.git
synced 2025-12-24 22:46:04 +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 = [
|
||||
LlamaForCausalLM,
|
||||
MistralForCausalLM,
|
||||
YiForCausalLM,
|
||||
]
|
||||
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user