Add Mistral to quantization model list (#1278)

This commit is contained in:
amaleshvemula
2023-10-11 09:26:24 +02:00
committed by GitHub
parent 980dd4a2c4
commit ee8217e5be

View File

@ -35,6 +35,7 @@ _MODEL_REGISTRY = {
# FIXME(woosuk): Remove this once all models support quantization.
_MODEL_CLASSES_SUPPORT_QUANTIZATION = [
LlamaForCausalLM,
MistralForCausalLM,
]