Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions benchmark/models_benchmark/online.sh
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@ unset https_proxy
unset HTTP_PROXY
unset HTTPS_PROXY

INPUT_LEN_LIST="128 512 1024 2048 6144 14336 30720"
OUTPUT_LEN_LIST="128 512 1024 2048"
NUM_PROMPT_LIST="1 100 1000 2000"
INPUT_LEN_LIST="512 6144 30720 512 6144 30720"
OUTPUT_LEN_LIST="128 2048"
NUM_PROMPT_LIST="1000"
MAX_LATENCY_ALLOWED_MS=100000000000

LOG_FOLDER="$BASE/online-benchmark-$PURE_MODEL_NAME/$TAG"
Expand Down
Loading