sskj/experiments
yy-fighting e62ab7c970 sglang tp_dp_matrix: export MODEL_PATH and RESULT_BASE for bash -c subshells
export -f only exports the function definition, not the variables it
references. MODEL_PATH and RESULT_BASE were empty inside timeout bash -c
subshells, causing docker run -v ::ro invalid spec. Add explicit export
for all variables used by run_bench_serving().
2026-07-10 04:57:22 +00:00
..