lmyybh
Results
2
issues of
lmyybh
## Summary 在测试下面的 `2 机 2 卡` 混合并行脚本 `test.py` 时: ```python import oneflow as flow P01 = flow.placement(type="cpu", ranks=[0, 1]) P23 = flow.placement(type="cpu", ranks=[2, 3]) # 模型第一阶段在第 0 和第 1...
bug
### Checklist - [x] 1. If the issue you raised is not a feature but a question, please raise a discussion at https://github.com/sgl-project/SpecForge/discussions/new/choose Otherwise, it will be closed. - [x]...