Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
OpenDAS
vllm_cscc
Commits
a36de682
"docs/vscode:/vscode.git/clone" did not exist on "e150cf119b2e20f81775f36fd2cdf55321b7e5a8"
Unverified
Commit
a36de682
authored
May 22, 2024
by
Philipp Moritz
Committed by
GitHub
May 22, 2024
Browse files
[Minor] Fix small typo in llama.py: QKVParallelLinear -> QuantizationConfig (#4991)
parent
eb6d3c26
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
vllm/model_executor/models/llama.py
vllm/model_executor/models/llama.py
+1
-1
No files found.
vllm/model_executor/models/llama.py
View file @
a36de682
...
@@ -57,7 +57,7 @@ class LlamaMLP(nn.Module):
...
@@ -57,7 +57,7 @@ class LlamaMLP(nn.Module):
hidden_size
:
int
,
hidden_size
:
int
,
intermediate_size
:
int
,
intermediate_size
:
int
,
hidden_act
:
str
,
hidden_act
:
str
,
quant_config
:
Optional
[
Q
KVParallelLinear
]
=
None
,
quant_config
:
Optional
[
Q
uantizationConfig
]
=
None
,
bias
:
bool
=
False
,
bias
:
bool
=
False
,
)
->
None
:
)
->
None
:
super
().
__init__
()
super
().
__init__
()
...
...
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