Skip to content

Commit

Permalink
Remove dummy model from performance tests (#12682)
Browse files Browse the repository at this point in the history
  • Loading branch information
Oscilloscope98 authored Jan 9, 2025
1 parent 1ec40cd commit 5d8081a
Show file tree
Hide file tree
Showing 7 changed files with 0 additions and 14 deletions.
2 changes: 0 additions & 2 deletions python/llm/test/benchmark/igpu-perf/1024-128.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,6 @@ repo_id:
- 'microsoft/Phi-3-mini-128k-instruct'
- 'microsoft/phi-3-vision-128k-instruct'
- 'openbmb/MiniCPM-V-2_6'
- 'dummy/dummy-1.5B'
- 'dummy/dummy-4B'
local_model_hub: 'path to your local model hub'
warm_up: 1
num_trials: 3
Expand Down
2 changes: 0 additions & 2 deletions python/llm/test/benchmark/igpu-perf/1024-128_int4_fp16.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,6 @@ repo_id:
- 'microsoft/Phi-3-mini-128k-instruct'
- 'microsoft/phi-3-vision-128k-instruct'
- 'openbmb/MiniCPM-V-2_6'
- 'dummy/dummy-1.5B'
- 'dummy/dummy-4B'
local_model_hub: 'path to your local model hub'
warm_up: 1
num_trials: 3
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,6 @@ repo_id:
- 'microsoft/Phi-3-mini-4k-instruct'
- 'microsoft/Phi-3-mini-128k-instruct'
- 'microsoft/phi-3-vision-128k-instruct'
- 'dummy/dummy-1.5B'
- 'dummy/dummy-4B'
local_model_hub: 'path to your local model hub'
warm_up: 1
num_trials: 3
Expand Down
2 changes: 0 additions & 2 deletions python/llm/test/benchmark/igpu-perf/2048-256_int4_fp16.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,6 @@ repo_id:
- 'microsoft/Phi-3-mini-128k-instruct'
- 'microsoft/phi-3-vision-128k-instruct'
- 'openbmb/MiniCPM-V-2_6'
- 'dummy/dummy-1.5B'
- 'dummy/dummy-4B'
local_model_hub: 'path to your local model hub'
warm_up: 1
num_trials: 3
Expand Down
2 changes: 0 additions & 2 deletions python/llm/test/benchmark/igpu-perf/3072-384_int4_fp16.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,6 @@ repo_id:
- 'microsoft/Phi-3-mini-128k-instruct'
- 'microsoft/phi-3-vision-128k-instruct'
- 'openbmb/MiniCPM-V-2_6'
- 'dummy/dummy-1.5B'
- 'dummy/dummy-4B'
local_model_hub: 'path to your local model hub'
warm_up: 1
num_trials: 3
Expand Down
2 changes: 0 additions & 2 deletions python/llm/test/benchmark/igpu-perf/32-32_int4_fp16.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,6 @@ repo_id:
- 'microsoft/Phi-3-mini-128k-instruct'
- 'microsoft/phi-3-vision-128k-instruct'
- 'openbmb/MiniCPM-V-2_6'
- 'dummy/dummy-1.5B'
- 'dummy/dummy-4B'
local_model_hub: 'path to your local model hub'
warm_up: 3
num_trials: 5
Expand Down
2 changes: 0 additions & 2 deletions python/llm/test/benchmark/igpu-perf/4096-512_int4_fp16.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,6 @@ repo_id:
- 'microsoft/Phi-3-mini-128k-instruct'
- 'microsoft/phi-3-vision-128k-instruct'
- 'openbmb/MiniCPM-V-2_6'
- 'dummy/dummy-1.5B'
- 'dummy/dummy-4B'
local_model_hub: 'path to your local model hub'
warm_up: 1
num_trials: 3
Expand Down

0 comments on commit 5d8081a

Please sign in to comment.