Skip to content

Commit

Permalink
Bump PyTorch, PyTorch-Lightning and BnB versions (Lightning-AI#1893)
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrei-Aksionov authored Dec 28, 2024
1 parent fabf765 commit d2ed13c
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@ readme = "README.md"
license = { file = "LICENSE" }

dependencies = [
"torch>=2.2.0,<=2.4.1",
"torch>=2.5.0,<2.6.0",
"numpy<2.0",
"lightning==2.4.0",
"lightning>=2.5.0,<2.6.0",
"jsonargparse[signatures]>=4.30.1,<=4.32.1", # 4.33 does not seem to be compatible with Python 3.9
"huggingface_hub>=0.23.5", # download models
"safetensors>=0.4.3", # download models
Expand All @@ -38,7 +38,8 @@ test = [
"protobuf>=4.23.4",
]
all = [
"bitsandbytes==0.42.0", # quantization
"bitsandbytes >=0.44.0,<0.44.2; sys_platform == 'linux' or sys_platform == 'win32'", # quantization
"bitsandbytes >=0.42.0,<0.43.0 ; sys_platform == 'darwin'", # quantization
"sentencepiece>=0.2.0", # llama-based models
"requests>=2.31.0", # litgpt.data
"litdata==0.2.17", # litgpt.data
Expand Down

0 comments on commit d2ed13c

Please sign in to comment.