Update setup.cfg

Modified the version constraint for PyTorch in setup.cfg to torch>=1.12,<2.3.0 to avoid the import errors introduced in version 2.3.0 while still supporting earlier compatible versions. This change follows feedback from @mryab to allow flexibility for users on different versions.
pull/577/head
Priyanshupareek 3 weeks ago committed by GitHub
parent 0d437de2cf
commit 88e1d6a990
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -32,7 +32,7 @@ package_dir =
packages = find:
python_requires = >=3.8
install_requires =
torch==2.2.2
torch>=1.12,<2.3.0
bitsandbytes==0.41.1
accelerate>=0.27.2
huggingface-hub>=0.11.1,<1.0.0

Loading…
Cancel
Save