We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5eb8ea1 commit 711783fCopy full SHA for 711783f
1 file changed
runners/launch_gb200-nv.sh
@@ -126,14 +126,7 @@ for path in sorted([f"{sgl_job_dir}/logs/{name}/vllm_isl_{isl}_osl_{osl}" for na
126
print(path)
127
PY
128
129
- # This isn't ideal but for now, this is needed for the collect_latest_results.py script
130
- if [ "$ISL" = "1024" ] && [ "$OSL" = "1024" ]; then
131
- NUMBER_OF_EXPERIMENTS=3
132
- else
133
- NUMBER_OF_EXPERIMENTS=1
134
- fi
135
-
136
- LOGS_DIR=$(python3 collect_latest_results.py "$SGL_SLURM_JOBS_PATH" $ISL $OSL $NUMBER_OF_EXPERIMENTS)
+ LOGS_DIR=$(python3 collect_latest_results.py "$SGL_SLURM_JOBS_PATH" $ISL $OSL 1)
137
if [ -z "$LOGS_DIR" ]; then
138
echo "No logs directory found for ISL=${ISL}, OSL=${OSL}"
139
exit 1
0 commit comments