Skip to content

Commit 221ea1a

Browse files
committed
unescape sequences
1 parent 5e2d39e commit 221ea1a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

benchmarks/gptoss_fp4_h100_docker.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ set -x
4242
python3 bench_serving/benchmark_serving.py \
4343
--model=$MODEL \
4444
--backend=vllm \
45-
--base-url=\"http://localhost:$PORT\" \
45+
--base-url=http://localhost:$PORT \
4646
--dataset-name=random \
4747
--random-input-len=$ISL --random-output-len=$OSL --random-range-ratio=$RANDOM_RANGE_RATIO \
4848
--num-prompts=$(( $CONC * 10 )) --max-concurrency=$CONC \

0 commit comments

Comments
 (0)