Update requirements.txt
Browse files- requirements.txt +6 -6
requirements.txt
CHANGED
|
@@ -1,6 +1,6 @@
|
|
| 1 |
-
transformers
|
| 2 |
-
torch
|
| 3 |
-
gradio
|
| 4 |
-
huggingface_hub
|
| 5 |
-
accelerate
|
| 6 |
-
bitsandbytes
|
|
|
|
| 1 |
+
transformers==4.44.2
|
| 2 |
+
torch==2.4.0
|
| 3 |
+
gradio==4.44.0
|
| 4 |
+
huggingface_hub==0.25.2
|
| 5 |
+
accelerate==0.34.2
|
| 6 |
+
bitsandbytes==0.43.1
|