deepseek-ai / deepseek-ai/DeepEP
run test_internode.py error
Open
- Dominant language
- Cuda
- Stars
- 10.1k
- Forks
- 1.4k
- Avg merge
- 4d 1h
- Merged PRs (30d)
- 2
Description
### instructions
`
#node0
MASTER_ADDR=xxxxx MASTER_PORT=10891 WORLD_SIZE=2 RANK=0 python test_internode.py 2>&1 | tee /opt/tiger/sglang/debug_deepep.log
#node1
MASTER_ADDR=xxxxx MASTER_PORT=10891 WORLD_SIZE=2 RANK=1 python test_internode.py 2>&1 | tee /opt/tiger/sglang/debug_deepep_1.log
`
logs:
node0:
[debug_deepep.log](https://github.com/user-attachments/files/22003429/debug_deepep.log)
node1:
[debug_deepep_1.log](https://github.com/user-attachments/files/22003436/debug_deepep_1.log)
my env:
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.