Expose nvcc to Qwen235 serving workers

This commit is contained in:
2026-07-19 06:42:28 +08:00
parent 979f179a47
commit b2f97927de

View File

@@ -19,6 +19,9 @@ RESUME_VALID_CELLS="${RESUME_VALID_CELLS:-true}"
PORT="${BASE_PORT:-9300}" PORT="${BASE_PORT:-9300}"
REQUEST_COUNT="$(wc -l < "${TRACE_ROOT}/tp4/private/real_requests.jsonl")" REQUEST_COUNT="$(wc -l < "${TRACE_ROOT}/tp4/private/real_requests.jsonl")"
export PATH="/usr/local/cuda/bin:${PATH}"
command -v nvcc >/dev/null
[[ "$(wc -l < "${TRACE_ROOT}/tp8/private/real_requests.jsonl")" == "${REQUEST_COUNT}" ]] || { [[ "$(wc -l < "${TRACE_ROOT}/tp8/private/real_requests.jsonl")" == "${REQUEST_COUNT}" ]] || {
echo 'ERROR: TP-specific request counts differ' >&2 echo 'ERROR: TP-specific request counts differ' >&2
exit 1 exit 1