We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6bcee99 commit fd0a3faCopy full SHA for fd0a3fa
pyproject.toml
@@ -1,6 +1,6 @@
1
[project]
2
name = "litgpt"
3
-version = "0.5.0.dev1"
+version = "0.5.1"
4
description = "Hackable implementation of state-of-the-art open-source LLMs"
5
authors = [
6
{ name = "Lightning AI", email = "contact@lightning.ai" },
@@ -35,7 +35,6 @@ test = [
35
"transformers>=4.38.0", # numerical comparisons
36
"einops>=0.7.0",
37
"protobuf>=4.23.4",
38
- "lightning-thunder @ git+https://github.com/Lightning-AI/lightning-thunder/ ; python_version >= '3.10' and sys_platform == 'linux'",
39
]
40
all = [
41
"bitsandbytes==0.42.0", # quantization
0 commit comments