Ludwig Versions Save

Low-code framework for building custom LLMs, neural networks, and other AI models

v0.8.4

7 months ago

What's Changed

New Contributors

Full Changelog: https://github.com/ludwig-ai/ludwig/compare/v0.8.3...v0.8.4

v0.8.3

8 months ago

What's Changed

Full Changelog: https://github.com/ludwig-ai/ludwig/compare/v0.8.2...v0.8.3

v0.8.2

8 months ago

What's Changed

New Contributors

Full Changelog: https://github.com/ludwig-ai/ludwig/compare/v0.8.1...v0.8.2

v0.8.1.post1

9 months ago

What's Changed

Full Changelog: https://github.com/ludwig-ai/ludwig/compare/v0.8.1...v0.8.1.post1

v0.8

9 months ago

Full Release Blog Post Here: https://predibase.com/blog/ludwig-v0-8-open-source-toolkit-to-build-and-fine-tune-custom-llms-on-your-data

What's Changed

New Contributors

Full Changelog: https://github.com/ludwig-ai/ludwig/compare/v0.7...v0.8

v0.7.5

9 months ago

What's Changed

Full Changelog: https://github.com/ludwig-ai/ludwig/compare/v0.7.4...v0.7.5

v0.7.4

1 year ago

What's Changed

  • Tagger decoder config override and auxiliary validation checks (#3222)

Full Changelog: https://github.com/ludwig-ai/ludwig/compare/v0.7.3...v0.7.4

v0.7.3

1 year ago

What's Changed

  • Support for PyTorch 2.0 via trainer.compile: true (#3246)
  • Fix ludwig docker (#3264)
  • Add env var LUDWIG_SCHEMA_VALIDATION_POLICY to change marshmallow validation strictness (#3226)
  • Add sequence_length capability (#3259)
  • Persist Dask Dataframe after binary image/audio reads (#3241)
  • Replace NaN in timeseries rows with padding_value (#3238)
  • Remove partial RayTune checkpoints for trials that have not completed because of forceful termination (#3232)

Full Changelog: https://github.com/ludwig-ai/ludwig/compare/v0.7.2...v0.7.3

v0.7.2

1 year ago

What's Changed

  • Fix Docker image dependencies and add tests for minimal install (#3186)
  • Fixed learning_rate_scheduler params in automl (#3203)
  • Fixes dict_hash discrepancy (#3195)
  • Guarantee determinism when sampling (either overall via sample_ratio, or while balancing data) (#3191)
  • Add sequence decoder integration tests (#3175)
  • Update SequenceGeneratorDecoder to output predictions and probabilities (#3152)
  • Remove hard dependency on ludwig[tree]. Check model.type() instead of instanceof(model) (#3184)

Full Changelog: https://github.com/ludwig-ai/ludwig/compare/v0.7.1...v0.7.2