Skip to content

Commit

Permalink
Removed no longer needed models for Arc nightly perf (#11722)
Browse files Browse the repository at this point in the history
* removed LLMs that are no longer needed

Removed: 
mistralai/Mistral-7B-v0.1
deepseek-ai/deepseek-coder-6.7b-instruct

* Update arc-perf-test-batch4.yaml

Removed: 
deepseek-ai/deepseek-coder-6.7b-instruct
mistralai/Mistral-7B-v0.1

* Update arc-perf-test.yaml

Removed: 
deepseek-ai/deepseek-coder-6.7b-instruct
mistralai/Mistral-7B-v0.1

* Create arc-perf-transformers-438.yaml

* Moved arc-perf-transformers-438.yaml location

* Create arc-perf-transformers-438-batch2.yaml

* Create arc-perf-transformers-438-batch4.yaml

* Delete python/llm/test/benchmark/arc-perf-transformers-438-batch2.yaml

* Delete python/llm/test/benchmark/arc-perf-transformers-438-batch4.yaml

* Delete python/llm/test/benchmark/arc-perf-transformers-438.yaml
  • Loading branch information
SichengStevenLi authored Aug 6, 2024
1 parent 929675a commit 9852136
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 7 deletions.
4 changes: 1 addition & 3 deletions python/llm/test/benchmark/arc-perf-test-batch2.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,6 @@ repo_id:
- 'THUDM/chatglm3-6b-4bit'
- 'baichuan-inc/Baichuan2-7B-Chat'
- 'baichuan-inc/Baichuan2-13B-Chat-4bit'
- 'mistralai/Mistral-7B-v0.1'
- 'deepseek-ai/deepseek-coder-6.7b-instruct'
- 'THUDM/glm-4-9b-chat'
- 'openbmb/MiniCPM-2B-sft-bf16'
- 'Qwen/Qwen-VL-Chat'
Expand All @@ -29,4 +27,4 @@ test_api:
cpu_embedding: False # whether put embedding to CPU (only avaiable now for gpu win related test_api)
exclude:
- 'baichuan-inc/Baichuan2-13B-Chat-4bit:2048'
task: 'continuation' # task can be 'continuation', 'QA' and 'summarize'
task: 'continuation' # task can be 'continuation', 'QA' and 'summarize'
2 changes: 0 additions & 2 deletions python/llm/test/benchmark/arc-perf-test-batch4.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,6 @@ repo_id:
- 'THUDM/chatglm3-6b-4bit'
- 'baichuan-inc/Baichuan2-7B-Chat'
- 'baichuan-inc/Baichuan2-13B-Chat-4bit'
- 'mistralai/Mistral-7B-v0.1' #mwj: need to check
- 'deepseek-ai/deepseek-coder-6.7b-instruct'
- 'THUDM/glm-4-9b-chat'
- 'openbmb/MiniCPM-2B-sft-bf16'
- 'Qwen/Qwen-VL-Chat'
Expand Down
2 changes: 0 additions & 2 deletions python/llm/test/benchmark/arc-perf-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,6 @@ repo_id:
- 'THUDM/chatglm3-6b-4bit'
- 'baichuan-inc/Baichuan2-7B-Chat'
- 'baichuan-inc/Baichuan2-13B-Chat-4bit'
- 'mistralai/Mistral-7B-v0.1'
- 'deepseek-ai/deepseek-coder-6.7b-instruct'
- 'THUDM/glm-4-9b-chat'
- 'openbmb/MiniCPM-2B-sft-bf16'
- 'Qwen/Qwen-VL-Chat'
Expand Down

0 comments on commit 9852136

Please sign in to comment.