Upload README.md with huggingface_hub
Browse files
README.md
ADDED
|
@@ -0,0 +1,8 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
# Graphite Model Artifacts
|
| 2 |
+
|
| 3 |
+
This model repository stores the STT and TTS binaries used by the local Graphite speech workflow.
|
| 4 |
+
|
| 5 |
+
- `voice-input-english-244.bin`: whisper.cpp-compatible English voice input model
|
| 6 |
+
- `kitten_tts_mini_v0_8.onnx`: Kitten TTS ONNX artifact used by Graphite
|
| 7 |
+
|
| 8 |
+
Graphite downloads these assets when `GRAPHITE_MODEL_REPO` is configured, while inference still runs locally on the backend.
|