Skip to content

Commit

Permalink
Bump version for 0.5.1 bugfix release (#1787)
Browse files Browse the repository at this point in the history
  • Loading branch information
rasbt authored Oct 10, 2024
1 parent 6bcee99 commit fd0a3fa
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.0.dev1"
version = "0.5.1"
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 fd0a3fa

Please sign in to comment.