Skip to content

v1.1.0: Python 3.9 minimum, torch dynamo deepspeed support, and bug fixes

Latest
Compare
Choose a tag to compare
@muellerzr muellerzr released this 01 Nov 15:30
· 1 commit to main since this release

Internals:

  • Allow for a data_seed argument in #3150
  • Trigger weights_only=True by default for all compatible objects when checkpointing and saving with torch.save in #3036
  • Handle negative values for dim input in pad_across_processes in #3114
  • Enable cpu bnb distributed lora finetune in #3159

DeepSpeed

  • Support torch dynamo for deepspeed>=0.14.4 in #3069

Megatron

  • update Megatron-LM plugin code to version 0.8.0 or higher in #3174

Big Model Inference

  • New has_offloaded_params utility added in #3188

Examples

  • Florence2 distributed inference example in #3123

Full Changelog

New Contributors

Full Changelog: v1.0.1...v1.1.0