waleed-12 commited on
Commit
fbf987e
·
verified ·
1 Parent(s): 7762f67

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +18 -3
requirements.txt CHANGED
@@ -1,3 +1,18 @@
1
- altair
2
- pandas
3
- streamlit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ transformers>=4.35.0
2
+ safetensors>=0.4.0
3
+ accelerate>=0.25.0
4
+ gradio>=4.0.0
5
+ torch>=2.0.0
6
+
7
+ # Additional dependencies
8
+ peft>=0.7.0
9
+ sentencepiece>=0.1.99
10
+ tokenizers>=0.15.0
11
+
12
+ # For better performance (optional)
13
+ xformers>=0.0.20 # Faster attention (GPU only)
14
+ bitsandbytes>=0.41.0 # Memory efficient training/inference
15
+
16
+ # Python standard libraries (usually included, but good to specify)
17
+ numpy>=1.24.0
18
+ requests>=2.28.0