kenlkehl commited on
Commit
d7d8fb9
·
verified ·
1 Parent(s): 8493da7

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +3 -7
requirements.txt CHANGED
@@ -1,8 +1,8 @@
1
- gradio>=4.0.0
2
  pandas>=2.0.0
3
  numpy>=1.24.0
4
- torch>=2.0.0
5
- transformers>=4.35.0
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