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
|
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=()
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user