deepseek-ai / deepseek-ai/DeepEP
test_low_latency.py hangs with 64 GPUs while working fine with 32 GPUs
Open
- Dominant language
- Cuda
- Stars
- 10.1k
- Forks
- 1.4k
- Avg merge
- 4d 1h
- Merged PRs (30d)
- 2
Description
With latest code (commit: f0d34aa), test_low_latency.py hangs on 8 node (64 H100 GPUs) with `--num-experts 256`. However, it worked fine when I ran it on 4 nodes (32 H100 GPUs). When it hung, I saw following warning log on some nodes:
```
Allocating buffer size: 1908.410496 MB ...
WARNING: destroy() was not called before DeepEP buffer destruction, which can leak resources.
```
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.