Skip to content

Commit 4e135fd

Browse files
authored
fix h100 docker error (#310)
1 parent 620f05c commit 4e135fd

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
@@ -48,6 +48,6 @@ run_benchmark_serving \
4848
--output-len "$OSL" \
4949
--random-range-ratio "$RANDOM_RANGE_RATIO" \
5050
--num-prompts $(( $CONC * 10 )) \
51-
--max-concurrency 512 \
51+
--max-concurrency "$CONC" \
5252
--result-filename "$RESULT_FILENAME" \
5353
--result-dir /workspace/

0 commit comments

Comments
 (0)