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
ee8217e5
"...text-generation-inference.git" did not exist on "5fca30ee15988a36951e9399eb6b41ba3775d6d3"
Unverified
Commit
ee8217e5
authored
Oct 11, 2023
by
amaleshvemula
Committed by
GitHub
Oct 11, 2023
Browse files
Add Mistral to quantization model list (#1278)
parent
980dd4a2
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 @
ee8217e5
...
@@ -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
,
]
]
...
...
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