Skip to content

Commit 711783f

Browse files
committed
nexp hard coded to 1:
1 parent 5eb8ea1 commit 711783f

1 file changed

Lines changed: 1 addition & 8 deletions

File tree

runners/launch_gb200-nv.sh

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -126,14 +126,7 @@ for path in sorted([f"{sgl_job_dir}/logs/{name}/vllm_isl_{isl}_osl_{osl}" for na
126126
print(path)
127127
PY
128128

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)
129+
LOGS_DIR=$(python3 collect_latest_results.py "$SGL_SLURM_JOBS_PATH" $ISL $OSL 1)
137130
if [ -z "$LOGS_DIR" ]; then
138131
echo "No logs directory found for ISL=${ISL}, OSL=${OSL}"
139132
exit 1

0 commit comments

Comments
 (0)