llama-recipes

View on PyPIReverse Dependencies (2)

0.0.1 llama_recipes-0.0.1-py3-none-any.whl

Wheel Details

Project: llama-recipes
Version: 0.0.1
Filename: llama_recipes-0.0.1-py3-none-any.whl
Download: [link]
Size: 43842
MD5: bbbef02fa2a55aa2ab128bb23fa080fe
SHA256: 9a207fd5756fce25c56eda81af6f6c1d7e2a0f67bf575c6a44e0c9a6e7598e0b
Uploaded: 2023-09-06 23:17:15 +0000

dist-info

METADATA

Metadata-Version: 2.1
Name: llama-recipes
Version: 0.0.1
Summary: Llama-recipes is a companion project to the Llama 2 model. It's goal is to provide examples to quickly get started with fine-tuning for domain adaptation and how to run inference for the fine-tuned models.
Author-Email: Hamid Shojanazeri <hamidnazeri[at]meta.com>, Matthias Reso <mreso[at]meta.com>, Geeta Chauhan <gchauhan[at]meta.com>
Project-Url: Homepage, https://github.com/facebookresearch/llama-recipes/
Project-Url: Bug Tracker, https://github.com/facebookresearch/llama-recipes/issues
Classifier: License :: Other/Proprietary License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Requires-Python: >=3.8
Requires-Dist: accelerate
Requires-Dist: appdirs
Requires-Dist: bitsandbytes
Requires-Dist: black
Requires-Dist: black[jupyter]
Requires-Dist: datasets
Requires-Dist: fire
Requires-Dist: loralib
Requires-Dist: optimum
Requires-Dist: peft
Requires-Dist: py7zr
Requires-Dist: scipy
Requires-Dist: sentencepiece
Requires-Dist: torch (>=2.0.1)
Requires-Dist: transformers (>=4.31.0)
Requires-Dist: auditnlg; extra == "auditnlg"
Requires-Dist: pytest-mock; extra == "tests"
Requires-Dist: vllm; extra == "vllm"
Provides-Extra: auditnlg
Provides-Extra: tests
Provides-Extra: vllm
Description-Content-Type: text/markdown
License-File: LICENSE
[Description omitted; length: 11703 characters]

WHEEL

Wheel-Version: 1.0
Generator: hatchling 1.18.0
Root-Is-Purelib: true
Tag: py3-none-any

RECORD

Path Digest Size
llama_recipes/finetuning.py sha256=HijoK5AR_gx0tzX-1WLXltxOxWyDyNPM9lxm9Yz8t3w 9329
llama_recipes/configs/__init__.py sha256=3Y07Hm-V0v1IzODi4QkxtkdgxRUorJUTg3kHy6_5A-o 360
llama_recipes/configs/datasets.py sha256=STLL9VkUzrKZfMFOqIS8-osxl7ZrKwx6wtiQdTHxuAY 854
llama_recipes/configs/fsdp.py sha256=1m99eDBhziRWRUyDWPxFhm-4ieElOXFvCNE2vTVzZbU 770
llama_recipes/configs/peft.py sha256=DVFvvcv5CgE1-z_fsBEtj219Lk9nUGbwYpprj7CDKIA 709
llama_recipes/configs/training.py sha256=iJTtPbOg265-MBXNivPH-xhVCaTQ4xuZleuuRAjlU5g 1364
llama_recipes/datasets/__init__.py sha256=DbjxroRrPUtaQecYuCYk-swAWiNQxs9pc1nOqXqzDXU 453
llama_recipes/datasets/alpaca_dataset.py sha256=aTnbvloFuFpRZ6C-3bc-lOT-Kqu2Jz-0uwJcswCNtaM 2722
llama_recipes/datasets/samsum_dataset.py sha256=vNhQ32ia1ySXu9FP6sq3ARQVabtZbhbLZ-Bk3vmA6uo 1089
llama_recipes/datasets/utils.py sha256=qeVLSRmLmabDHXIh4lHRipHNNZIB-qXEuPE26Pitz90 2247
llama_recipes/datasets/grammar_dataset/__init__.py sha256=avi8EkvpBV5aVnZU7lrJtOfZmdC2j2QlCxAKb1TQ8Ug 165
llama_recipes/datasets/grammar_dataset/grammar_dataset.py sha256=f7Ng-uFMusK2pAWxAUWpJ4QfoqNEvX6xShxZZsrSTJg 2688
llama_recipes/datasets/grammar_dataset/grammar_dataset_process.ipynb sha256=vaxEAyLO0wL88in5LlB-G-k6QF3-ogS3WkOoAV7R8Bo 10598
llama_recipes/inference/__init__.py sha256=ENhkV5jjNVW-9ziIqV-2l_mX6inhZfx4LJBfUdIo93Q 163
llama_recipes/inference/chat_utils.py sha256=-uQVeozVYjwrOmPO14ObWTtS0d1DHeEJg4cKC0qVxz8 2049
llama_recipes/inference/checkpoint_converter_fsdp_hf.py sha256=x_qGCYOHGn7XhXWO7hFm6ksW9-oQY_sDjs7oTAetFEk 2588
llama_recipes/inference/model_utils.py sha256=hmZkjc4jyN7Auei7U-7w8OImKq_mXHSNYz5wabYMlZE 988
llama_recipes/inference/safety_utils.py sha256=6rAMQQHlf66pNY7OmYC1s0sRFU2XZkoKX_pE6skJR9Q 6379
llama_recipes/model_checkpointing/__init__.py sha256=7PrNXS2WIB-Ol2eVtB1zpBsjWfGpZFg0VbgqHgKg_Ts 446
llama_recipes/model_checkpointing/checkpoint_handler.py sha256=fPsN_5tEsHfyRbcAE2-WFyb1puH8lU_0zw8KxJmF1fw 7716
llama_recipes/policies/__init__.py sha256=HHjuxk3Ezag1htVKtZA9CIulkloTyZdjyDr8FFKI4zw 435
llama_recipes/policies/activation_checkpointing_functions.py sha256=0-1e2G2N-vpeJG8z351vVBbucKcZjyx7kpVnibkgXSQ 924
llama_recipes/policies/anyprecision_optimizer.py sha256=FO4SjuYscq3NsJuoXlgHi-egClCNJ6RqHKc06vBUGxE 6885
llama_recipes/policies/mixed_precision.py sha256=Dkr93NLjfPKi9Cxm0W6vlKlijOuxkIVJOBVMHf4DE54 949
llama_recipes/policies/wrapping.py sha256=B8dUKyxw-QUSfZXktoGT2SvsqF1vM0gH3xU_2IorbvE 1023
llama_recipes/utils/__init__.py sha256=-G8hkWbTPbcvM79sJF2MqNh39MTTceF2nxWfMU2VWu8 380
llama_recipes/utils/config_utils.py sha256=P5EOYlNVwHcHvetS4Ul4SCZwd5MBZaANSmvWH42b9p4 2369
llama_recipes/utils/dataset_utils.py sha256=BeDQgDYeOhNunUzV0cD1yR2IHvbrVItj9FvttN85mLY 1045
llama_recipes/utils/fsdp_utils.py sha256=Ea0YoYYhxcNHDi9QsHVYEoDYrsTq3hlDkbYghwLHl8E 1307
llama_recipes/utils/memory_utils.py sha256=dDV-r1B56hcmPEF3Z_lF0QMmTQJpvjVJM8kCez3sk98 2356
llama_recipes/utils/train_utils.py sha256=76XBmvud8mnvfUaGsfoNIzGLSMrUtOsoERI0jWp5Ass 18164
llama_recipes-0.0.1.dist-info/METADATA sha256=O674RvViLB8YvwEu0l-iAvpd66ZOGFCcCbW--3ybuNk 13065
llama_recipes-0.0.1.dist-info/WHEEL sha256=9QBuHhg6FNW7lppboF2vKVbCGTVzsFykgRQjjlajrhA 87
llama_recipes-0.0.1.dist-info/licenses/LICENSE sha256=O4AteWSPx1UxpKNU_ffK5kz9GzM___NtlYYbPrDa7yA 6914
llama_recipes-0.0.1.dist-info/RECORD