Fix Qwen235 real surface output expansion
This commit is contained in:
@@ -60,7 +60,8 @@ wait_for_wave() {
|
|||||||
launch_config() {
|
launch_config() {
|
||||||
local trial="$1" tp="$2" mns="$3" gpus="$4" ep=false ep_size=1
|
local trial="$1" tp="$2" mns="$3" gpus="$4" ep=false ep_size=1
|
||||||
if [[ "${tp}" == 8 ]]; then ep=true; ep_size=8; fi
|
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}"
|
local requests="${TRACE_ROOT}/tp${tp}/private/real_requests.jsonl" port="${PORT}"
|
||||||
PORT=$((PORT + 1))
|
PORT=$((PORT + 1))
|
||||||
if [[ "${RESUME_VALID_CELLS}" == true ]] && has_valid_result "${run_out}/results/result.json"; then
|
if [[ "${RESUME_VALID_CELLS}" == true ]] && has_valid_result "${run_out}/results/result.json"; then
|
||||||
|
|||||||
Reference in New Issue
Block a user