Skip to content

Commit fd0a3fa

Browse files
authored
Bump version for 0.5.1 bugfix release (#1787)
1 parent 6bcee99 commit fd0a3fa

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

pyproject.toml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "litgpt"
3-
version = "0.5.0.dev1"
3+
version = "0.5.1"
44
description = "Hackable implementation of state-of-the-art open-source LLMs"
55
authors = [
66
{ name = "Lightning AI", email = "contact@lightning.ai" },
@@ -35,7 +35,6 @@ test = [
3535
"transformers>=4.38.0", # numerical comparisons
3636
"einops>=0.7.0",
3737
"protobuf>=4.23.4",
38-
"lightning-thunder @ git+https://github.com/Lightning-AI/lightning-thunder/ ; python_version >= '3.10' and sys_platform == 'linux'",
3938
]
4039
all = [
4140
"bitsandbytes==0.42.0", # quantization

0 commit comments

Comments
 (0)