From da0e1b43727dc49b79a134f34dd46df69ce75d23 Mon Sep 17 00:00:00 2001 From: shishi Date: Tue, 11 Aug 2026 11:19:42 +0800 Subject: [PATCH] =?UTF-8?q?fix(pd):=20config.env=20=E5=8A=A0=20DOCKER=5FCL?= =?UTF-8?q?IENT=5FIMAGE=EF=BC=88bench=20=E7=94=A8=20docker=20client=20?= =?UTF-8?q?=E5=A4=8D=E7=94=A8=20kimi-k3=20=E9=95=9C=E5=83=8F=EF=BC=89?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- experiments/pro6000/kimi3_pro6000_pd_rdma/config.env | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/experiments/pro6000/kimi3_pro6000_pd_rdma/config.env b/experiments/pro6000/kimi3_pro6000_pd_rdma/config.env index 8cde4b0..4f07f55 100755 --- a/experiments/pro6000/kimi3_pro6000_pd_rdma/config.env +++ b/experiments/pro6000/kimi3_pro6000_pd_rdma/config.env @@ -18,11 +18,14 @@ SGLANG_PORT="${SGLANG_PORT:-31000}" MOONCAKE_MASTER="${MOONCAKE_MASTER:-174.1.60.1:50051}" # Python interpreter for orchestration scripts. -VENV_CLIENT="${VENV_CLIENT:-/root/miniconda3/envs/mas}" +# VENV_CLIENT: 不用 native client(本环境无 sglang.bench_serving),改用 docker client # Run the benchmark client natively (0) or inside Docker (1). USE_DOCKER_CLIENT="${USE_DOCKER_CLIENT:-1}" +# Benchmark client: 复用 kimi-k3 镜像(内含 sglang.bench_serving)。 +DOCKER_CLIENT_IMAGE="${DOCKER_CLIENT_IMAGE:-lmsysorg/sglang:kimi-k3}" + # Deployment profiles used by deploy_pd.sh. P_DEPLOY_PROFILE="${P_DEPLOY_PROFILE:-pro6000/kimi3_pro6000_pd_prefill}" D_DEPLOY_PROFILE="${D_DEPLOY_PROFILE:-pro6000/kimi3_pro6000_pd_decode}"