From c68c1c3b9253597bdf1f8c3b5907466a52b80885 Mon Sep 17 00:00:00 2001 From: Alexander Borzunov Date: Wed, 24 Jul 2024 07:59:30 -0700 Subject: [PATCH] Allow torch>=2.3.0 (#603) --- setup.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.cfg b/setup.cfg index 7a60c1a..857120d 100644 --- a/setup.cfg +++ b/setup.cfg @@ -32,7 +32,7 @@ package_dir = packages = find: python_requires = >=3.8 install_requires = - torch>=1.12,<2.3.0 + torch>=1.12 bitsandbytes==0.41.1 accelerate>=0.27.2 huggingface-hub>=0.11.1,<1.0.0