Download Latest Version Ludwig v0.10.4 source code.zip (5.8 MB)
Email in envelope

Get an email when there's a new version of Ludwig AI

Home / v0.10.2
Name Modified Size InfoDownloads / Week
Parent folder
README.md 2024-03-21 2.0 kB
Release v0.10.2 source code.tar.gz 2024-03-21 5.3 MB
Release v0.10.2 source code.zip 2024-03-21 5.8 MB
Totals: 3 Items   11.0 MB 0

What's New

  • Add support for RSLoRA and DoRA by @arnavgarg1 in https://github.com/ludwig-ai/ludwig/pull/3948 To enable, set the corresponding flag to true in config (can be used in conjunction):

    adapter:
    

    type: lora      use_rslora: false use_dora: false * Add support for eval batch size tuning for LLMs on local backend by @arnavgarg1 in https://github.com/ludwig-ai/ludwig/pull/3957 To enable, set "eval_batch_size" to "auto" in the trainer section:

    trainer:
    

    eval_batch_size: auto * Enable loading model weights from training checkpoint by @geoffreyangus in https://github.com/ludwig-ai/ludwig/pull/3969 To enable, pass from_checkpoint=True to LudwigModel.load():

    LudwigModel.load(model_dir, from_checkpoint=True)

Full Changelog

New Contributors

Full Changelog: https://github.com/ludwig-ai/ludwig/compare/v0.10.1...v0.10.2

Source: README.md, updated 2024-03-21