Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/llm_performance_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -662,7 +662,7 @@ jobs:
move ..\..\..\test\benchmark\igpu-perf\32-32_int4_fp16.yaml config.yaml
set PYTHONIOENCODING=utf-8
python run.py >> %CSV_SAVE_PATH%\32-32_int4_fp16\log\%LOG_FILE% 2>&1
if %ERRORLEVEL% neq 0 if %ERRORLEVEL% neq -1073740791 (exit /b 1)
if %ERRORLEVEL% neq 0 (exit /b 1)
python ..\..\..\test\benchmark\igpu-perf\check_csv_results.py --yaml-file config.yaml --suffix test1
if %ERRORLEVEL% neq 0 (exit /b 1)

Expand Down
38 changes: 19 additions & 19 deletions python/llm/test/benchmark/igpu-perf/1024-128.yaml
Original file line number Diff line number Diff line change
@@ -1,23 +1,23 @@
repo_id:
# - 'THUDM/chatglm3-6b'
# - 'THUDM/glm-4-9b-chat'
# - 'baichuan-inc/Baichuan2-7B-Chat'
# - 'baichuan-inc/Baichuan2-13B-Chat'
# - 'meta-llama/Llama-2-7b-chat-hf'
# - 'meta-llama/Llama-2-13b-chat-hf'
# - 'meta-llama/Meta-Llama-3-8B-Instruct'
# - 'mistralai/Mistral-7B-Instruct-v0.2'
# - 'deepseek-ai/deepseek-coder-7b-instruct-v1.5'
# - 'RWKV/v5-Eagle-7B-HF'
# - '01-ai/Yi-6B-Chat'
# - 'openbmb/MiniCPM-1B-sft-bf16'
# - 'openbmb/MiniCPM-2B-sft-bf16'
# - 'Qwen/Qwen1.5-7B-Chat'
# - 'Qwen/Qwen2-1.5B-Instruct'
# - 'Qwen/Qwen2-7B-Instruct'
# - 'microsoft/Phi-3-mini-4k-instruct'
# - 'microsoft/Phi-3-mini-128k-instruct'
# - 'microsoft/phi-3-vision-128k-instruct'
- 'THUDM/chatglm3-6b'
- 'THUDM/glm-4-9b-chat'
- 'baichuan-inc/Baichuan2-7B-Chat'
- 'baichuan-inc/Baichuan2-13B-Chat'
- 'meta-llama/Llama-2-7b-chat-hf'
- 'meta-llama/Llama-2-13b-chat-hf'
- 'meta-llama/Meta-Llama-3-8B-Instruct'
- 'mistralai/Mistral-7B-Instruct-v0.2'
- 'deepseek-ai/deepseek-coder-7b-instruct-v1.5'
- 'RWKV/v5-Eagle-7B-HF'
- '01-ai/Yi-6B-Chat'
- 'openbmb/MiniCPM-1B-sft-bf16'
- 'openbmb/MiniCPM-2B-sft-bf16'
- 'Qwen/Qwen1.5-7B-Chat'
- 'Qwen/Qwen2-1.5B-Instruct'
- 'Qwen/Qwen2-7B-Instruct'
- 'microsoft/Phi-3-mini-4k-instruct'
- 'microsoft/Phi-3-mini-128k-instruct'
- 'microsoft/phi-3-vision-128k-instruct'
- 'openbmb/MiniCPM-V-2_6'
local_model_hub: 'path to your local model hub'
warm_up: 1
Expand Down
4 changes: 2 additions & 2 deletions python/llm/test/benchmark/igpu-perf/1024-128_443.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
repo_id:
# - 'google/gemma-2-2b-it'
# - 'google/gemma-2-9b-it'
- 'google/gemma-2-2b-it'
- 'google/gemma-2-9b-it'
- 'meta-llama/Llama-3.1-8B-Instruct'
local_model_hub: 'path to your local model hub'
warm_up: 1
Expand Down
36 changes: 18 additions & 18 deletions python/llm/test/benchmark/igpu-perf/1024-128_int4_fp16.yaml
Original file line number Diff line number Diff line change
@@ -1,22 +1,22 @@
repo_id:
# - 'THUDM/chatglm3-6b'
# - 'THUDM/glm-4-9b-chat'
# - 'baichuan-inc/Baichuan2-7B-Chat'
# - 'baichuan-inc/Baichuan2-13B-Chat'
# - 'meta-llama/Llama-2-7b-chat-hf'
# - 'meta-llama/Llama-2-13b-chat-hf'
# - 'meta-llama/Meta-Llama-3-8B-Instruct'
# - 'mistralai/Mistral-7B-Instruct-v0.2'
# - 'deepseek-ai/deepseek-coder-7b-instruct-v1.5'
# - '01-ai/Yi-6B-Chat'
# - 'openbmb/MiniCPM-1B-sft-bf16'
# - 'openbmb/MiniCPM-2B-sft-bf16'
# - 'Qwen/Qwen1.5-7B-Chat'
# - 'Qwen/Qwen2-1.5B-Instruct'
# - 'Qwen/Qwen2-7B-Instruct'
# - 'microsoft/Phi-3-mini-4k-instruct'
# - 'microsoft/Phi-3-mini-128k-instruct'
# - 'microsoft/phi-3-vision-128k-instruct'
- 'THUDM/chatglm3-6b'
- 'THUDM/glm-4-9b-chat'
- 'baichuan-inc/Baichuan2-7B-Chat'
- 'baichuan-inc/Baichuan2-13B-Chat'
- 'meta-llama/Llama-2-7b-chat-hf'
- 'meta-llama/Llama-2-13b-chat-hf'
- 'meta-llama/Meta-Llama-3-8B-Instruct'
- 'mistralai/Mistral-7B-Instruct-v0.2'
- 'deepseek-ai/deepseek-coder-7b-instruct-v1.5'
- '01-ai/Yi-6B-Chat'
- 'openbmb/MiniCPM-1B-sft-bf16'
- 'openbmb/MiniCPM-2B-sft-bf16'
- 'Qwen/Qwen1.5-7B-Chat'
- 'Qwen/Qwen2-1.5B-Instruct'
- 'Qwen/Qwen2-7B-Instruct'
- 'microsoft/Phi-3-mini-4k-instruct'
- 'microsoft/Phi-3-mini-128k-instruct'
- 'microsoft/phi-3-vision-128k-instruct'
- 'openbmb/MiniCPM-V-2_6'
local_model_hub: 'path to your local model hub'
warm_up: 1
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
repo_id:
# - 'google/gemma-2-2b-it'
# - 'google/gemma-2-9b-it'
- 'google/gemma-2-2b-it'
- 'google/gemma-2-9b-it'
- 'meta-llama/Llama-3.1-8B-Instruct'
local_model_hub: 'path to your local model hub'
warm_up: 1
Expand Down
Original file line number Diff line number Diff line change
@@ -1,21 +1,21 @@
repo_id:
# - 'THUDM/chatglm3-6b'
# - 'THUDM/glm-4-9b-chat'
# - 'baichuan-inc/Baichuan2-7B-Chat'
# - 'baichuan-inc/Baichuan2-13B-Chat'
# - 'meta-llama/Llama-2-7b-chat-hf'
# - 'meta-llama/Llama-2-13b-chat-hf'
# - 'meta-llama/Meta-Llama-3-8B-Instruct'
# - 'mistralai/Mistral-7B-Instruct-v0.2'
# - 'deepseek-ai/deepseek-coder-7b-instruct-v1.5'
# - '01-ai/Yi-6B-Chat'
# - 'openbmb/MiniCPM-1B-sft-bf16'
# - 'openbmb/MiniCPM-2B-sft-bf16'
# - 'Qwen/Qwen1.5-7B-Chat'
# - 'Qwen/Qwen2-1.5B-Instruct'
# - 'Qwen/Qwen2-7B-Instruct'
# - 'microsoft/Phi-3-mini-4k-instruct'
# - 'microsoft/Phi-3-mini-128k-instruct'
- 'THUDM/chatglm3-6b'
- 'THUDM/glm-4-9b-chat'
- 'baichuan-inc/Baichuan2-7B-Chat'
- 'baichuan-inc/Baichuan2-13B-Chat'
- 'meta-llama/Llama-2-7b-chat-hf'
- 'meta-llama/Llama-2-13b-chat-hf'
- 'meta-llama/Meta-Llama-3-8B-Instruct'
- 'mistralai/Mistral-7B-Instruct-v0.2'
- 'deepseek-ai/deepseek-coder-7b-instruct-v1.5'
- '01-ai/Yi-6B-Chat'
- 'openbmb/MiniCPM-1B-sft-bf16'
- 'openbmb/MiniCPM-2B-sft-bf16'
- 'Qwen/Qwen1.5-7B-Chat'
- 'Qwen/Qwen2-1.5B-Instruct'
- 'Qwen/Qwen2-7B-Instruct'
- 'microsoft/Phi-3-mini-4k-instruct'
- 'microsoft/Phi-3-mini-128k-instruct'
- 'microsoft/phi-3-vision-128k-instruct'
local_model_hub: 'path to your local model hub'
warm_up: 1
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
repo_id:
# - 'google/gemma-2-2b-it'
# - 'google/gemma-2-9b-it'
- 'google/gemma-2-2b-it'
- 'google/gemma-2-9b-it'
- 'meta-llama/Llama-3.1-8B-Instruct'
local_model_hub: 'path to your local model hub'
warm_up: 1
Expand Down
36 changes: 18 additions & 18 deletions python/llm/test/benchmark/igpu-perf/2048-256_int4_fp16.yaml
Original file line number Diff line number Diff line change
@@ -1,22 +1,22 @@
repo_id:
# - 'THUDM/chatglm3-6b'
# - 'THUDM/glm-4-9b-chat'
# - 'baichuan-inc/Baichuan2-7B-Chat'
# - 'baichuan-inc/Baichuan2-13B-Chat'
# - 'meta-llama/Llama-2-7b-chat-hf'
# - 'meta-llama/Llama-2-13b-chat-hf'
# - 'meta-llama/Meta-Llama-3-8B-Instruct'
# - 'mistralai/Mistral-7B-Instruct-v0.2'
# - 'deepseek-ai/deepseek-coder-7b-instruct-v1.5'
# - '01-ai/Yi-6B-Chat'
# - 'openbmb/MiniCPM-1B-sft-bf16'
# - 'openbmb/MiniCPM-2B-sft-bf16'
# - 'Qwen/Qwen1.5-7B-Chat'
# - 'Qwen/Qwen2-1.5B-Instruct'
# - 'Qwen/Qwen2-7B-Instruct'
# - 'microsoft/Phi-3-mini-4k-instruct'
# - 'microsoft/Phi-3-mini-128k-instruct'
# - 'microsoft/phi-3-vision-128k-instruct'
- 'THUDM/chatglm3-6b'
- 'THUDM/glm-4-9b-chat'
- 'baichuan-inc/Baichuan2-7B-Chat'
- 'baichuan-inc/Baichuan2-13B-Chat'
- 'meta-llama/Llama-2-7b-chat-hf'
- 'meta-llama/Llama-2-13b-chat-hf'
- 'meta-llama/Meta-Llama-3-8B-Instruct'
- 'mistralai/Mistral-7B-Instruct-v0.2'
- 'deepseek-ai/deepseek-coder-7b-instruct-v1.5'
- '01-ai/Yi-6B-Chat'
- 'openbmb/MiniCPM-1B-sft-bf16'
- 'openbmb/MiniCPM-2B-sft-bf16'
- 'Qwen/Qwen1.5-7B-Chat'
- 'Qwen/Qwen2-1.5B-Instruct'
- 'Qwen/Qwen2-7B-Instruct'
- 'microsoft/Phi-3-mini-4k-instruct'
- 'microsoft/Phi-3-mini-128k-instruct'
- 'microsoft/phi-3-vision-128k-instruct'
- 'openbmb/MiniCPM-V-2_6'
local_model_hub: 'path to your local model hub'
warm_up: 1
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
repo_id:
# - 'google/gemma-2-2b-it'
# - 'google/gemma-2-9b-it'
- 'google/gemma-2-2b-it'
- 'google/gemma-2-9b-it'
- 'meta-llama/Llama-3.1-8B-Instruct'
local_model_hub: 'path to your local model hub'
warm_up: 1
Expand Down
34 changes: 17 additions & 17 deletions python/llm/test/benchmark/igpu-perf/3072-384_int4_fp16.yaml
Original file line number Diff line number Diff line change
@@ -1,21 +1,21 @@
repo_id:
# - 'THUDM/chatglm3-6b'
# - 'THUDM/glm-4-9b-chat'
# - 'baichuan-inc/Baichuan2-7B-Chat'
# - 'meta-llama/Llama-2-7b-chat-hf'
# - 'meta-llama/Llama-2-13b-chat-hf'
# - 'meta-llama/Meta-Llama-3-8B-Instruct'
# - 'mistralai/Mistral-7B-Instruct-v0.2'
# - 'deepseek-ai/deepseek-coder-7b-instruct-v1.5'
# - '01-ai/Yi-6B-Chat'
# - 'openbmb/MiniCPM-1B-sft-bf16'
# - 'openbmb/MiniCPM-2B-sft-bf16'
# - 'Qwen/Qwen1.5-7B-Chat'
# - 'Qwen/Qwen2-1.5B-Instruct'
# - 'Qwen/Qwen2-7B-Instruct'
# - 'microsoft/Phi-3-mini-4k-instruct'
# - 'microsoft/Phi-3-mini-128k-instruct'
# - 'microsoft/phi-3-vision-128k-instruct'
- 'THUDM/chatglm3-6b'
- 'THUDM/glm-4-9b-chat'
- 'baichuan-inc/Baichuan2-7B-Chat'
- 'meta-llama/Llama-2-7b-chat-hf'
- 'meta-llama/Llama-2-13b-chat-hf'
- 'meta-llama/Meta-Llama-3-8B-Instruct'
- 'mistralai/Mistral-7B-Instruct-v0.2'
- 'deepseek-ai/deepseek-coder-7b-instruct-v1.5'
- '01-ai/Yi-6B-Chat'
- 'openbmb/MiniCPM-1B-sft-bf16'
- 'openbmb/MiniCPM-2B-sft-bf16'
- 'Qwen/Qwen1.5-7B-Chat'
- 'Qwen/Qwen2-1.5B-Instruct'
- 'Qwen/Qwen2-7B-Instruct'
- 'microsoft/Phi-3-mini-4k-instruct'
- 'microsoft/Phi-3-mini-128k-instruct'
- 'microsoft/phi-3-vision-128k-instruct'
- 'openbmb/MiniCPM-V-2_6'
local_model_hub: 'path to your local model hub'
warm_up: 1
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
repo_id:
# - 'google/gemma-2-2b-it'
- 'google/gemma-2-2b-it'
# - 'google/gemma-2-9b-it'
- 'meta-llama/Llama-3.1-8B-Instruct'
local_model_hub: 'path to your local model hub'
Expand Down
36 changes: 18 additions & 18 deletions python/llm/test/benchmark/igpu-perf/32-32_int4_fp16.yaml
Original file line number Diff line number Diff line change
@@ -1,22 +1,22 @@
repo_id:
# - 'THUDM/chatglm3-6b'
# - 'THUDM/glm-4-9b-chat'
# - 'baichuan-inc/Baichuan2-7B-Chat'
# - 'baichuan-inc/Baichuan2-13B-Chat'
# - 'meta-llama/Llama-2-7b-chat-hf'
# - 'meta-llama/Llama-2-13b-chat-hf'
# - 'meta-llama/Meta-Llama-3-8B-Instruct'
# - 'mistralai/Mistral-7B-Instruct-v0.2'
# - 'deepseek-ai/deepseek-coder-7b-instruct-v1.5'
# - '01-ai/Yi-6B-Chat'
# - 'openbmb/MiniCPM-1B-sft-bf16'
# - 'openbmb/MiniCPM-2B-sft-bf16'
# - 'Qwen/Qwen1.5-7B-Chat'
# - 'Qwen/Qwen2-1.5B-Instruct'
# - 'Qwen/Qwen2-7B-Instruct'
# - 'microsoft/Phi-3-mini-4k-instruct'
# - 'microsoft/Phi-3-mini-128k-instruct'
# - 'microsoft/phi-3-vision-128k-instruct'
- 'THUDM/chatglm3-6b'
- 'THUDM/glm-4-9b-chat'
- 'baichuan-inc/Baichuan2-7B-Chat'
- 'baichuan-inc/Baichuan2-13B-Chat'
- 'meta-llama/Llama-2-7b-chat-hf'
- 'meta-llama/Llama-2-13b-chat-hf'
- 'meta-llama/Meta-Llama-3-8B-Instruct'
- 'mistralai/Mistral-7B-Instruct-v0.2'
- 'deepseek-ai/deepseek-coder-7b-instruct-v1.5'
- '01-ai/Yi-6B-Chat'
- 'openbmb/MiniCPM-1B-sft-bf16'
- 'openbmb/MiniCPM-2B-sft-bf16'
- 'Qwen/Qwen1.5-7B-Chat'
- 'Qwen/Qwen2-1.5B-Instruct'
- 'Qwen/Qwen2-7B-Instruct'
- 'microsoft/Phi-3-mini-4k-instruct'
- 'microsoft/Phi-3-mini-128k-instruct'
- 'microsoft/phi-3-vision-128k-instruct'
- 'openbmb/MiniCPM-V-2_6'
local_model_hub: 'path to your local model hub'
warm_up: 3
Expand Down
4 changes: 2 additions & 2 deletions python/llm/test/benchmark/igpu-perf/32-32_int4_fp16_443.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
repo_id:
# - 'google/gemma-2-2b-it'
# - 'google/gemma-2-9b-it'
- 'google/gemma-2-2b-it'
- 'google/gemma-2-9b-it'
- 'meta-llama/Llama-3.1-8B-Instruct'
local_model_hub: 'path to your local model hub'
warm_up: 3
Expand Down
34 changes: 17 additions & 17 deletions python/llm/test/benchmark/igpu-perf/4096-512_int4_fp16.yaml
Original file line number Diff line number Diff line change
@@ -1,21 +1,21 @@
repo_id:
# - 'THUDM/chatglm3-6b'
# - 'THUDM/glm-4-9b-chat'
# - 'baichuan-inc/Baichuan2-7B-Chat'
# - 'meta-llama/Llama-2-7b-chat-hf'
# - 'meta-llama/Llama-2-13b-chat-hf'
# - 'meta-llama/Meta-Llama-3-8B-Instruct'
# - 'mistralai/Mistral-7B-Instruct-v0.2'
# - 'deepseek-ai/deepseek-coder-7b-instruct-v1.5'
# - '01-ai/Yi-6B-Chat'
# - 'openbmb/MiniCPM-1B-sft-bf16'
# - 'openbmb/MiniCPM-2B-sft-bf16'
# - 'Qwen/Qwen1.5-7B-Chat'
# - 'Qwen/Qwen2-1.5B-Instruct'
# - 'Qwen/Qwen2-7B-Instruct'
# - 'microsoft/Phi-3-mini-4k-instruct'
# - 'microsoft/Phi-3-mini-128k-instruct'
# - 'microsoft/phi-3-vision-128k-instruct'
- 'THUDM/chatglm3-6b'
- 'THUDM/glm-4-9b-chat'
- 'baichuan-inc/Baichuan2-7B-Chat'
- 'meta-llama/Llama-2-7b-chat-hf'
- 'meta-llama/Llama-2-13b-chat-hf'
- 'meta-llama/Meta-Llama-3-8B-Instruct'
- 'mistralai/Mistral-7B-Instruct-v0.2'
- 'deepseek-ai/deepseek-coder-7b-instruct-v1.5'
- '01-ai/Yi-6B-Chat'
- 'openbmb/MiniCPM-1B-sft-bf16'
- 'openbmb/MiniCPM-2B-sft-bf16'
- 'Qwen/Qwen1.5-7B-Chat'
- 'Qwen/Qwen2-1.5B-Instruct'
- 'Qwen/Qwen2-7B-Instruct'
- 'microsoft/Phi-3-mini-4k-instruct'
- 'microsoft/Phi-3-mini-128k-instruct'
- 'microsoft/phi-3-vision-128k-instruct'
- 'openbmb/MiniCPM-V-2_6'
local_model_hub: 'path to your local model hub'
warm_up: 1
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
repo_id:
# - 'google/gemma-2-2b-it'
- 'google/gemma-2-2b-it'
# - 'google/gemma-2-9b-it'
- 'meta-llama/Llama-3.1-8B-Instruct'
local_model_hub: 'path to your local model hub'
Expand Down