Unverified Commit ab9e8488 authored by forpanyang's avatar forpanyang Committed by GitHub
Browse files

Add Yi model to quantization support (#1600)

parent fd58b73a
...@@ -41,6 +41,7 @@ _MODEL_REGISTRY = { ...@@ -41,6 +41,7 @@ _MODEL_REGISTRY = {
_MODEL_CLASSES_SUPPORT_QUANTIZATION = [ _MODEL_CLASSES_SUPPORT_QUANTIZATION = [
LlamaForCausalLM, LlamaForCausalLM,
MistralForCausalLM, MistralForCausalLM,
YiForCausalLM,
] ]
......
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