Update requirements.txt
Browse files- requirements.txt +4 -1
requirements.txt
CHANGED
@@ -1,2 +1,5 @@
|
|
|
|
|
|
1 |
torch
|
2 |
-
|
|
|
|
1 |
+
gradio
|
2 |
+
transformers>=4.38.0 #Ensure that the version is at least this.
|
3 |
torch
|
4 |
+
accelerate
|
5 |
+
bitsandbytes
|