Skip to content

Commit

Permalink
add tasks
Browse files Browse the repository at this point in the history
  • Loading branch information
MeouSker77 committed Jun 18, 2024
1 parent c357007 commit b2f5eb7
Show file tree
Hide file tree
Showing 6 changed files with 8 additions and 3 deletions.
3 changes: 2 additions & 1 deletion python/llm/test/benchmark/arc-perf-test-batch2.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,4 +35,5 @@ exclude:
# - 'bigcode/starcoder-15.5b-4bit:2048'
# - 'databricks/dolly-v2-12b:2048'
# - 'baichuan-inc/Baichuan2-13B-Chat-4bit:2048'
# - 'bigscience/bloomz-7b1:2048'
# - 'bigscience/bloomz-7b1:2048'
task: 'continuation' # task can be 'continuation', 'QA' and 'summarize'
2 changes: 1 addition & 1 deletion python/llm/test/benchmark/arc-perf-test-batch4.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@ in_out_pairs:
test_api:
- "transformer_int4_fp16_gpu" # on Intel GPU
cpu_embedding: False # whether put embedding to CPU (only avaiable now for gpu win related test_api)
task: 'continuation' # task can be 'continuation', 'QA' and 'summarize'
1 change: 1 addition & 0 deletions python/llm/test/benchmark/arc-perf-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,3 +36,4 @@ exclude:
# - 'fnlp/moss-moon-003-sft-4bit:2048'
# - 'baichuan-inc/Baichuan2-13B-Chat-4bit:2048'
# - 'bigscience/bloomz-7b1:2048'
task: 'continuation' # task can be 'continuation', 'QA' and 'summarize'
Original file line number Diff line number Diff line change
Expand Up @@ -17,3 +17,4 @@ in_out_pairs:
test_api:
- "transformer_int4_fp16_gpu" # on Intel GPU
cpu_embedding: False # whether put embedding to CPU (only avaiable now for gpu win related test_api)
task: 'continuation' # task can be 'continuation', 'QA' and 'summarize'
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,5 @@ in_out_pairs:
- '2048-256'
test_api:
- "transformer_int4_fp16_gpu" # on Intel GPU
cpu_embedding: False # whether put embedding to CPU (only avaiable now for gpu win related test_api)
cpu_embedding: False # whether put embedding to CPU (only avaiable now for gpu win related test_api)
task: 'continuation' # task can be 'continuation', 'QA' and 'summarize'
1 change: 1 addition & 0 deletions python/llm/test/benchmark/arc-perf-transformers-437.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,3 +17,4 @@ in_out_pairs:
test_api:
- "transformer_int4_fp16_gpu" # on Intel GPU
cpu_embedding: False # whether put embedding to CPU (only avaiable now for gpu win related test_api)
task: 'continuation' # task can be 'continuation', 'QA' and 'summarize'

0 comments on commit b2f5eb7

Please sign in to comment.