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
9b7152d7
"csrc/vscode:/vscode.git/clone" did not exist on "70506d98a3e1df3ded5db7f99ae11896cebc622d"
Unverified
Commit
9b7152d7
authored
Dec 11, 2025
by
Kris Hung
Committed by
GitHub
Dec 11, 2025
Browse files
fix: Fix CUDA_VISIBLE_DEVICES for agg_multimodal_epd.sh (#4888)
parent
c6b440e4
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
examples/backends/vllm/launch/agg_multimodal_epd.sh
examples/backends/vllm/launch/agg_multimodal_epd.sh
+1
-1
No files found.
examples/backends/vllm/launch/agg_multimodal_epd.sh
View file @
9b7152d7
...
...
@@ -80,7 +80,7 @@ python -m dynamo.vllm --multimodal-processor --enable-multimodal --model $MODEL_
# run E/P/D workers
CUDA_VISIBLE_DEVICES
=
0 python
-m
dynamo.vllm
--multimodal-encode-worker
--enable-multimodal
--model
$MODEL_NAME
&
CUDA_VISIBLE_DEVICES
=
0
python
-m
dynamo.vllm
--multimodal-worker
--enable-multimodal
--enable-mm-embeds
--model
$MODEL_NAME
$EXTRA_ARGS
&
CUDA_VISIBLE_DEVICES
=
1
python
-m
dynamo.vllm
--multimodal-worker
--enable-multimodal
--enable-mm-embeds
--model
$MODEL_NAME
$EXTRA_ARGS
&
# Wait for all background processes to complete
wait
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