Spaces:
Sleeping
Sleeping
Update req.txt's library versions to sync with Colab internal versions
Browse files- requirements.txt +7 -4
requirements.txt
CHANGED
|
@@ -1,7 +1,10 @@
|
|
| 1 |
gradio==4.44.0
|
| 2 |
-
|
| 3 |
-
|
| 4 |
-
|
| 5 |
-
|
|
|
|
|
|
|
| 6 |
sentence-transformers==3.0.1
|
| 7 |
python-dotenv==1.0.1
|
|
|
|
|
|
| 1 |
gradio==4.44.0
|
| 2 |
+
torch==2.8.0
|
| 3 |
+
numpy==2.0.2
|
| 4 |
+
datasets==4.0.0
|
| 5 |
+
transformers==4.55.4
|
| 6 |
+
peft==0.17.1
|
| 7 |
+
scikit-learn==1.6.1
|
| 8 |
sentence-transformers==3.0.1
|
| 9 |
python-dotenv==1.0.1
|
| 10 |
+
huggingface_hub==0.34.4 # 필요시만 추가
|