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
dynamo
Commits
8d324489
Unverified
Commit
8d324489
authored
May 28, 2025
by
jthomson04
Committed by
GitHub
May 29, 2025
Browse files
fix: Import json when using --engine-extra-args (#1261)
parent
2fa506da
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
0 deletions
+2
-0
launch/dynamo-run/src/subprocess/sglang_inc.py
launch/dynamo-run/src/subprocess/sglang_inc.py
+1
-0
launch/dynamo-run/src/subprocess/vllm_inc.py
launch/dynamo-run/src/subprocess/vllm_inc.py
+1
-0
No files found.
launch/dynamo-run/src/subprocess/sglang_inc.py
View file @
8d324489
...
...
@@ -6,6 +6,7 @@
import
argparse
import
asyncio
import
json
import
logging
import
sys
from
typing
import
Optional
...
...
launch/dynamo-run/src/subprocess/vllm_inc.py
View file @
8d324489
...
...
@@ -11,6 +11,7 @@
import
argparse
import
asyncio
import
json
import
logging
import
os
import
sys
...
...
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