Skip to content
Open
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
32 changes: 32 additions & 0 deletions .github/benchmark/vllm-models.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
[
{
"display": "DeepSeek-R1-0528",
"path": "deepseek-ai/DeepSeek-R1-0528",
"prefix": "deepseek-r1-0528",
"args": "--kv-cache-dtype fp8 --tensor-parallel-size 8",
"bench_args": "",
"suffix": "",
"runner": "atom-mi355-8gpu.predownload",
"env_vars": ""
},
{
"display": "GLM-5-FP8",
"path": "zai-org/GLM-5-FP8",
"prefix": "glm-5-fp8",
"args": "--kv-cache-dtype fp8 --tensor-parallel-size 8",
"bench_args": "",
"suffix": "",
"runner": "atom-mi355-8gpu.predownload",
"env_vars": ""
},
{
"display": "Kimi-K2-Thinking-MXFP4",
"path": "amd/Kimi-K2-Thinking-MXFP4",
"prefix": "kimi-k2-thinking-mxfp4",
"args": "--trust-remote-code --kv-cache-dtype fp8 --tensor-parallel-size 4 --enable-expert-parallel",
"bench_args": "",
"suffix": "",
"runner": "atom-mi355-8gpu.predownload",
"env_vars": ""
}
]
Binary file added .github/dashboard/vllm-index.html
Binary file not shown.
9 changes: 9 additions & 0 deletions .github/workflows/atom-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,15 @@ on:
- 'docs/**'
- 'LICENSE'
- '.gitignore'
- 'scripts/**'
- '.github/dashboard/**'
- '.github/benchmark/vllm*'
- '.github/benchmark/oot_*'
- '.github/workflows/vllm-benchmark.yaml'
- '.github/workflows/atom-vllm-oot-benchmark.yaml'
- '.github/workflows/atom-benchmark.yaml'
- '.github/workflows/docker-release.yaml'
- '.github/workflows/gpu-load-test.yaml'
schedule:
# Nightly at 00:00 Beijing time (16:00 UTC)
- cron: '0 16 * * *'
Expand Down
8 changes: 8 additions & 0 deletions .github/workflows/atom-vllm-oot-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,14 @@ on:
- 'docs/**'
- 'LICENSE'
- '.gitignore'
- 'scripts/**'
- '.github/dashboard/**'
- '.github/benchmark/vllm*'
- '.github/benchmark/oot_*'
- '.github/workflows/vllm-benchmark.yaml'
- '.github/workflows/atom-benchmark.yaml'
- '.github/workflows/docker-release.yaml'
- '.github/workflows/gpu-load-test.yaml'
schedule:
# Nightly at 02:00 Beijing time (18:00 UTC on the previous day)
- cron: '0 18 * * *'
Expand Down
Loading
Loading