Skip to content

Commit

Permalink
Post-release setup for 0.5.5.dev1 (#1885)
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrei-Aksionov authored Dec 23, 2024
1 parent e63099c commit fe96c63
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.4"
version = "0.5.5.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 fe96c63

Please sign in to comment.