Spaces:
Build error
Build error
Update requirements.txt
Browse files- requirements.txt +3 -0
requirements.txt
CHANGED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
torch>=1.11.0 # Hoặc phiên bản cụ thể bạn đang dùng
|
| 2 |
+
transformers>=4.31.0 # Phiên bản phù hợp với PyTorch
|
| 3 |
+
numpy>=1.21.0
|