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
fbfb40ad
Commit
fbfb40ad
authored
Feb 26, 2025
by
zhuwenwen
Browse files
allow to set --enforce-eager
parent
601057c9
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 @
fbfb40ad
...
@@ -597,7 +597,7 @@ class EngineArgs:
...
@@ -597,7 +597,7 @@ class EngineArgs:
'This should be a JSON string that will be '
'This should be a JSON string that will be '
'parsed into a dictionary.'
)
'parsed into a dictionary.'
)
parser
.
add_argument
(
'--enforce-eager'
,
parser
.
add_argument
(
'--enforce-eager'
,
#
action='store_true',
action
=
'store_true'
,
default
=
True
,
default
=
True
,
help
=
'Always use eager-mode PyTorch. If False, '
help
=
'Always use eager-mode PyTorch. If False, '
'will use eager mode and CUDA graph in hybrid '
'will use eager mode and CUDA graph in hybrid '
...
...
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