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
15 changes: 13 additions & 2 deletions autotest/config_ascend.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,12 @@ config:
Qwen/Qwen3-VL-30B-A3B-Instruct: 4
Qwen/Qwen3-VL-8B-Instruct: 2
Qwen/Qwen3-VL-32B-Instruct: 4
internlm/Intern-S1-Pro-BF16: 64

dp_ep:
internlm/Intern-S1-Pro-BF16:
dp: 64
ep: 64

pytorch_chat_model:
tp:
Expand All @@ -31,6 +37,10 @@ pytorch_chat_model:
- Qwen/Qwen3-32B
- Qwen/Qwen3-8B
- Qwen/Qwen3-0.6B
- internlm/Intern-S1-Pro-BF16

dp_ep:
- internlm/Intern-S1-Pro-BF16

pytorch_vl_model:
tp:
Expand All @@ -43,7 +53,6 @@ pytorch_vl_model:
- Qwen/Qwen3-VL-8B-Instruct
- Qwen/Qwen3-VL-32B-Instruct


pytorch_base_model:
tp:
- Qwen/Qwen3-0.6B
Expand All @@ -67,6 +76,7 @@ pytorch_quantization:
- Qwen/Qwen3-VL-30B-A3B-Instruct
- Qwen/Qwen3-VL-8B-Instruct
- Qwen/Qwen3-VL-32B-Instruct
- internlm/Intern-S1-Pro-BF16
no_kvint8:
- Qwen/Qwen3-30B-A3B
- Qwen/Qwen3-235B-A22B
Expand All @@ -81,8 +91,9 @@ pytorch_quantization:
- Qwen/Qwen3-VL-30B-A3B-Instruct
- Qwen/Qwen3-VL-8B-Instruct
- Qwen/Qwen3-VL-32B-Instruct
- internlm/Intern-S1-Pro-BF16

longtext_model:
longtext_benchmark_model:
- Qwen/Qwen3-30B-A3B

benchmark_model:
Expand Down
Loading
Loading