Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
norm
vllm
Commits
ab9e8488
"...text-generation-inference.git" did not exist on "cece8635f8ec9b89cabef2f056c07ec8de3b00d1"
Unverified
Commit
ab9e8488
authored
Nov 10, 2023
by
forpanyang
Committed by
GitHub
Nov 09, 2023
Browse files
Add Yi model to quantization support (#1600)
parent
fd58b73a
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
0 deletions
+1
-0
vllm/model_executor/model_loader.py
vllm/model_executor/model_loader.py
+1
-0
No files found.
vllm/model_executor/model_loader.py
View file @
ab9e8488
...
@@ -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
,
]
]
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment