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