23 lines
275 B
Plaintext
23 lines
275 B
Plaintext
# Core
|
|
torch>=2.0.0
|
|
transformers>=4.35.0
|
|
|
|
# Optional: Quantization
|
|
bitsandbytes>=0.41.0
|
|
|
|
# Optional: LoRA
|
|
peft>=0.6.0
|
|
|
|
# Optional: Vector memory
|
|
chromadb>=0.4.0
|
|
sentence-transformers>=2.2.0
|
|
|
|
# Optional: Voice
|
|
pyttsx3>=2.90
|
|
|
|
# Training
|
|
tqdm>=4.65.0
|
|
|
|
# Utilities
|
|
numpy>=1.24.0
|