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
26908554
Unverified
Commit
26908554
authored
Nov 15, 2024
by
Xin Yang
Committed by
GitHub
Nov 15, 2024
Browse files
[Doc] Remove float32 choice from --lora-dtype (#10348)
Signed-off-by:
Xin Yang
<
xyang19@gmail.com
>
parent
b311efd0
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
vllm/engine/arg_utils.py
vllm/engine/arg_utils.py
+1
-1
No files found.
vllm/engine/arg_utils.py
View file @
26908554
...
...
@@ -601,7 +601,7 @@ class EngineArgs:
'--lora-dtype'
,
type
=
str
,
default
=
EngineArgs
.
lora_dtype
,
choices
=
[
'auto'
,
'float16'
,
'bfloat16'
,
'float32'
],
choices
=
[
'auto'
,
'float16'
,
'bfloat16'
],
help
=
(
'Data type for LoRA. If auto, will default to '
'base model dtype.'
))
parser
.
add_argument
(
...
...
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