Skip to content

Commit

Permalink
Create v0.0.4 release (#678)
Browse files Browse the repository at this point in the history
  • Loading branch information
mreso authored Sep 25, 2024
1 parent 3470eaf commit 4e59dbd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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="[email protected]" },
{ name="Matthias Reso", email="[email protected]" },
{ name="Geeta Chauhan", email="[email protected]" },
]
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 = [
Expand Down

0 comments on commit 4e59dbd

Please sign in to comment.