File tree Expand file tree Collapse file tree 2 files changed +6
-2
lines changed
Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Original file line number Diff line number Diff line change @@ -54,7 +54,9 @@ source /usr/local/Ascend/ascend-toolkit/set_env.sh
5454### Test
5555Execute deepep-related test scripts
5656``` bash
57- bash tests/python/deepep/run_test.sh
57+ python3 tests/python/deepep/test_fused_deep_moe.py
58+ python3 tests/python/deepep/test_intranode.py
59+ python3 tests/python/deepep/test_low_latency.py
5860```
5961
6062### FAQ
Original file line number Diff line number Diff line change @@ -56,7 +56,9 @@ source /usr/local/Ascend/ascend-toolkit/set_env.sh
5656### 测试
5757执行deepep相关测试脚本
5858``` bash
59- bash tests/python/deepep/run_test.sh
59+ python3 tests/python/deepep/test_fused_deep_moe.py
60+ python3 tests/python/deepep/test_intranode.py
61+ python3 tests/python/deepep/test_low_latency.py
6062```
6163
6264### 常见问题
You can’t perform that action at this time.
0 commit comments