diff --git a/runs/frontier-fidelity-envelope-v1/run_qwen235_v020_real_surface.sh b/runs/frontier-fidelity-envelope-v1/run_qwen235_v020_real_surface.sh index b7fd213..a45d5bf 100644 --- a/runs/frontier-fidelity-envelope-v1/run_qwen235_v020_real_surface.sh +++ b/runs/frontier-fidelity-envelope-v1/run_qwen235_v020_real_surface.sh @@ -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