Spaces:
Sleeping
Sleeping
Commit ·
5292445
1
Parent(s): adbdf7d
Upgrade torch>=2.5 for bitsandbytes compatibility
Browse files- requirements.txt +1 -1
requirements.txt
CHANGED
|
@@ -1,4 +1,4 @@
|
|
| 1 |
-
torch=
|
| 2 |
transformers>=4.52.0
|
| 3 |
bitsandbytes>=0.46.1
|
| 4 |
accelerate>=1.2.1
|
|
|
|
| 1 |
+
torch>=2.5.0
|
| 2 |
transformers>=4.52.0
|
| 3 |
bitsandbytes>=0.46.1
|
| 4 |
accelerate>=1.2.1
|