加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
CHANGELOG.rst 1.14 KB
一键复制 编辑 原始数据 按行查看 历史
Yulu Jia 提交于 2020-06-04 22:30 . build: bump up version number to 0.2.4

Changelog for BytePS

0.2.4 (2020-06)

  • Fix compatibility issue with tf2 + standalone keras
  • Add support for tensorflow.keras
  • Improve robustness of broadcast

0.2.3 (2020-05)

  • Add DistributedDataParallel module for PyTorch
  • Fix the problem of different CPU tensor using the same name
  • Add skip_synchronize api for PyTorch
  • Add the option for lazy/non-lazy init

0.2.0 (2020-02)

  • Largely improve RDMA performance by enforcing page aligned memory.
  • Add IPC support for RDMA. Now support colocating servers and workers without sacrificing much performance.
  • 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

0.1.0 (2019-12)

  • First official release.
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化