Skip to content

Releases: meta-llama/llama-recipes

Llama-recipes v.0.0.4.post1 Release Notes

26 Sep 19:32
8fc300b
Compare
Choose a tag to compare

This release import bug fixes and some doc changes.

What's Changed

Llama-recipes v.0.0.4 Release Notes

25 Sep 18:55
4e59dbd
Compare
Choose a tag to compare

This release accompanies the release of Llama 3.2 which included new versions of the Llama models in sizes of 1B, 3B, 11B and 90B. To get started with the new models you can find information in the official documentation or the on the HuggingFace hub. Further details can also be found in the model card and the The Llama 3 Herd of Models paper. For this release we updated the documentation and made sure all components work with the new models including multimodal finetuning.

What's Changed

Integrate Llama 3.2

New and updated recipes

  • Adding end-to-end llama chatbot recipe using Retrieval Augmented Fine Tuning (RAFT) by @wukaixingxp in #569
  • [WIP] adding chatbot-e2e by @HamidShojanazeri in #462
  • [Azure] Update Azure API usage example to 3.1 by @WuhanMonkey in #615
  • Corrected wrong order of commands by @BakungaBronson in #602
  • Fill in one sentence in the prompt guard tutorial. by @cynikolai in #609
  • Llamaguard notebook colab link fix by @tryrobbo in #619
  • Updating llama 3 references to 3.1 model by @init27 in #632
  • recipes/quickstart/Getting_to_know_Llama.ipynb, typo fix lama -> llama line 127 by @cselip in #635
  • Update hello_llama_cloud.ipynb by @MrDlt in #584
  • Update hello_llama_cloud.ipynb by @MrDlt in #638
  • Add preprocessor to patch PromptGuard scores for inserted characters by @cynikolai in #636
  • Eval reproduce recipe using lm-evaluation-harness and our 3.1 evals datasets by @wukaixingxp in #627

Documentation update

  • Update readme text to be version-agnostic by @subramen in #614
  • Move supported features table to main README by @subramen in #616
  • document less obvious training config parameters by @kjslag in #522

Misc fixes

  • Enable users to trust remote code in samsum dataset by @mreso in #628
  • Use new get_model_state_dict api for save_pretrained peft model by @mreso in #629
  • Fix version number in Python example by @wstnmssr in #643
  • Fix checkpoint saving by @mreso in #650
  • Adding custom dataset file by @goswamig in #659
  • Make gradio and langchain optional dependencies by @mreso in #676
  • Update get_default_finetune_args.py by @edamamez in #662
  • Fix/custom dataset chat template by @mreso in #665
  • Create v0.0.4 release by @mreso in #678

New Contributors

Full Changelog: v0.0.3...v0.0.4

We would like to thank all who contributed to this release and are looking forward to future contributions!

Llama-recipes v.0.0.3 Release Notes

23 Jul 17:43
2845306
Compare
Choose a tag to compare

Llama 3.1 Integration

This release accompanies the release of Llama 3.1 which included new versions of the Llama 8B and 70B models as well as the new 405B version. To get started with the new models you can find information in the official documentation or the on the HuggingFace hub. Further details can also be found in the model card and the Llama 3.1 paper. For this release we updated the documentation and made sure all components work with the new models.

New Features

We also added new features like FSDP + QLoRA fine-tuning and H2O algorithm for long context inference.

Additional Examples

Besides, we added new examples to get you up and running quickly with the Llama models

  • Add Groq/Llama3 recipes (cookbook and command line examples) by @dloman118 in #553
  • [WIP] Peft Finetuning Quickstart Notebook by @mreso in #558
  • 4 notebooks ported from 4 DLAI agent short courses using Llama 3 by @jeffxtang in #560
  • [lamini] Add lamini text2sql memory tuning tutorial by @powerjohnnyli in #573
  • colab links fixed for dlai agents notebooks by @jeffxtang in #593
  • Port of DLAI LlamaIndex Agent short course lessons 2-4 to use Llama 3 by @jeffxtang in #594

Codebase Refactor

We also refactored our codebase to improve discoverability of our documentation and recipes

Misc improvements and bugfixes

New Contributors

Full Changelog: v0.0.2...v0.0.3

We would like to thank all who contributed to this release and are looking forward to future contributions!