Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
Llama-cookbook v0.0.5 Release source code.tar.gz | 2025-01-22 | 58.0 MB | |
Llama-cookbook v0.0.5 Release source code.zip | 2025-01-22 | 58.3 MB | |
README.md | 2025-01-22 | 11.6 kB | |
Totals: 3 Items | 116.3 MB | 0 |
Llama-cookbook v0.0.5 Release Notes
This release changes the package name from llama_recipes
to llama_cookbook
and deprecates the llama_recipes
package name.
Highlighted Changes
- Name:
llama_cookbook
andpip install llama-cookbook
- Update instructions https://github.com/meta-llama/llama-cookbook/pull/852
- Update src package https://github.com/meta-llama/llama-cookbook/pull/861, https://github.com/meta-llama/llama-cookbook/pull/848
What's Changed
- Improve discoverability of 3.2 recipes by @subramen in https://github.com/meta-llama/llama-cookbook/pull/684
- fix readme by @wukaixingxp in https://github.com/meta-llama/llama-cookbook/pull/679
- fix AutoModel and bump transformers version to 4.45 by @wukaixingxp in https://github.com/meta-llama/llama-cookbook/pull/686
- post1 release version bump by @mreso in https://github.com/meta-llama/llama-cookbook/pull/687
- Update multi_modal_infer.py by @init27 in https://github.com/meta-llama/llama-cookbook/pull/696
- Add recipe for Llama Triaging & Reporting Tool by @subramen in https://github.com/meta-llama/llama-cookbook/pull/651
- Updates to accommodate OpenLLM leaderboard v2 tasks and change Meta Llama 3.1 to Llama 3.1 by @wukaixingxp in https://github.com/meta-llama/llama-cookbook/pull/639
- Improve model checkpoint saving logic by @lucas-ventura in https://github.com/meta-llama/llama-cookbook/pull/691
- Delete cookie by @init27 in https://github.com/meta-llama/llama-cookbook/pull/700
- [Fixed] RuntimeError: probability tensor contains either inf, nan or element < 0 by @himanshushukla12 in https://github.com/meta-llama/llama-cookbook/pull/704
- chore: update train_utils.py by @eltociear in https://github.com/meta-llama/llama-cookbook/pull/690
- Update requirements.txt by @varunfb in https://github.com/meta-llama/llama-cookbook/pull/664
- added missing word and corrected spelling by @jnfinitym in https://github.com/meta-llama/llama-cookbook/pull/707
- Fix the bug when continue the peft. by @24kMengXin in https://github.com/meta-llama/llama-cookbook/pull/717
- Fix link to LLM finetuning overview by @vvolhejn in https://github.com/meta-llama/llama-cookbook/pull/719
- fix Colab link in quickstart_peft_finetuning.ipynb by @jgrivolla in https://github.com/meta-llama/llama-cookbook/pull/720
- Fix fine-tuning training loss accumulation by @celestinoalan in https://github.com/meta-llama/llama-cookbook/pull/725
- quick fix on readmes and deadlinks by @wukaixingxp in https://github.com/meta-llama/llama-cookbook/pull/729
- Initial Crusoe examples to 3p_integrations recipes by @ethxnp in https://github.com/meta-llama/llama-cookbook/pull/716
- Fix numpy seed in finetuning.py by @patrik-lambert in https://github.com/meta-llama/llama-cookbook/pull/728
- Fix/unit test 3.2 by @mreso in https://github.com/meta-llama/llama-cookbook/pull/726
- Tool Calling Tutorial and Example by @init27 in https://github.com/meta-llama/llama-cookbook/pull/697
- Update wordlist.txt by @init27 in https://github.com/meta-llama/llama-cookbook/pull/736
- Support converting fine-tuned llama 3.2 vision model to HF format and then local inference by @wukaixingxp in https://github.com/meta-llama/llama-cookbook/pull/737
- Save the
preprocessor_config.json
andchat_template.json
for mllama model after conversion by @wukaixingxp in https://github.com/meta-llama/llama-cookbook/pull/741 - Append epoch rather than best val. loss to val_loss by @celestinoalan in https://github.com/meta-llama/llama-cookbook/pull/744
- Update wordlist.txt by @init27 in https://github.com/meta-llama/llama-cookbook/pull/745
- Notebook llama by @init27 in https://github.com/meta-llama/llama-cookbook/pull/739
- Small notes on next steps by @init27 in https://github.com/meta-llama/llama-cookbook/pull/746
- Fix minor grammatical errors by @terrchen in https://github.com/meta-llama/llama-cookbook/pull/748
- Update hello_llama_cloud.ipynb by @sharmax-vikas in https://github.com/meta-llama/llama-cookbook/pull/753
- Added a Gradio UI for multi-modal inferencing using Llama 3.2 Vision/ by @himanshushukla12 in https://github.com/meta-llama/llama-cookbook/pull/718
- Update hello_llama_cloud.ipynb by @sharmax-vikas in https://github.com/meta-llama/llama-cookbook/pull/754
- Quickstart docs: Fix path to location of dict for custom datasets by @j-klesen in https://github.com/meta-llama/llama-cookbook/pull/755
- Update Step-1 PDF-Pre-Processing-Logic.ipynb by @sharmax-vikas in https://github.com/meta-llama/llama-cookbook/pull/756
- added a notebook tutorial on llama 3.2 new capabilities by @Monireh2 in https://github.com/meta-llama/llama-cookbook/pull/764
- Updated QuickStart README by @Monireh2 in https://github.com/meta-llama/llama-cookbook/pull/767
- fix walkthrough.ipynb render by @subramen in https://github.com/meta-llama/llama-cookbook/pull/787
- colab links fix by @jeffxtang in https://github.com/meta-llama/llama-cookbook/pull/790
- add TogetherNotebookLM recipe by @zainhas in https://github.com/meta-llama/llama-cookbook/pull/766
- add freeze_LLM_only option for mllama finetuning by @JimChienTW in https://github.com/meta-llama/llama-cookbook/pull/791
- All functionality has been consolidated into a single file for CLI/UI/Checkpointing and Added fix for issue 702 and added code for that as well, added instructions in local_inference README.md by @himanshushukla12 in https://github.com/meta-llama/llama-cookbook/pull/757
- fix typo in auto wrap policy by @hiaoxui in https://github.com/meta-llama/llama-cookbook/pull/793
- [docs] small typo in eval readme by @jaysonfrancis in https://github.com/meta-llama/llama-cookbook/pull/796
- Add llama 3.2 mmlu, math, gpqa evals to meta_eval harness by @aidando73 in https://github.com/meta-llama/llama-cookbook/pull/801
- add 5 together llama notebooks by @zainhas in https://github.com/meta-llama/llama-cookbook/pull/798
- Typo in Prompt_Engineering_with_Llama_3.ipynb by @connortreacy in https://github.com/meta-llama/llama-cookbook/pull/806
- fix link by @IgorKasianenko in https://github.com/meta-llama/llama-cookbook/pull/807
- Browser use with Llama 3.2 Vision Quickstart by @miguelg719 in https://github.com/meta-llama/llama-cookbook/pull/799
- Adds Llama 3.2 example on Modal with a fun experiment by @erik-dunteman in https://github.com/meta-llama/llama-cookbook/pull/706
- Llama Email Agent by @jeffxtang in https://github.com/meta-llama/llama-cookbook/pull/805
- moved images from quickstart to doc/img by @Monireh2 in https://github.com/meta-llama/llama-cookbook/pull/823
- Typo in prompt_format_utils.py by @TheAschr in https://github.com/meta-llama/llama-cookbook/pull/827
- update text2sql demo to using Llama 3.3 by @jeffxtang in https://github.com/meta-llama/llama-cookbook/pull/822
- fix/fix few typos by @abassel in https://github.com/meta-llama/llama-cookbook/pull/834
- Update wordlist.txt by @init27 in https://github.com/meta-llama/llama-cookbook/pull/833
- fix double bos for vision model by @wukaixingxp in https://github.com/meta-llama/llama-cookbook/pull/840
- Refactor Llama-Recipes by @init27 in https://github.com/meta-llama/llama-cookbook/pull/832
- Add FAQ by @init27 in https://github.com/meta-llama/llama-cookbook/pull/842
- Update README.md by @oneofth3m in https://github.com/meta-llama/llama-cookbook/pull/843
- [DRAFT] Fix/refactor recipe references by @IgorKasianenko in https://github.com/meta-llama/llama-cookbook/pull/846
- update branch by @init27 in https://github.com/meta-llama/llama-cookbook/pull/848
- MM-RAG-New-PR by @init27 in https://github.com/meta-llama/llama-cookbook/pull/847
- Add E2B AI Analyst by @jamesmurdza in https://github.com/meta-llama/llama-cookbook/pull/768
- Fixed all "Open in Colab" absolute paths by @connortreacy in https://github.com/meta-llama/llama-cookbook/pull/850
- Cleaned up API KEY placeholder text by @connortreacy in https://github.com/meta-llama/llama-cookbook/pull/851
- Fixing of typo in Step-2-Transcript-Writer.ipynb by @Yggdrasill501 in https://github.com/meta-llama/llama-cookbook/pull/858
- Fix package naming by @init27 in https://github.com/meta-llama/llama-cookbook/pull/852
- fix few typos by @abassel in https://github.com/meta-llama/llama-cookbook/pull/853
- Fix: Updated broken documentations links and references by @iamarunbrahma in https://github.com/meta-llama/llama-cookbook/pull/856
- Fix typo by @Yggdrasill501 in https://github.com/meta-llama/llama-cookbook/pull/859
- Fix package naming by @init27 in https://github.com/meta-llama/llama-cookbook/pull/861
New Contributors
- @lucas-ventura made their first contribution in https://github.com/meta-llama/llama-cookbook/pull/691
- @himanshushukla12 made their first contribution in https://github.com/meta-llama/llama-cookbook/pull/704
- @jnfinitym made their first contribution in https://github.com/meta-llama/llama-cookbook/pull/707
- @24kMengXin made their first contribution in https://github.com/meta-llama/llama-cookbook/pull/717
- @vvolhejn made their first contribution in https://github.com/meta-llama/llama-cookbook/pull/719
- @jgrivolla made their first contribution in https://github.com/meta-llama/llama-cookbook/pull/720
- @celestinoalan made their first contribution in https://github.com/meta-llama/llama-cookbook/pull/725
- @ethxnp made their first contribution in https://github.com/meta-llama/llama-cookbook/pull/716
- @patrik-lambert made their first contribution in https://github.com/meta-llama/llama-cookbook/pull/728
- @terrchen made their first contribution in https://github.com/meta-llama/llama-cookbook/pull/748
- @sharmax-vikas made their first contribution in https://github.com/meta-llama/llama-cookbook/pull/753
- @j-klesen made their first contribution in https://github.com/meta-llama/llama-cookbook/pull/755
- @Monireh2 made their first contribution in https://github.com/meta-llama/llama-cookbook/pull/764
- @zainhas made their first contribution in https://github.com/meta-llama/llama-cookbook/pull/766
- @JimChienTW made their first contribution in https://github.com/meta-llama/llama-cookbook/pull/791
- @hiaoxui made their first contribution in https://github.com/meta-llama/llama-cookbook/pull/793
- @jaysonfrancis made their first contribution in https://github.com/meta-llama/llama-cookbook/pull/796
- @aidando73 made their first contribution in https://github.com/meta-llama/llama-cookbook/pull/801
- @connortreacy made their first contribution in https://github.com/meta-llama/llama-cookbook/pull/806
- @IgorKasianenko made their first contribution in https://github.com/meta-llama/llama-cookbook/pull/807
- @miguelg719 made their first contribution in https://github.com/meta-llama/llama-cookbook/pull/799
- @erik-dunteman made their first contribution in https://github.com/meta-llama/llama-cookbook/pull/706
- @TheAschr made their first contribution in https://github.com/meta-llama/llama-cookbook/pull/827
- @abassel made their first contribution in https://github.com/meta-llama/llama-cookbook/pull/834
- @oneofth3m made their first contribution in https://github.com/meta-llama/llama-cookbook/pull/843
- @jamesmurdza made their first contribution in https://github.com/meta-llama/llama-cookbook/pull/768
- @Yggdrasill501 made their first contribution in https://github.com/meta-llama/llama-cookbook/pull/858
- @iamarunbrahma made their first contribution in https://github.com/meta-llama/llama-cookbook/pull/856
Full Changelog: https://github.com/meta-llama/llama-cookbook/compare/v0.0.4...v0.0.5
Thanks to all contributor for their marvelous efforts!