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
OpenDAS
text-generation-inference
Commits
da82c63a
Unverified
Commit
da82c63a
authored
Jul 16, 2024
by
Daniël de Kok
Committed by
GitHub
Jul 16, 2024
Browse files
Remove stray `quantize` argument in `get_weights_col_packed_qkv` (#2237)
Fixes #2236.
parent
2cb18428
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
1 deletion
+0
-1
server/text_generation_server/utils/weights.py
server/text_generation_server/utils/weights.py
+0
-1
No files found.
server/text_generation_server/utils/weights.py
View file @
da82c63a
...
...
@@ -261,7 +261,6 @@ class Weights:
def
get_weights_col_packed_qkv
(
self
,
prefix
:
str
,
quantize
:
str
,
num_heads
:
int
,
num_key_value_heads
:
int
,
):
...
...
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