Skip to content

Commit e17c656

Browse files
test multinode
1 parent c63530a commit e17c656

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

test/vllm/ec2/test_artifacts/test_ec2.py

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,9 @@
1-
from test.test_utils.ec2 import get_account_id_from_image_uri, login_to_ecr_registry, get_ec2_client
1+
from test.test_utils.ec2 import (
2+
get_account_id_from_image_uri,
3+
login_to_ecr_registry,
4+
get_ec2_client,
5+
install_python_in_instance,
6+
)
27
import time, os, json
38
from test.vllm.ec2.utils.fsx_utils import FsxSetup
49
from test.vllm.ec2.infra.setup_ec2 import cleanup_resources
@@ -132,6 +137,9 @@ def test_vllm_benchmark_on_multi_node(head_connection, worker_connection, image_
132137

133138
model_name = "deepseek-ai/DeepSeek-R1-Distill-Qwen-32B"
134139

140+
# we install 3.10 in master conn because vllm code has syntax which doesn't support <3.10
141+
install_python_in_instance(head_connection, "3.10")
142+
135143
setup_env(head_connection)
136144
setup_env(worker_connection)
137145

0 commit comments

Comments
 (0)