Upload requirements.txt
Browse files- requirements.txt +23 -0
requirements.txt
ADDED
|
@@ -0,0 +1,23 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
# Tinman-SmolOmni-MLA: Core dependencies
|
| 2 |
+
# Install: pip install -r requirements.txt
|
| 3 |
+
# Or: pip install smolomni (when published)
|
| 4 |
+
|
| 5 |
+
torch>=2.0.0
|
| 6 |
+
transformers>=4.40.0
|
| 7 |
+
accelerate>=0.25.0
|
| 8 |
+
huggingface-hub>=0.20.0
|
| 9 |
+
numpy>=1.24.0
|
| 10 |
+
safetensors>=0.4.0
|
| 11 |
+
tqdm
|
| 12 |
+
|
| 13 |
+
# Audio (optional: pip install smolomni[audio])
|
| 14 |
+
# soundfile
|
| 15 |
+
# librosa
|
| 16 |
+
# torchaudio
|
| 17 |
+
|
| 18 |
+
# ONNX export (optional: pip install smolomni[onnx])
|
| 19 |
+
# onnx
|
| 20 |
+
# onnxruntime
|
| 21 |
+
|
| 22 |
+
# Quantization (optional: pip install smolomni[quantization])
|
| 23 |
+
# bitsandbytes
|