Skip to content

Commit c16a33b

Browse files
committed
ci: enable ascend and update platform cases
1 parent 04ac0e3 commit c16a33b

3 files changed

Lines changed: 8 additions & 4 deletions

File tree

.github/configs/platforms.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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:

tests/platforms/ascend.yaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,7 @@ device_types:
4141
tolerance:
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: "*"

tests/platforms/hygon.yaml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff 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: []

0 commit comments

Comments
 (0)