Spaces:
Runtime error
Runtime error
Commit ·
6d9f6fc
1
Parent(s): 7e12fc3
changed > to >= in requirements file
Browse files- requirements.txt +1 -1
requirements.txt
CHANGED
|
@@ -1,5 +1,5 @@
|
|
| 1 |
accelerate
|
| 2 |
-
transformers>4.43
|
| 3 |
SentencePiece
|
| 4 |
bitsandbytes
|
| 5 |
--extra-index-url https://download.pytorch.org/whl/cu113
|
|
|
|
| 1 |
accelerate
|
| 2 |
+
transformers>=4.43
|
| 3 |
SentencePiece
|
| 4 |
bitsandbytes
|
| 5 |
--extra-index-url https://download.pytorch.org/whl/cu113
|