abdull4h commited on
Commit
c4be456
·
verified ·
1 Parent(s): d365326

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +2 -20
requirements.txt CHANGED
@@ -1,20 +1,2 @@
1
- # Fix NumPy version to avoid compatibility issues
2
- numpy<2.0.0
3
-
4
- # Core packages
5
- gradio>=3.50.2
6
- transformers>=4.36.0
7
- accelerate>=0.25.0
8
- safetensors>=0.4.0
9
- huggingface_hub>=0.19.0
10
-
11
- # Specify PyTorch version to avoid compiler issues - use an older stable version
12
- torch==2.0.1
13
- # Note: You might need to install the specific CUDA version that matches your system
14
- # For example: pip install torch==2.0.1+cu118 -f https://download.pytorch.org/whl/torch_stable.html
15
-
16
- # Additional helpful packages
17
- scipy<1.12.0 # Keep scipy compatible with numpy 1.x
18
- sentencepiece>=0.1.99 # For tokenization support
19
- protobuf>=4.25.1 # For model serialization
20
- tqdm>=4.66.1 # For progress bars
 
1
+ gradio
2
+ transformers