Skip to content

Commit e8c6ab4

Browse files
authored
Update README.md of DeepEp (#144)
1 parent c6a2cef commit e8c6ab4

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

python/deep_ep/README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,9 @@ source /usr/local/Ascend/ascend-toolkit/set_env.sh
5454
### Test
5555
Execute 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

python/deep_ep/README_CN.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff 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
### 常见问题

0 commit comments

Comments
 (0)