Skip to content

Commit

Permalink
Enable llama instruct models test cases in benchmark testing (#2599)
Browse files Browse the repository at this point in the history
  • Loading branch information
lxning authored Nov 21, 2024
1 parent 815b4dc commit 255408e
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions tests/integration/benchmark/ir-llm/config/lmi-dist/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ benchmarks:
image: "LMI-dist"
config: "benchmark_config_passive_Llama-3-1-8b-instruct.json"
dataset: "s3://djl-benchmark-datasets/openorca/openorca_instruct_sample_payload_en_500-1000.tar.gz"
action: no
action: yes
- model: "Llama-3.1-8b-instruct-suzuka"
endpoints:
- endpoint: "sagemaker"
Expand All @@ -95,7 +95,7 @@ benchmarks:
image: "LMI-dist"
config: "benchmark_config_passive_Llama-3-1-70b.json"
dataset: "s3://djl-benchmark-datasets/openorca/openorca_base_sample_payload_en_500-1000.tar.gz"
action: no
action: yes
- model: "Llama-3.1-70b-suzuka"
endpoints:
- endpoint: "sagemaker"
Expand All @@ -109,7 +109,7 @@ benchmarks:
image: "LMI-dist"
config: "benchmark_config_passive_Llama-3-1-70b-instruct.json"
dataset: "s3://djl-benchmark-datasets/openorca/openorca_instruct_sample_payload_en_500-1000.tar.gz"
action: no
action: yes
- model: "Llama-3.1-70b-instruct-suzuka"
endpoints:
- endpoint: "sagemaker"
Expand Down
6 changes: 3 additions & 3 deletions tests/integration/benchmark/ir-llm/config/trtllm/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -75,21 +75,21 @@ benchmarks:
image: "TRTLLM-v12-8192-sample"
config: "benchmark_config_Llama-3-1-8b-instruct.json"
dataset: "s3://djl-benchmark-datasets/openorca/openorca_trtllm_instruct_sample_payload_en_500-1000.tar.gz"
action: no
action: yes
- model: "Llama-3.1-70b"
endpoints:
- endpoint: "sagemaker"
image: "TRTLLM"
config: "benchmark_config_Llama-3-1-70b.json"
dataset: "s3://ddjl-benchmark-datasets/openorca/openorca_trtllm_base_sample_payload_en_500-1000.tar.gz"
action: no
action: yes
- model: "Llama-3.1-70b-instruct"
endpoints:
- endpoint: "sagemaker"
image: "TRTLLM"
config: "benchmark_config_Llama-3-1-70b-instruct.json"
dataset: "s3://djl-benchmark-datasets/openorca/openorca_trtllm_instruct_sample_payload_en_500-1000.tar.gz"
action: no
action: yes
- model: "Llama-3.1-405b-fp8"
endpoints:
- endpoint: "sagemaker"
Expand Down

0 comments on commit 255408e

Please sign in to comment.