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