Skip to content

v1.4.0 (April 14, 2025)

Choose a tag to compare

@IsaevIlya IsaevIlya released this 14 Apr 09:47
· 48 commits to main since this release
b8ec748

v1.4.0 (April 14, 2025)

New features

  • Introducing support of FSDP in DCP benchmark (#313)
  • Exposing max_attempts setting through S3ClientConfig and adding support of S3ClientConfig to DCP (#322)

Bug fixes

  • Consume mountpoint-s3-client changes for race condition on GET request path, that may lead to an empty response (#324)

Other changes

  • Update Pyo3 version (#314)

Breaking changes

  • We changed the way we handle fork operations. The CRT client used for communication with S3 is not stable during fork due to global state and locks held by background threads. To address this, we now clean up all existing CRT clients before a fork operation and create new CRT clients in the child process. This change prevents segfaults and hanging GET requests for training workloads that rely on fork (#320)

Full Changelog: v1.3.2...v1.4.0