Skip to content

Commit

Permalink
0.5.2 release (#1798)
Browse files Browse the repository at this point in the history
  • Loading branch information
rasbt authored Oct 22, 2024
1 parent fe394c4 commit 721b6e3
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "litgpt"
version = "0.5.2.dev1"
version = "0.5.2"
description = "Hackable implementation of state-of-the-art open-source LLMs"
authors = [
{ name = "Lightning AI", email = "[email protected]" },
Expand Down Expand Up @@ -35,7 +35,6 @@ test = [
"transformers>=4.38.0", # numerical comparisons
"einops>=0.7.0",
"protobuf>=4.23.4",
"lightning-thunder @ git+https://github.com/Lightning-AI/lightning-thunder/ ; python_version >= '3.10' and sys_platform == 'linux'",
]
all = [
"bitsandbytes==0.42.0", # quantization
Expand Down

0 comments on commit 721b6e3

Please sign in to comment.