[CI] fix piecewise graph test case on ascend (#16933)

This commit is contained in:
khalilzhk
2026-01-12 20:16:30 +08:00
committed by GitHub
parent 53dca74f47
commit 9a628744fc

View File

@@ -38,8 +38,8 @@ class TestPiecewiseGraphPrefillCorrectness(CustomTestCase):
128,
"--enable-piecewise-cuda-graph",
"--piecewise-cuda-graph-tokens",
TOKENS_TO_CAPTURE,
],
]
+ TOKENS_TO_CAPTURE,
)
@classmethod
@@ -79,8 +79,8 @@ class TestPiecewiseGraphPrefillBenchmark(CustomTestCase):
"ascend",
"--enable-piecewise-cuda-graph",
"--piecewise-cuda-graph-tokens",
TOKENS_TO_CAPTURE,
],
]
+ TOKENS_TO_CAPTURE,
)
self.assertLess(prefill_latency, EXP_PREFILL_LATENCY)