Skip to content

Commit

Permalink
Post 0.4.13 release set up (#1755)
Browse files Browse the repository at this point in the history
  • Loading branch information
rasbt authored Sep 27, 2024
1 parent 0fb5847 commit b8a721b
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.4.13"
version = "0.4.14.dev1"
description = "Hackable implementation of state-of-the-art open-source LLMs"
authors = [
{ name = "Lightning AI", email = "[email protected]" },
Expand Down Expand Up @@ -35,6 +35,7 @@ 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 b8a721b

Please sign in to comment.