Create Qwen30 case output before launch logging
This commit is contained in:
@@ -32,6 +32,7 @@ esac
|
||||
for path in "${RUNNER}" "${CLIENT}" "${PREFILL_CLIENT}" "${MODEL_ROOT}/config.json"; do
|
||||
[[ -f "${path}" ]] || { echo "ERROR: required path is missing: ${path}" >&2; exit 1; }
|
||||
done
|
||||
mkdir -p "${OUT}"
|
||||
|
||||
declare -a WAVE_PIDS=()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user