Skip to content

Commit

Permalink
readme
Browse files Browse the repository at this point in the history
  • Loading branch information
Borda committed Sep 12, 2023
1 parent 788bf8f commit d72422e
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,14 @@ build-backend = "setuptools.build_meta"

[project]
name = "lit-llama"
description = "Implementation of the LLaMA language model"
version = "0.1.0"
dynamic = ["readme"]
description = "Implementation of the LLaMA language model"
license = {text = "Apache-2.0"}
authors = [
{ name = "Lightning AI", email = "[email protected]" }
]
readme = "README.rst"
readme = "README.md"
requires-python = ">=3.8"
dependencies = [
"torch>=2.0.0",
Expand Down

0 comments on commit d72422e

Please sign in to comment.