Spaces:
Sleeping
Sleeping
Update requirements.txt
Browse files- requirements.txt +3 -7
requirements.txt
CHANGED
|
@@ -1,8 +1,8 @@
|
|
| 1 |
-
gradio>=
|
| 2 |
pandas>=2.0.0
|
| 3 |
numpy>=1.24.0
|
| 4 |
-
torch>=2.
|
| 5 |
-
transformers>=4.
|
| 6 |
sentence-transformers>=2.2.0
|
| 7 |
openpyxl>=3.1.0
|
| 8 |
xlrd>=2.0.0
|
|
@@ -10,10 +10,6 @@ xlrd>=2.0.0
|
|
| 10 |
# Optional but recommended for faster LLM inference
|
| 11 |
vllm>=0.5.0
|
| 12 |
|
| 13 |
-
# For CUDA support (if using GPU)
|
| 14 |
-
# Install PyTorch with CUDA separately:
|
| 15 |
-
# pip install torch torchvision torchaudio --index-url https://download.pytorch.org/whl/cu121
|
| 16 |
-
|
| 17 |
# For huggingface datasets
|
| 18 |
datasets>=2.0.0
|
| 19 |
pyarrow>=10.0.0
|
|
|
|
| 1 |
+
gradio>=5.49.1
|
| 2 |
pandas>=2.0.0
|
| 3 |
numpy>=1.24.0
|
| 4 |
+
torch>=2.8.0
|
| 5 |
+
transformers>=4.56.0
|
| 6 |
sentence-transformers>=2.2.0
|
| 7 |
openpyxl>=3.1.0
|
| 8 |
xlrd>=2.0.0
|
|
|
|
| 10 |
# Optional but recommended for faster LLM inference
|
| 11 |
vllm>=0.5.0
|
| 12 |
|
|
|
|
|
|
|
|
|
|
|
|
|
| 13 |
# For huggingface datasets
|
| 14 |
datasets>=2.0.0
|
| 15 |
pyarrow>=10.0.0
|