Download Latest Version Llama-cookbook v0.0.5 Release source code.tar.gz (58.0 MB)
Email in envelope

Get an email when there's a new version of Llama Cookbook

Home / v0.0.3
Name Modified Size InfoDownloads / Week
Parent folder
Llama-recipes v.0.0.3 Release Notes source code.tar.gz 2024-07-23 22.8 MB
Llama-recipes v.0.0.3 Release Notes source code.zip 2024-07-23 23.0 MB
README.md 2024-07-23 8.5 kB
Totals: 3 Items   45.8 MB 0

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. * Release update by @albertodepaola @cynikolai @mreso @subramen @tryrobbo @varunfb in #603

New Features

We also added new features like FSDP + QLoRA fine-tuning and H2O algorithm for long context inference. * Implement H2O for long context inference on summarization tasks by @Kyriection in #411 * Resume the fine-tuning process from the previous PEFT checkpoint folder by @wukaixingxp in #531 * Update hf weight conversion script to llama 3 by @dongwang218 in #551 * Adding support for FSDP+Qlora. by @HamidShojanazeri in #572

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 * New structure and rename for tools, docs and quickstart folder by @pia-papanna in #575 * Add Langchain agent notebooks to 3P_Integrations by @subramen in #576 * Updates to benchmarks code by @subramen in #577 * Add README for quickstart + update to codellama url by @subramen in #578 * Updating the folder name 3p_integrations by @pia-papanna in #581 * Deleting Agents folder and adding llamaindex by @pia-papanna in #582 * Update 3p_integration README.md by @subramen in #586 * Add experimental folder to README by @subramen in #585 fix typo by @subramen in #588 * Updating chatbot folder names by @pia-papanna in #590 * Move MediaGen notebook to octoai folder by @subramen in #601

Misc improvements and bugfixes

New Contributors

Full Changelog: https://github.com/meta-llama/llama-recipes/compare/v0.0.2...v0.0.3

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

Source: README.md, updated 2024-07-23