Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
README.md | 2020-02-19 | 583 Bytes | |
v0.2.tar.gz | 2020-02-19 | 153.1 kB | |
v0.2.zip | 2020-02-19 | 262.0 kB | |
Totals: 3 Items | 415.6 kB | 0 |
0.2.0 (2020-02)
- Re-implementing the RDMA transport and largely improve RDMA performance
- Add IPC support intra-server communication.
- Fix a hanging bug in BytePS server.
- Fix RDMA-related segmentation fault problem during fork() (e.g., used by PyTorch data loader).
- New feature: Enable mixing use of colocate and non-colocate servers, along with a smart tensor allocation strategy.
- New feature: Add
bpslaunch
as the command to launch tasks. - Add support for pip install:
pip3 install byteps
- Updated documents and example docker images