This commit is contained in:
JennyLiu 2026-01-13 22:11:18 +09:00 committed by GitHub
commit efe9e376a8
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
4 changed files with 4 additions and 10 deletions

View File

@ -68,8 +68,8 @@ This directory contains various test configuration files:
- `llm_triton_integration.txt` - Triton backend integration tests
### Release-Specific Tests
- `llm_digits_func.txt` - Functional tests for DIGITS release
- `llm_digits_perf.txt` - Performance tests for DIGITS release
- `llm_spark_func.txt` - Functional tests for DGX-Spark release
- `llm_spark_perf.yml` - Performance tests for DGX-Spark release
## Test Execution Schedule

View File

@ -1,16 +1,10 @@
llm_digits_perf:
version: 0.0.1
llm_spark_perf:
- condition:
ranges:
system_gpu_count:
gte: 1
lte: 1
wildcards:
gpu:
- '*gb10*'
linux_distribution_name: ubuntu*
cpu: aarch64
terms:
backend: pytorch
tests:
- perf/test_perf.py::test_perf[gpt_oss_20b_fp4-bench-pytorch-streaming-float4-maxbs:1-input_output_len:2048,128-reqs:1-con:1]
- perf/test_perf.py::test_perf[gpt_oss_120b_fp4-bench-pytorch-streaming-float4-maxbs:1-input_output_len:2048,128-reqs:1-con:1]