sskj/experiments
yy-fighting 4ea6e92b42 sglang tp_dp_matrix: fix timeout calling bash function (rc=127)
timeout(1) cannot execute shell functions directly; it needs a standalone
command. Export run_bench_serving via export -f and wrap both warmup and
scenario runs in bash -c so the function is visible in the subshell.
2026-07-10 02:51:29 +00:00
..