dsv4_h200_vllm_tp_dp_matrix: allow MATRIX_FILE env override
This commit is contained in:
parent
39326eaf4a
commit
5898d578ed
@ -27,9 +27,9 @@ declare -a PARALLEL_CONFIGS=(
|
|||||||
"8 1"
|
"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.
|
# 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}"
|
MATRIX_MODE="${MATRIX_MODE:-Y}"
|
||||||
|
|
||||||
# Sampling density for concurrency. 0 means use the default heuristic in
|
# Sampling density for concurrency. 0 means use the default heuristic in
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user