-
Notifications
You must be signed in to change notification settings - Fork 1.8k
[None][test] add deepseek and qwen cases for rtx series #8839
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
|
@@ -400,10 +400,27 @@ llm_perf_core: | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| - perf/test_perf.py::test_perf[llama_v3.3_nemotron_super_49b-bench-pytorch-bfloat16-input_output_len:128,128-tp:2-gpus:2] | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| #deepseek_v3_lite | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| - perf/test_perf.py::test_perf[deepseek_v3_lite_nvfp4-bench-pytorch-float4-input_output_len:128,128] | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| - perf/test_perf.py::test_perf[deepseek_v3_lite_nvfp4-bench-pytorch-float4-maxbs:1-input_output_len:1000,2000-reqs:10-ep:4-tp:8-gpus:8] | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| - perf/test_perf.py::test_perf[deepseek_v3_lite_nvfp4-bench-pytorch-float4-maxbs:384-maxnt:1536-input_output_len:1000,2000-reqs:10000-con:3072-ep:8-tp:8-gpus:8] TIMEOUT (120) #max throughput test | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| - perf/test_perf.py::test_perf[deepseek_v3_lite_nvfp4-bench-pytorch-streaming-float4-input_output_len:128,128] | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| - perf/test_perf.py::test_perf[deepseek_v3_lite_fp8-bench-pytorch-float8-input_output_len:128,128] | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| #mixtral_8x7b_v0.1 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| - perf/test_perf.py::test_perf[mixtral_8x7b_v0.1-bench-pytorch-float16-input_output_len:128,128-tp:2-gpus:2] | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| - perf/test_perf.py::test_perf[mixtral_8x7b_v0.1_instruct_fp8-bench-pytorch-float8-input_output_len:128,128-tp:2-gpus:2] | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| - perf/test_perf.py::test_perf[mixtral_8x7b_v0.1_instruct_fp4-bench-pytorch-float4-input_output_len:128,128-tp:2-gpus:2] | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| - perf/test_perf.py::test_perf[mixtral_8x7b_v0.1_instruct_fp4-bench-pytorch-float4-input_output_len:128,128-kv_cache_dtype:fp8-tp:2-gpus:2] | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| - condition: | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| ranges: | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| system_gpu_count: | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| gte: 8 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| wildcards: | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| gpu: | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| - '*6000*' | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| linux_distribution_name: '*' | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| tests: | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| - perf/test_perf.py::test_perf[qwen3_235b_a22b_fp4-bench-pytorch-float4-input_output_len:1000,2000-con:512-ep:4-gpus:4] | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| - perf/test_perf.py::test_perf[qwen3_235b_a22b_fp4-bench-pytorch-float4-input_output_len:1000,2000-con:8-ep:8-tp:8-gpus:8] | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| - perf/test_perf.py::test_perf[deepseek_r1_nvfp4-bench-pytorch-float4-maxbs:1-input_output_len:1000,2000-reqs:10-ep:4-tp:8-gpus:8] | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| - perf/test_perf.py::test_perf[deepseek_r1_nvfp4-bench-pytorch-float4-maxbs:384-maxnt:1536-input_output_len:1000,2000-reqs:10000-con:3072-ep:8-tp:8-gpus:8] TIMEOUT (120) #max throughput test | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| - perf/test_perf.py::test_perf[deepseek_r1_nvfp4-bench-pytorch-streaming-float4-maxbs:512-maxnt:5220-input_output_len:4000,2000-reqs:512-ep:8-tp:8-gpus:8] | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
Comment on lines
+413
to
+426
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Fix inconsistent TIMEOUT formatting and verify test alignment. Line 425 uses Otherwise, the new 8+ GPU condition block for RTX 6000 series is well-structured, and the test on line 426 properly aligns with the new pattern configuration added in Apply this diff to fix the formatting: - - perf/test_perf.py::test_perf[deepseek_r1_nvfp4-bench-pytorch-float4-maxbs:384-maxnt:1536-input_output_len:1000,2000-reqs:10000-con:3072-ep:8-tp:8-gpus:8] TIMEOUT (120) #max throughput test
+ - perf/test_perf.py::test_perf[deepseek_r1_nvfp4-bench-pytorch-float4-maxbs:384-maxnt:1536-input_output_len:1000,2000-reqs:10000-con:3072-ep:8-tp:8-gpus:8] TIMEOUT(120) #max throughput test📝 Committable suggestion
Suggested change
🤖 Prompt for AI Agents |
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Fix inconsistent TIMEOUT formatting.
Line 404 uses
TIMEOUT (120)with a space before the parenthesis, which is inconsistent with the formatting used elsewhere in the file (e.g., lines 85, 86, 150, 151 useTIMEOUT(120)without a space).Apply this diff to fix the formatting:
📝 Committable suggestion
🤖 Prompt for AI Agents