Skip to content

Commit

Permalink
[CI] Fixes too many TOKENIZER in nightly bench llama (#1858)
Browse files Browse the repository at this point in the history
  • Loading branch information
zachgk committed May 2, 2024
1 parent 068d929 commit e4221ba
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions tests/integration/benchmark/nightly/g5-12xl.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ option.rolling_batch=$ENGINE
option.model_id=s3://djl-llm/llama-2-7b-hf/
option.tensor_parallel_degree=max
[aws_curl]
TOKENIZER=TOKENIZER=TheBloke/Llama-2-7B-fp16 ./awscurl -c 32 -N 10 \
TOKENIZER=TheBloke/Llama-2-7B-fp16 ./awscurl -c 32 -N 10 \
-X POST http://127.0.0.1:8080/invocations \
--connect-timeout 60 -H "Content-type: application/json" \
-d '{"inputs":"The new movie that got Oscar this year","parameters":{"max_new_tokens":256, "do_sample":true}}' \
Expand All @@ -27,7 +27,7 @@ option.rolling_batch=$ENGINE
option.model_id=s3://djl-llm/llama-3-8b-hf/
option.tensor_parallel_degree=max
[aws_curl]
TOKENIZER=TOKENIZER=TheBloke/Llama-2-13B-fp16 ./awscurl -c 32 -N 10 \
TOKENIZER=TheBloke/Llama-2-13B-fp16 ./awscurl -c 32 -N 10 \
-X POST http://127.0.0.1:8080/invocations \
--connect-timeout 60 -H "Content-type: application/json" \
-d '{"inputs":"The new movie that got Oscar this year","parameters":{"max_new_tokens":256, "do_sample":true}}' \
Expand Down
2 changes: 1 addition & 1 deletion tests/integration/benchmark/nightly/g5-2xl.txt
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ option.model_id=NousResearch/Hermes-2-Pro-Mistral-7B
option.tensor_parallel_degree=max
option.max_model_len=8192
[aws_curl]
TOKENIZER=NousResearch/Hermes-2-Pro-Mistral-7B ./awscurl -c 32 -N 10 \
TOKENIZER=TheBloke/Mistral-7B-Instruct-v0.2-AWQ ./awscurl -c 32 -N 10 \
-X POST http://127.0.0.1:8080/invocations \
--connect-timeout 60 -H "Content-type: application/json" \
-d '{"inputs":"The new movie that got Oscar this year","parameters":{"max_new_tokens":256, "do_sample":true}}' \
Expand Down

0 comments on commit e4221ba

Please sign in to comment.