"docs/vscode:/vscode.git/clone" did not exist on "a40ee486f273eaaa885dafd0526f42f3a5b960c9"
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 = {
_MODEL_CLASSES_SUPPORT_QUANTIZATION = [
LlamaForCausalLM,
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