Skip to content

Commit 8849bf7

Browse files
test(ci): recover model_runner_v2 e2e test
- Remove is_skipped flag from tests/e2e/singlecard/model_runner_v2/test_basic.py - Test was originally skipped due to get_cuda_view_from_cpu_tensor error (#5752) - Recent model_runner_v2 improvements may have resolved the issue: - #7110: Added aclgraph support - #7496: Optimized post_update performance - #7221: Optimized _topk_log_softmax_kernel performance - CI will verify if the test now passes successfully Signed-off-by: hejianping <hejianping7@huawei.com>
1 parent bcdfcde commit 8849bf7

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

.github/workflows/scripts/config.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,6 @@ e2e-singlecard:
6161
estimated_time: 600
6262
- name: tests/e2e/singlecard/model_runner_v2/test_basic.py
6363
estimated_time: 80
64-
is_skipped: true
6564
e2e-singlecard-light:
6665
- name: tests/e2e/singlecard/test_aclgraph_accuracy.py::test_piecewise_res_consistency
6766
estimated_time: 229

0 commit comments

Comments
 (0)