| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| README.md | 2024-02-22 | 1.8 kB | |
| v0.10.0 source code.tar.gz | 2024-02-22 | 5.3 MB | |
| v0.10.0 source code.zip | 2024-02-22 | 5.8 MB | |
| Totals: 3 Items | 11.0 MB | 0 | |
What's Changed
- Add Phi-2 to model presets by @arnavgarg1 in https://github.com/ludwig-ai/ludwig/pull/3912
- Add default LoRA target modules for Phi-2 by @arnavgarg1 in https://github.com/ludwig-ai/ludwig/pull/3911
- Add support for prompt lookup decoding during generation by @arnavgarg1 in https://github.com/ludwig-ai/ludwig/pull/3917
- Pin pyarrow to < 15.0.0 by @arnavgarg1 in https://github.com/ludwig-ai/ludwig/pull/3918
- Add unet encoder-decoder and image output feature by @vijayi1 in https://github.com/ludwig-ai/ludwig/pull/3913
- fix: Add Nested quantization check by @jeffkinnison in https://github.com/ludwig-ai/ludwig/pull/3916
- fix typo in save_dequantized_base_model log statement by @arnavgarg1 in https://github.com/ludwig-ai/ludwig/pull/3923
- Add example for base model dequantization/upscaling by @arnavgarg1 in https://github.com/ludwig-ai/ludwig/pull/3924
- fix: Always return a list of quantization bits values from
get_quantizationby @jeffkinnison in https://github.com/ludwig-ai/ludwig/pull/3926 - fix: set
use_reentranttoTrueto fixMixtral-7bbug by @geoffreyangus in https://github.com/ludwig-ai/ludwig/pull/3928 - Disabling AdaptionPrompt till PEFT is fixed. by @alexsherstinsky in https://github.com/ludwig-ai/ludwig/pull/3935
- Add default LoRA target modules for Gemma by @arnavgarg1 in https://github.com/ludwig-ai/ludwig/pull/3936
- Pinning transformers to 4.38.1 or above in order to ensure support for Gemma by @alexsherstinsky in https://github.com/ludwig-ai/ludwig/pull/3940
- Ludwig release version change by @alexsherstinsky in https://github.com/ludwig-ai/ludwig/pull/3941
New Contributors
- @vijayi1 made their first contribution in https://github.com/ludwig-ai/ludwig/pull/3913
Full Changelog: https://github.com/ludwig-ai/ludwig/compare/v0.9.3...v0.10.0