Update requirements.txt
Browse files- requirements.txt +7 -2
requirements.txt
CHANGED
@@ -1,3 +1,8 @@
|
|
1 |
-
|
2 |
-
|
|
|
|
|
|
|
|
|
|
|
3 |
python-multipart
|
|
|
1 |
+
gradio
|
2 |
+
spaces
|
3 |
+
torch==2.2.0
|
4 |
+
git+https://github.com/huggingface/transformers/
|
5 |
+
optimum
|
6 |
+
accelerate
|
7 |
+
bitsandbytes
|
8 |
python-multipart
|