Skip to content

Commit

Permalink
remove Qwen/Qwen-VL-Chat to pass the validation
Browse files Browse the repository at this point in the history
  • Loading branch information
ATMxsp01 committed Jul 4, 2024
1 parent 26a6249 commit e71dc79
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion python/llm/test/benchmark/arc-perf-test-batch2.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ repo_id:
- 'deepseek-ai/deepseek-coder-6.7b-instruct'
- 'THUDM/glm-4-9b-chat'
- 'openbmb/MiniCPM-2B-sft-bf16'
- 'Qwen/Qwen-VL-Chat'
#- 'Qwen/Qwen-VL-Chat'
#- 'SmerkyG/rwkv-5-world-7b' #this model only fp32 is supported for now, fp16 and bf16 are not supported
- '01-ai/Yi-6B-Chat'
local_model_hub: '/mnt/disk1/models'
Expand Down
4 changes: 2 additions & 2 deletions python/llm/test/benchmark/arc-perf-test-batch4.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ repo_id:
- 'deepseek-ai/deepseek-coder-6.7b-instruct'
- 'THUDM/glm-4-9b-chat'
- 'openbmb/MiniCPM-2B-sft-bf16'
- 'Qwen/Qwen-VL-Chat'
#- 'Qwen/Qwen-VL-Chat'
#- 'SmerkyG/rwkv-5-world-7b' #this model only fp32 is supported for now, fp16 and bf16 are not supported
- '01-ai/Yi-6B-Chat'
local_model_hub: '/mnt/disk1/models'
Expand All @@ -29,7 +29,7 @@ exclude:
- 'baichuan-inc/Baichuan2-7B-Chat:2048'
- 'baichuan-inc/Baichuan2-13B-Chat-4bit:1024'
- 'baichuan-inc/Baichuan2-13B-Chat-4bit:2048'
- 'Qwen/Qwen-VL-Chat:2048'
# - 'Qwen/Qwen-VL-Chat:2048'
# - 'fnlp/moss-moon-003-sft-4bit:1024'
# - 'fnlp/moss-moon-003-sft-4bit:2048'
task: 'continuation' # task can be 'continuation', 'QA' and 'summarize'
2 changes: 1 addition & 1 deletion python/llm/test/benchmark/arc-perf-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ repo_id:
- 'deepseek-ai/deepseek-coder-6.7b-instruct'
- 'THUDM/glm-4-9b-chat'
- 'openbmb/MiniCPM-2B-sft-bf16'
- 'Qwen/Qwen-VL-Chat'
#- 'Qwen/Qwen-VL-Chat'
#- 'SmerkyG/rwkv-5-world-7b' #this model only fp32 is supported for now, fp16 and bf16 are not supported
- '01-ai/Yi-6B-Chat'
local_model_hub: '/mnt/disk1/models'
Expand Down

0 comments on commit e71dc79

Please sign in to comment.