diff --git a/pyproject.toml b/pyproject.toml index 33157f8da..633274b7d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,13 +4,13 @@ build-backend = "hatchling.build" [project] name = "llama-recipes" -version = "0.0.3" +version = "0.0.4" authors = [ { name="Hamid Shojanazeri", email="hamidnazeri@meta.com" }, { name="Matthias Reso", email="mreso@meta.com" }, { name="Geeta Chauhan", email="gchauhan@meta.com" }, ] -description = "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. " +description = "Llama-recipes is a companion project to the Llama models. 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." readme = "README.md" requires-python = ">=3.8" classifiers = [