Unverified Commit ee8217e5 authored by amaleshvemula's avatar amaleshvemula Committed by GitHub
Browse files

Add Mistral to quantization model list (#1278)

parent 980dd4a2
...@@ -35,6 +35,7 @@ _MODEL_REGISTRY = { ...@@ -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,
] ]
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment