Skip to content

Commit c68c1c3

Browse files
authored
Allow torch>=2.3.0 (#603)
1 parent 02bbd85 commit c68c1c3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ package_dir =
3232
packages = find:
3333
python_requires = >=3.8
3434
install_requires =
35-
torch>=1.12,<2.3.0
35+
torch>=1.12
3636
bitsandbytes==0.41.1
3737
accelerate>=0.27.2
3838
huggingface-hub>=0.11.1,<1.0.0

0 commit comments

Comments
 (0)