Create Qwen30 case output before launch logging

This commit is contained in:
2026-07-18 10:50:11 +08:00
parent a01c1206ab
commit 28ffb22bee

View File

@@ -32,6 +32,7 @@ esac
for path in "${RUNNER}" "${CLIENT}" "${PREFILL_CLIENT}" "${MODEL_ROOT}/config.json"; do for path in "${RUNNER}" "${CLIENT}" "${PREFILL_CLIENT}" "${MODEL_ROOT}/config.json"; do
[[ -f "${path}" ]] || { echo "ERROR: required path is missing: ${path}" >&2; exit 1; } [[ -f "${path}" ]] || { echo "ERROR: required path is missing: ${path}" >&2; exit 1; }
done done
mkdir -p "${OUT}"
declare -a WAVE_PIDS=() declare -a WAVE_PIDS=()