File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ platforms:
2323 cuda :
2424 enabled : true
2525 ascend :
26- enabled : false
26+ enabled : true
2727 hygon :
2828 enabled : true
2929 metax :
Original file line number Diff line number Diff line change @@ -41,6 +41,7 @@ device_types:
4141tolerance :
4242 inference :
4343 default : {rtol: 1e-3, atol: 1e-3}
44+ float32 : {rtol: 1e-4, atol: 1e-5}
4445 bfloat16 : {rtol: 1e-2, atol: 1e-2}
4546 float16 : {rtol: 1e-2, atol: 1e-2}
4647
@@ -91,7 +92,8 @@ env_defaults: {}
9192 # Include patterns: "*" for all, or list specific paths
9293 include : " *"
9394 # Exclude patterns: empty list or list paths to exclude
94- exclude : []
95+ exclude :
96+ - ops/test_ops_correctness.py
9597 unit :
9698 # Include patterns: "*" for all, or list specific paths
9799 include : " *"
Original file line number Diff line number Diff line change @@ -33,7 +33,9 @@ device_overrides:
3333 bw1000 :
3434 cases :
3535 - qwen3_6/27b_tp2_eager
36+ - qwen3_6/27b_tp4_graph
3637 - qwen3_6/35b_a3b_tp2_eager
38+ - qwen3_6/35b_a3b_tp4_graph
3739 llm :
3840 gpu_memory_utilization : 0.8
3941 serve :
@@ -53,9 +55,9 @@ bw1000:
5355 tests :
5456 e2e :
5557 inference :
56- qwen3_6 : ["27b_tp2_eager"]
58+ qwen3_6 : ["35b_a3b_tp4_graph", " 27b_tp2_eager"]
5759 serving :
58- qwen3_6 : ["35b_a3b_tp2_eager"]
60+ qwen3_6 : ["27b_tp4_graph", " 35b_a3b_tp2_eager"]
5961 functional :
6062 include : " *"
6163 exclude : []
You can’t perform that action at this time.
0 commit comments