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
6b3166a7
Unverified
Commit
6b3166a7
authored
Feb 18, 2026
by
Ilya Markov
Committed by
GitHub
Feb 18, 2026
Browse files
[CI][Bugfix] Fix multinode test script (#34820)
Signed-off-by:
ilmarkov
<
markovilya197@gmail.com
>
parent
25e2e136
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
.buildkite/scripts/run-multi-node-test.sh
.buildkite/scripts/run-multi-node-test.sh
+1
-1
No files found.
.buildkite/scripts/run-multi-node-test.sh
View file @
6b3166a7
...
...
@@ -67,7 +67,7 @@ start_nodes() {
# 3. map the huggingface cache directory to the container
# 3. assign ip addresses to the containers (head node: 192.168.10.10, worker nodes:
# starting from 192.168.10.11)
docker run
-d
"
$GPU_DEVICES
"
--shm-size
=
10.24gb
-e
HF_TOKEN
\
docker run
-d
$GPU_DEVICES
--shm-size
=
10.24gb
-e
HF_TOKEN
\
-v
~/.cache/huggingface:/root/.cache/huggingface
--name
"node
$node
"
\
--network
docker-net
--ip
192.168.10.
$((
10
+
$node
))
--rm
"
$DOCKER_IMAGE
"
\
/bin/bash
-c
"tail -f /dev/null"
...
...
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