veerukhannan commited on
Commit
065dd0b
·
verified ·
1 Parent(s): cb15139

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +9 -2
requirements.txt CHANGED
@@ -17,5 +17,12 @@ cassio>=0.1.0
17
  python-dotenv==1.0.0
18
  huggingface-hub>=0.19.4
19
 
20
- # Optional: Add for better performance
21
- bitsandbytes>=0.41.0 # For 8-bit quantization
 
 
 
 
 
 
 
 
17
  python-dotenv==1.0.0
18
  huggingface-hub>=0.19.4
19
 
20
+ # Data processing and testing
21
+ numpy>=1.21.0
22
+ pandas>=1.3.0
23
+ tqdm>=4.65.0
24
+ pytest>=7.0.0
25
+
26
+ # Optional: Performance improvements
27
+ bitsandbytes>=0.41.0 # For 8-bit quantization
28
+ safetensors>=0.4.0 # For faster model loading