MyGit

v0.23.5

mosaicml/composer

版本发布时间: 2024-07-03 10:08:01

mosaicml/composer最新发布版本:v0.25.0(2024-09-25 04:56:05)

What's New

1. Variable length dataloaders (#3416)

Adds support for dataloaders with rank-dependent lengths. The solution terminates iteration for dataloaders on all ranks when the first dataloader finishes.

Bug Fixed

1. Remove close flush for mosaicml logger (#3446)

Previously, the MosaicML Logger sporadically raised an error when the python interpreter was shutting down as it attempted to flush data on Event.CLOSE using futures, which cannot be scheduled at that time. Instead, we now only block on finishing existing data upload on Event.CLOSE, avoiding scheduling new futures.

What's Changed

Full Changelog: https://github.com/mosaicml/composer/compare/v0.23.4...v0.23.5

相关地址:原始地址 下载(tar) 下载(zip)

查看:2024-07-03发行的版本