Spaces:
Runtime error
Runtime error
Update requirements.txt
Browse files- requirements.txt +2 -1
requirements.txt
CHANGED
|
@@ -13,4 +13,5 @@ scipy==1.10.1
|
|
| 13 |
huggingface-hub==0.25.2
|
| 14 |
wheel
|
| 15 |
accelerate
|
| 16 |
-
bitsandbytes>=0.43.3
|
|
|
|
|
|
| 13 |
huggingface-hub==0.25.2
|
| 14 |
wheel
|
| 15 |
accelerate
|
| 16 |
+
bitsandbytes>=0.43.3
|
| 17 |
+
protobuf==3.20.3 # β
Fixes google.protobuf.internal.builder error
|