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
bbe4466f
Unverified
Commit
bbe4466f
authored
Dec 18, 2023
by
JohnSaxon
Committed by
GitHub
Dec 17, 2023
Browse files
[Minor] Fix typo (#2166)
Co-authored-by:
John-Saxon
<
zhang.xiangxuan@oushu.com
>
parent
08133c4d
Changes
1
Hide 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 @
bbe4466f
...
@@ -159,7 +159,7 @@ class EngineArgs:
...
@@ -159,7 +159,7 @@ class EngineArgs:
parser
.
add_argument
(
'--gpu-memory-utilization'
,
parser
.
add_argument
(
'--gpu-memory-utilization'
,
type
=
float
,
type
=
float
,
default
=
EngineArgs
.
gpu_memory_utilization
,
default
=
EngineArgs
.
gpu_memory_utilization
,
help
=
'the percentage of GPU memory to be used for'
help
=
'the percentage of GPU memory to be used for
'
'the model executor'
)
'the model executor'
)
parser
.
add_argument
(
'--max-num-batched-tokens'
,
parser
.
add_argument
(
'--max-num-batched-tokens'
,
type
=
int
,
type
=
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