Add Mistral to quantization model list (#1278)
This commit is contained in:
parent
980dd4a2c4
commit
ee8217e5be
@ -35,6 +35,7 @@ _MODEL_REGISTRY = {
|
||||
# FIXME(woosuk): Remove this once all models support quantization.
|
||||
_MODEL_CLASSES_SUPPORT_QUANTIZATION = [
|
||||
LlamaForCausalLM,
|
||||
MistralForCausalLM,
|
||||
]
|
||||
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user