Skip to content

Commit 2021e7c

Browse files
committed
Fix typo
1 parent 373204f commit 2021e7c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

benchmarks/single_node/fixed_seq_len/qwen3.5_fp8_mi355x_mtp.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ EVAL_CONTEXT_ARGS=""
2828
if [ "${EVAL_ONLY}" = "true" ]; then
2929
setup_eval_context
3030
EVAL_CONTEXT_ARGS="--context-length $EVAL_MAX_MODEL_LEN"
31-
else EVAL_CONTEXT_ARGS="--context-length
31+
else EVAL_CONTEXT_ARGS="--context-length"
3232
fi
3333
# Start GPU monitoring (power, temperature, clocks every second)
3434
start_gpu_monitor

0 commit comments

Comments
 (0)