Fix Qwen235 real surface output expansion

This commit is contained in:
2026-07-19 06:29:47 +08:00
parent dfd9646d2c
commit 979f179a47

View File

@@ -60,7 +60,8 @@ wait_for_wave() {
launch_config() {
local trial="$1" tp="$2" mns="$3" gpus="$4" ep=false ep_size=1
if [[ "${tp}" == 8 ]]; then ep=true; ep_size=8; fi
local config="tp${tp}_ep${ep_size}_mns${mns}" run_out="${OUT}/real/${config}/trial${trial}"
local config="tp${tp}_ep${ep_size}_mns${mns}"
local run_out="${OUT}/real/${config}/trial${trial}"
local requests="${TRACE_ROOT}/tp${tp}/private/real_requests.jsonl" port="${PORT}"
PORT=$((PORT + 1))
if [[ "${RESUME_VALID_CELLS}" == true ]] && has_valid_result "${run_out}/results/result.json"; then