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
cd8dddee
Unverified
Commit
cd8dddee
authored
Jan 02, 2026
by
GuanLuo
Committed by
GitHub
Jan 02, 2026
Browse files
fix: revert audio_agg.sh change from #4849 (#5131)
Signed-off-by:
Guan Luo
<
gluo@nvidia.com
>
parent
d22d9e76
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
examples/multimodal/launch/audio_agg.sh
examples/multimodal/launch/audio_agg.sh
+1
-1
No files found.
examples/multimodal/launch/audio_agg.sh
View file @
cd8dddee
...
@@ -91,7 +91,7 @@ python3 components/processor.py --model $MODEL_NAME --prompt-template "$PROMPT_T
...
@@ -91,7 +91,7 @@ python3 components/processor.py --model $MODEL_NAME --prompt-template "$PROMPT_T
# run E/P/D workers
# run E/P/D workers
CUDA_VISIBLE_DEVICES
=
0 python3 components/audio_encode_worker.py
--model
$MODEL_NAME
&
CUDA_VISIBLE_DEVICES
=
0 python3 components/audio_encode_worker.py
--model
$MODEL_NAME
&
VLLM_NIXL_SIDE_CHANNEL_PORT
=
20097
CUDA_VISIBLE_DEVICES
=
0
python3 components/worker.py
--model
$MODEL_NAME
--worker-type
prefill &
VLLM_NIXL_SIDE_CHANNEL_PORT
=
20097
CUDA_VISIBLE_DEVICES
=
1
python3 components/worker.py
--model
$MODEL_NAME
--worker-type
prefill &
# Wait for all background processes to complete
# Wait for all background processes to complete
wait
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