LoganResearch commited on
Commit
d86b5d5
·
verified ·
1 Parent(s): 1b33bf2

Upload requirements.txt with huggingface_hub

Browse files
Files changed (1) hide show
  1. requirements.txt +22 -0
requirements.txt ADDED
@@ -0,0 +1,22 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # Core
2
+ torch>=2.0.0
3
+ transformers>=4.35.0
4
+
5
+ # Optional: Quantization
6
+ bitsandbytes>=0.41.0
7
+
8
+ # Optional: LoRA
9
+ peft>=0.6.0
10
+
11
+ # Optional: Vector memory
12
+ chromadb>=0.4.0
13
+ sentence-transformers>=2.2.0
14
+
15
+ # Optional: Voice
16
+ pyttsx3>=2.90
17
+
18
+ # Training
19
+ tqdm>=4.65.0
20
+
21
+ # Utilities
22
+ numpy>=1.24.0