Spaces:
Runtime error
Runtime error
Update requirements.txt
Browse files- requirements.txt +2 -2
requirements.txt
CHANGED
|
@@ -1,10 +1,10 @@
|
|
| 1 |
torch
|
| 2 |
torchvision
|
| 3 |
-
tensorflow
|
| 4 |
numpy
|
| 5 |
transformers==4.45.2
|
| 6 |
peft
|
| 7 |
-
protobuf
|
| 8 |
sentencepiece
|
| 9 |
pytest
|
| 10 |
matplotlib
|
|
|
|
| 1 |
torch
|
| 2 |
torchvision
|
| 3 |
+
tensorflow-cpu==2.11.0
|
| 4 |
numpy
|
| 5 |
transformers==4.45.2
|
| 6 |
peft
|
| 7 |
+
protobuf==3.19.6
|
| 8 |
sentencepiece
|
| 9 |
pytest
|
| 10 |
matplotlib
|