Spaces:
Runtime error
Runtime error
Update requirements.txt
Browse files- requirements.txt +4 -2
requirements.txt
CHANGED
|
@@ -1,8 +1,10 @@
|
|
| 1 |
gradio
|
| 2 |
spaces
|
| 3 |
-
qdrant-client
|
| 4 |
httpx
|
| 5 |
torch
|
| 6 |
transformers
|
| 7 |
accelerate
|
| 8 |
-
bitsandbytes
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
gradio
|
| 2 |
spaces
|
|
|
|
| 3 |
httpx
|
| 4 |
torch
|
| 5 |
transformers
|
| 6 |
accelerate
|
| 7 |
+
bitsandbytes
|
| 8 |
+
qdrant-client==1.7.0
|
| 9 |
+
grpcio==1.60.0
|
| 10 |
+
protobuf==4.25.1
|