Spaces:
Sleeping
Sleeping
Update requirements.txt
Browse files- requirements.txt +5 -5
requirements.txt
CHANGED
|
@@ -1,5 +1,5 @@
|
|
| 1 |
-
transformers==4.
|
| 2 |
-
accelerate
|
| 3 |
-
bitsandbytes
|
| 4 |
-
optimum
|
| 5 |
-
langchain-huggingface
|
|
|
|
| 1 |
+
transformers==4.44.2 # Обновление версии
|
| 2 |
+
accelerate==0.34.2 # Проверка совместимости
|
| 3 |
+
bitsandbytes==0.44.0
|
| 4 |
+
optimum==1.21.4
|
| 5 |
+
langchain-huggingface==0.1.0 # Обновление версии
|