From 4f67034f8656e85141ac73b2836251774181b283 Mon Sep 17 00:00:00 2001 From: zhaoguochun1995 Date: Tue, 16 Jan 2024 17:46:42 +0800 Subject: [PATCH] add ascend communicate test --- dipu/tests/run_ascend_tests.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) mode change 100644 => 100755 dipu/tests/run_ascend_tests.sh diff --git a/dipu/tests/run_ascend_tests.sh b/dipu/tests/run_ascend_tests.sh old mode 100644 new mode 100755 index 32cf80282..980add89e --- a/dipu/tests/run_ascend_tests.sh +++ b/dipu/tests/run_ascend_tests.sh @@ -6,7 +6,7 @@ source tests/common.sh function run_dipu_tests { # TODO: Add PyTorch tests # run_test tests/test_ops/archived/test_tensor_add.py - true + python tests/python/individual_scripts/test_rt_ddp.py } if [ "$LOGFILE" != "" ]; then