[Fix] Fix default port number in benchmark scripts (#265)

This commit is contained in:
Zhuohan Li
2023-06-26 13:15:35 -07:00
committed by GitHub
parent 526df28fb2
commit 43710e8d09
2 changed files with 2 additions and 2 deletions

View File

@@ -1,6 +1,6 @@
#!/bin/bash
PORT=8001
PORT=8000
MODEL=$1
TOKENS=$2