Skip to content

Commit

Permalink
0.5.3 post release setup (#1817)
Browse files Browse the repository at this point in the history
  • Loading branch information
rasbt authored Oct 31, 2024
1 parent ba4e92a commit 29a33cb
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "litgpt"
version = "0.5.3"
version = "0.5.4.dev1"
description = "Hackable implementation of state-of-the-art open-source LLMs"
authors = [
{ name = "Lightning AI", email = "contact@lightning.ai" },
Expand All @@ -17,6 +17,7 @@ dependencies = [
"safetensors>=0.4.3", # download models
"tokenizers>=0.15.2", # tokenization in most models
"tqdm>=4.66.0", # convert_hf_checkpoint
"lightning-thunder @ git+https://github.com/Lightning-AI/lightning-thunder/ ; python_version >= '3.10' and sys_platform == 'linux'",
]

[project.urls]
Expand Down

0 comments on commit 29a33cb

Please sign in to comment.