From 5898d578ed1039307593a95a5c1f7dc5767095d8 Mon Sep 17 00:00:00 2001 From: yy-fighting Date: Thu, 9 Jul 2026 10:02:45 +0000 Subject: [PATCH] dsv4_h200_vllm_tp_dp_matrix: allow MATRIX_FILE env override --- experiments/dsv4_h200_vllm_tp_dp_matrix/config.env | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/experiments/dsv4_h200_vllm_tp_dp_matrix/config.env b/experiments/dsv4_h200_vllm_tp_dp_matrix/config.env index b9f0398..51401bc 100644 --- a/experiments/dsv4_h200_vllm_tp_dp_matrix/config.env +++ b/experiments/dsv4_h200_vllm_tp_dp_matrix/config.env @@ -27,9 +27,9 @@ declare -a PARALLEL_CONFIGS=( "8 1" ) -# Matrix and concurrency rules are defined in matrix.json. +# Matrix and concurrency rules are defined in matrix.json by default. # This file is consumed by generate_scenarios.py. -MATRIX_FILE="${SCRIPT_DIR:-.}/matrix.json" +MATRIX_FILE="${MATRIX_FILE:-${SCRIPT_DIR:-.}/matrix.json}" MATRIX_MODE="${MATRIX_MODE:-Y}" # Sampling density for concurrency. 0 means use the default heuristic in