Instructions to use elizaos/eliza-1 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Notebooks
- Google Colab
- Kaggle
- Local Apps Settings
- llama.cpp
How to use elizaos/eliza-1 with llama.cpp:
Install (macOS, Linux)
curl -LsSf https://llama.app/install.sh | sh # Start a local OpenAI-compatible server with a web UI: llama serve -hf elizaos/eliza-1:Q4_K_M # Run inference directly in the terminal: llama cli -hf elizaos/eliza-1:Q4_K_M
Install from WinGet (Windows)
winget install llama.cpp # Start a local OpenAI-compatible server with a web UI: llama serve -hf elizaos/eliza-1:Q4_K_M # Run inference directly in the terminal: llama cli -hf elizaos/eliza-1:Q4_K_M
Use pre-built binary
# Download pre-built binary from: # https://github.com/ggerganov/llama.cpp/releases # Start a local OpenAI-compatible server with a web UI: ./llama-server -hf elizaos/eliza-1:Q4_K_M # Run inference directly in the terminal: ./llama-cli -hf elizaos/eliza-1:Q4_K_M
Build from source code
git clone https://github.com/ggerganov/llama.cpp.git cd llama.cpp cmake -B build cmake --build build -j --target llama-server llama-cli # Start a local OpenAI-compatible server with a web UI: ./build/bin/llama-server -hf elizaos/eliza-1:Q4_K_M # Run inference directly in the terminal: ./build/bin/llama-cli -hf elizaos/eliza-1:Q4_K_M
Use Docker
docker model run hf.co/elizaos/eliza-1:Q4_K_M
- LM Studio
- Jan
- Ollama
How to use elizaos/eliza-1 with Ollama:
ollama run hf.co/elizaos/eliza-1:Q4_K_M
- Unsloth Desktop
- Docker Model Runner
How to use elizaos/eliza-1 with Docker Model Runner:
docker model run hf.co/elizaos/eliza-1:Q4_K_M
- Lemonade
How to use elizaos/eliza-1 with Lemonade:
Pull the model
# Download Lemonade from https://lemonade-server.ai/ lemonade pull elizaos/eliza-1:Q4_K_M
Run and chat with the model
lemonade run user.eliza-1-Q4_K_M
List all available models
lemonade list
- Atomic Chat
Consolidate Eliza-1 voice payloads into unified repo
Browse files- .gitattributes +8 -0
- voice/asr/eliza-1-asr-mmproj.gguf +3 -0
- voice/asr/eliza-1-asr-q8_0.gguf +3 -0
- voice/diarizer/pyannote-segmentation-3.0-fp32.onnx +3 -0
- voice/diarizer/pyannote-segmentation-3.0-int8.onnx +3 -0
- voice/embedding/eliza-1-embedding-q8_0.gguf +3 -0
- voice/kokoro/kokoro-v1.0-q4.onnx +3 -0
- voice/kokoro/voices/af_bella.bin +3 -0
- voice/kokoro/voices/af_same.bin +3 -0
- voice/manifest.json +246 -0
- voice/omnivoice/omnivoice-base-q4_k_m.gguf +3 -0
- voice/omnivoice/omnivoice-base-q8_0.gguf +3 -0
- voice/omnivoice/omnivoice-tokenizer-q4_k_m.gguf +3 -0
- voice/omnivoice/presets/voice-preset-same.bin +3 -0
- voice/speaker-encoder/wespeaker-resnet34-lm.onnx +3 -0
- voice/turn-detector/onnx/model_q8.onnx +3 -0
- voice/turn-detector/onnx/turn-detector-en-q8.gguf +3 -0
- voice/vad/silero-vad-int8.onnx +3 -0
- voice/vad/silero-vad-v5.1.2.ggml.bin +3 -0
- voice/voice-emotion/wav2small-cls7-int8.onnx +3 -0
- voice/voice-emotion/wav2small-msp-dim-fp32.onnx +3 -0
- voice/voice-emotion/wav2small-msp-dim-fp32.onnx.data +3 -0
- voice/voice-emotion/wav2small-msp-dim-int8.onnx +3 -0
- voice/wakeword/embedding_model.onnx +3 -0
- voice/wakeword/hey-eliza-int8.onnx +3 -0
- voice/wakeword/melspectrogram.onnx +3 -0
.gitattributes
CHANGED
|
@@ -106,3 +106,11 @@ bundles/27b-1m/tts/omnivoice-tokenizer-Q8_0.gguf filter=lfs diff=lfs merge=lfs -
|
|
| 106 |
bundles/27b-1m/dflash/drafter-27b-1m.gguf filter=lfs diff=lfs merge=lfs -text
|
| 107 |
bundles/27b-1m/vision/mmproj-27b-1m.gguf filter=lfs diff=lfs merge=lfs -text
|
| 108 |
bundles/27b-1m/tts/omnivoice-base-Q8_0.gguf filter=lfs diff=lfs merge=lfs -text
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 106 |
bundles/27b-1m/dflash/drafter-27b-1m.gguf filter=lfs diff=lfs merge=lfs -text
|
| 107 |
bundles/27b-1m/vision/mmproj-27b-1m.gguf filter=lfs diff=lfs merge=lfs -text
|
| 108 |
bundles/27b-1m/tts/omnivoice-base-Q8_0.gguf filter=lfs diff=lfs merge=lfs -text
|
| 109 |
+
voice/asr/eliza-1-asr-mmproj.gguf filter=lfs diff=lfs merge=lfs -text
|
| 110 |
+
voice/asr/eliza-1-asr-q8_0.gguf filter=lfs diff=lfs merge=lfs -text
|
| 111 |
+
voice/embedding/eliza-1-embedding-q8_0.gguf filter=lfs diff=lfs merge=lfs -text
|
| 112 |
+
voice/omnivoice/omnivoice-base-q4_k_m.gguf filter=lfs diff=lfs merge=lfs -text
|
| 113 |
+
voice/omnivoice/omnivoice-base-q8_0.gguf filter=lfs diff=lfs merge=lfs -text
|
| 114 |
+
voice/omnivoice/omnivoice-tokenizer-q4_k_m.gguf filter=lfs diff=lfs merge=lfs -text
|
| 115 |
+
voice/turn-detector/onnx/turn-detector-en-q8.gguf filter=lfs diff=lfs merge=lfs -text
|
| 116 |
+
voice/voice-emotion/wav2small-msp-dim-fp32.onnx.data filter=lfs diff=lfs merge=lfs -text
|
voice/asr/eliza-1-asr-mmproj.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:46c1d533af3f354ceb37ce855dbceff7da7fa7cf1e6a523df3b13440bd164c0d
|
| 3 |
+
size 355709344
|
voice/asr/eliza-1-asr-q8_0.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:58e22d0532d4eacaf034cfac17a6fed159f37c41390c710186783be439d1fc57
|
| 3 |
+
size 2165034944
|
voice/diarizer/pyannote-segmentation-3.0-fp32.onnx
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:057ee564753071c0b09b5b611648b50ac188d50846bff5f01e9f7bbf1591ea25
|
| 3 |
+
size 5986908
|
voice/diarizer/pyannote-segmentation-3.0-int8.onnx
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:465d0975bf70fbf14fb77c0589a5d346a9c07c2170345f529cf774678446db76
|
| 3 |
+
size 1542304
|
voice/embedding/eliza-1-embedding-q8_0.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:06507c7b42688469c4e7298b0a1e16deff06caf291cf0a5b278c308249c3e439
|
| 3 |
+
size 639150592
|
voice/kokoro/kokoro-v1.0-q4.onnx
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:04cf570cf9c4153694f76347ed4b9a48c1b59ff1de0999e6605d123966b197c7
|
| 3 |
+
size 305215966
|
voice/kokoro/voices/af_bella.bin
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:f69d836209b78eb8c66e75e3cda491e26ea838a3674257e9d4e5703cbaf55c8b
|
| 3 |
+
size 522240
|
voice/kokoro/voices/af_same.bin
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:cf2810d3eb73cdcff22e285b0c51711773acb99b6d7606656f3c63ee414c628e
|
| 3 |
+
size 522240
|
voice/manifest.json
ADDED
|
@@ -0,0 +1,246 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"repo": "elizaos/eliza-1",
|
| 3 |
+
"prefix": "voice",
|
| 4 |
+
"assets": [
|
| 5 |
+
{
|
| 6 |
+
"model_id": "speaker-encoder",
|
| 7 |
+
"source_repo": "elizaos/eliza-1-voice-speaker",
|
| 8 |
+
"source_revision": "3d882d6dfb00c9eed49f89bb7cc2e45ac3497159",
|
| 9 |
+
"source_path": "wespeaker-resnet34-lm.onnx",
|
| 10 |
+
"destination_path": "voice/speaker-encoder/wespeaker-resnet34-lm.onnx",
|
| 11 |
+
"sha256": "7bb2f06e9df17cdf1ef14ee8a15ab08ed28e8d0ef5054ee135741560df2ec068",
|
| 12 |
+
"size_bytes": 26530309,
|
| 13 |
+
"format": "onnx"
|
| 14 |
+
},
|
| 15 |
+
{
|
| 16 |
+
"model_id": "diarizer",
|
| 17 |
+
"source_repo": "elizaos/eliza-1-voice-diarizer",
|
| 18 |
+
"source_revision": "7a8d059b770aeab08e6eabcf9dcbfc051e5bafef",
|
| 19 |
+
"source_path": "pyannote-segmentation-3.0-int8.onnx",
|
| 20 |
+
"destination_path": "voice/diarizer/pyannote-segmentation-3.0-int8.onnx",
|
| 21 |
+
"sha256": "465d0975bf70fbf14fb77c0589a5d346a9c07c2170345f529cf774678446db76",
|
| 22 |
+
"size_bytes": 1542304,
|
| 23 |
+
"format": "onnx"
|
| 24 |
+
},
|
| 25 |
+
{
|
| 26 |
+
"model_id": "diarizer",
|
| 27 |
+
"source_repo": "elizaos/eliza-1-voice-diarizer",
|
| 28 |
+
"source_revision": "7a8d059b770aeab08e6eabcf9dcbfc051e5bafef",
|
| 29 |
+
"source_path": "pyannote-segmentation-3.0-fp32.onnx",
|
| 30 |
+
"destination_path": "voice/diarizer/pyannote-segmentation-3.0-fp32.onnx",
|
| 31 |
+
"sha256": "057ee564753071c0b09b5b611648b50ac188d50846bff5f01e9f7bbf1591ea25",
|
| 32 |
+
"size_bytes": 5986908,
|
| 33 |
+
"format": "onnx"
|
| 34 |
+
},
|
| 35 |
+
{
|
| 36 |
+
"model_id": "turn-detector",
|
| 37 |
+
"source_repo": "elizaos/eliza-1-voice-turn",
|
| 38 |
+
"source_revision": "9eaff4947ebd87b1d811e27dec939e29362a9e42",
|
| 39 |
+
"source_path": "onnx/model_q8.onnx",
|
| 40 |
+
"destination_path": "voice/turn-detector/onnx/model_q8.onnx",
|
| 41 |
+
"sha256": "52a132ed9c53fe41381cd97a800a9d36b7494d5ea608183de03adfc0723662f8",
|
| 42 |
+
"size_bytes": 37736316,
|
| 43 |
+
"format": "onnx"
|
| 44 |
+
},
|
| 45 |
+
{
|
| 46 |
+
"model_id": "turn-detector",
|
| 47 |
+
"source_repo": "elizaos/eliza-1-voice-turn",
|
| 48 |
+
"source_revision": "9eaff4947ebd87b1d811e27dec939e29362a9e42",
|
| 49 |
+
"source_path": "onnx/turn-detector-en-q8.gguf",
|
| 50 |
+
"destination_path": "voice/turn-detector/onnx/turn-detector-en-q8.gguf",
|
| 51 |
+
"sha256": "04bc18aeec5f59a94ae338aa66a48e204fc02785a6217d9055145f95d2192980",
|
| 52 |
+
"size_bytes": 41275296,
|
| 53 |
+
"format": "gguf"
|
| 54 |
+
},
|
| 55 |
+
{
|
| 56 |
+
"model_id": "voice-emotion",
|
| 57 |
+
"source_repo": "elizaos/eliza-1-voice-emotion",
|
| 58 |
+
"source_revision": "85c56b6f5aa4bdef801aa6d5ea082eb92f90b463",
|
| 59 |
+
"source_path": "wav2small-cls7-int8.onnx",
|
| 60 |
+
"destination_path": "voice/voice-emotion/wav2small-cls7-int8.onnx",
|
| 61 |
+
"sha256": "cba2c4e49707ac20da8b1420814b80735f700e917905c46d8cb880b95d97c953",
|
| 62 |
+
"size_bytes": 524750,
|
| 63 |
+
"format": "onnx"
|
| 64 |
+
},
|
| 65 |
+
{
|
| 66 |
+
"model_id": "voice-emotion",
|
| 67 |
+
"source_repo": "elizaos/eliza-1-voice-emotion",
|
| 68 |
+
"source_revision": "85c56b6f5aa4bdef801aa6d5ea082eb92f90b463",
|
| 69 |
+
"source_path": "wav2small-msp-dim-int8.onnx",
|
| 70 |
+
"destination_path": "voice/voice-emotion/wav2small-msp-dim-int8.onnx",
|
| 71 |
+
"sha256": "2fcde4aa2a6881b0e7407a3a706fab1889b69233139ee10b8669795b02b06efc",
|
| 72 |
+
"size_bytes": 516877,
|
| 73 |
+
"format": "onnx"
|
| 74 |
+
},
|
| 75 |
+
{
|
| 76 |
+
"model_id": "voice-emotion",
|
| 77 |
+
"source_repo": "elizaos/eliza-1-voice-emotion",
|
| 78 |
+
"source_revision": "85c56b6f5aa4bdef801aa6d5ea082eb92f90b463",
|
| 79 |
+
"source_path": "wav2small-msp-dim-fp32.onnx",
|
| 80 |
+
"destination_path": "voice/voice-emotion/wav2small-msp-dim-fp32.onnx",
|
| 81 |
+
"sha256": "3f5a8bf8f035132798b170c57ab61b90d52bb0cb0dd1ef95fd40a97f466f65f7",
|
| 82 |
+
"size_bytes": 1211917,
|
| 83 |
+
"format": "onnx"
|
| 84 |
+
},
|
| 85 |
+
{
|
| 86 |
+
"model_id": "voice-emotion",
|
| 87 |
+
"source_repo": "elizaos/eliza-1-voice-emotion",
|
| 88 |
+
"source_revision": "85c56b6f5aa4bdef801aa6d5ea082eb92f90b463",
|
| 89 |
+
"source_path": "wav2small-msp-dim-fp32.onnx.data",
|
| 90 |
+
"destination_path": "voice/voice-emotion/wav2small-msp-dim-fp32.onnx.data",
|
| 91 |
+
"sha256": "5a3a84e879c786317570b551ee6240294c8deded27856a52d872c03b12c63d01",
|
| 92 |
+
"size_bytes": 989472,
|
| 93 |
+
"format": "onnx-data"
|
| 94 |
+
},
|
| 95 |
+
{
|
| 96 |
+
"model_id": "kokoro",
|
| 97 |
+
"source_repo": "elizaos/eliza-1-voice-kokoro",
|
| 98 |
+
"source_revision": "967f7449f79414d2b49db3b2441ea683630c11ab",
|
| 99 |
+
"source_path": "kokoro-v1.0-q4.onnx",
|
| 100 |
+
"destination_path": "voice/kokoro/kokoro-v1.0-q4.onnx",
|
| 101 |
+
"sha256": "04cf570cf9c4153694f76347ed4b9a48c1b59ff1de0999e6605d123966b197c7",
|
| 102 |
+
"size_bytes": 305215966,
|
| 103 |
+
"format": "onnx"
|
| 104 |
+
},
|
| 105 |
+
{
|
| 106 |
+
"model_id": "kokoro",
|
| 107 |
+
"source_repo": "elizaos/eliza-1-voice-kokoro",
|
| 108 |
+
"source_revision": "967f7449f79414d2b49db3b2441ea683630c11ab",
|
| 109 |
+
"source_path": "voices/af_bella.bin",
|
| 110 |
+
"destination_path": "voice/kokoro/voices/af_bella.bin",
|
| 111 |
+
"sha256": "f69d836209b78eb8c66e75e3cda491e26ea838a3674257e9d4e5703cbaf55c8b",
|
| 112 |
+
"size_bytes": 522240,
|
| 113 |
+
"format": "bin"
|
| 114 |
+
},
|
| 115 |
+
{
|
| 116 |
+
"model_id": "kokoro",
|
| 117 |
+
"source_repo": "elizaos/eliza-1-voice-kokoro",
|
| 118 |
+
"source_revision": "967f7449f79414d2b49db3b2441ea683630c11ab",
|
| 119 |
+
"source_path": "voices/af_same.bin",
|
| 120 |
+
"destination_path": "voice/kokoro/voices/af_same.bin",
|
| 121 |
+
"sha256": "cf2810d3eb73cdcff22e285b0c51711773acb99b6d7606656f3c63ee414c628e",
|
| 122 |
+
"size_bytes": 522240,
|
| 123 |
+
"format": "bin"
|
| 124 |
+
},
|
| 125 |
+
{
|
| 126 |
+
"model_id": "omnivoice",
|
| 127 |
+
"source_repo": "elizaos/eliza-1-voice-omnivoice",
|
| 128 |
+
"source_revision": "b766eb23d5f6c84d580973c0f2013b6fcbd561c0",
|
| 129 |
+
"source_path": "omnivoice-base-q4_k_m.gguf",
|
| 130 |
+
"destination_path": "voice/omnivoice/omnivoice-base-q4_k_m.gguf",
|
| 131 |
+
"sha256": "4836ba5affcb83c04d08b3e96b6e48ac839947ee3864188739807b68e0e159c6",
|
| 132 |
+
"size_bytes": 407485216,
|
| 133 |
+
"format": "gguf"
|
| 134 |
+
},
|
| 135 |
+
{
|
| 136 |
+
"model_id": "omnivoice",
|
| 137 |
+
"source_repo": "elizaos/eliza-1-voice-omnivoice",
|
| 138 |
+
"source_revision": "b766eb23d5f6c84d580973c0f2013b6fcbd561c0",
|
| 139 |
+
"source_path": "omnivoice-tokenizer-q4_k_m.gguf",
|
| 140 |
+
"destination_path": "voice/omnivoice/omnivoice-tokenizer-q4_k_m.gguf",
|
| 141 |
+
"sha256": "988fc32bc699bce361c44e9af8383be9811960441f293eb5ab4ec6bf6386378d",
|
| 142 |
+
"size_bytes": 252474112,
|
| 143 |
+
"format": "gguf"
|
| 144 |
+
},
|
| 145 |
+
{
|
| 146 |
+
"model_id": "omnivoice",
|
| 147 |
+
"source_repo": "elizaos/eliza-1-voice-omnivoice",
|
| 148 |
+
"source_revision": "b766eb23d5f6c84d580973c0f2013b6fcbd561c0",
|
| 149 |
+
"source_path": "omnivoice-base-q8_0.gguf",
|
| 150 |
+
"destination_path": "voice/omnivoice/omnivoice-base-q8_0.gguf",
|
| 151 |
+
"sha256": "2882d887921798aea13d45236556bdf8012842ab6f8cd2690943eead6289f298",
|
| 152 |
+
"size_bytes": 656395008,
|
| 153 |
+
"format": "gguf"
|
| 154 |
+
},
|
| 155 |
+
{
|
| 156 |
+
"model_id": "omnivoice",
|
| 157 |
+
"source_repo": "elizaos/eliza-1-voice-omnivoice",
|
| 158 |
+
"source_revision": "b766eb23d5f6c84d580973c0f2013b6fcbd561c0",
|
| 159 |
+
"source_path": "presets/voice-preset-same.bin",
|
| 160 |
+
"destination_path": "voice/omnivoice/presets/voice-preset-same.bin",
|
| 161 |
+
"sha256": "efb3ab57f6e3884a2414a9cf9dcdb77a66b61bb43713df9ff1632e7539191be6",
|
| 162 |
+
"size_bytes": 716,
|
| 163 |
+
"format": "bin"
|
| 164 |
+
},
|
| 165 |
+
{
|
| 166 |
+
"model_id": "vad",
|
| 167 |
+
"source_repo": "elizaos/eliza-1-voice-vad",
|
| 168 |
+
"source_revision": "7fc2359bbc0ee1e0dd7de2acb126f6872a4fb4c2",
|
| 169 |
+
"source_path": "silero-vad-int8.onnx",
|
| 170 |
+
"destination_path": "voice/vad/silero-vad-int8.onnx",
|
| 171 |
+
"sha256": "90b026c95f054d59d7bf79387b0ed93c8950f35a4d8b741cd78d4bb23a7d2776",
|
| 172 |
+
"size_bytes": 639383,
|
| 173 |
+
"format": "onnx"
|
| 174 |
+
},
|
| 175 |
+
{
|
| 176 |
+
"model_id": "vad",
|
| 177 |
+
"source_repo": "elizaos/eliza-1-voice-vad",
|
| 178 |
+
"source_revision": "7fc2359bbc0ee1e0dd7de2acb126f6872a4fb4c2",
|
| 179 |
+
"source_path": "silero-vad-v5.1.2.ggml.bin",
|
| 180 |
+
"destination_path": "voice/vad/silero-vad-v5.1.2.ggml.bin",
|
| 181 |
+
"sha256": "29940d98d42b91fbd05ce489f3ecf7c72f0a42f027e4875919a28fb4c04ea2cf",
|
| 182 |
+
"size_bytes": 885098,
|
| 183 |
+
"format": "ggml"
|
| 184 |
+
},
|
| 185 |
+
{
|
| 186 |
+
"model_id": "wakeword",
|
| 187 |
+
"source_repo": "elizaos/eliza-1-voice-wakeword",
|
| 188 |
+
"source_revision": "bcd866bc070a649dfd2dfbf7aadbd01b3cc68c4b",
|
| 189 |
+
"source_path": "hey-eliza-int8.onnx",
|
| 190 |
+
"destination_path": "voice/wakeword/hey-eliza-int8.onnx",
|
| 191 |
+
"sha256": "e565952901cd4203baacef7cb8700891c9bee4e6f42fc9bc0aa03b9c39a2da92",
|
| 192 |
+
"size_bytes": 630032,
|
| 193 |
+
"format": "onnx"
|
| 194 |
+
},
|
| 195 |
+
{
|
| 196 |
+
"model_id": "wakeword",
|
| 197 |
+
"source_repo": "elizaos/eliza-1-voice-wakeword",
|
| 198 |
+
"source_revision": "bcd866bc070a649dfd2dfbf7aadbd01b3cc68c4b",
|
| 199 |
+
"source_path": "melspectrogram.onnx",
|
| 200 |
+
"destination_path": "voice/wakeword/melspectrogram.onnx",
|
| 201 |
+
"sha256": "ba2b0e0f8b7b875369a2c89cb13360ff53bac436f2895cced9f479fa65eb176f",
|
| 202 |
+
"size_bytes": 1087958,
|
| 203 |
+
"format": "onnx"
|
| 204 |
+
},
|
| 205 |
+
{
|
| 206 |
+
"model_id": "wakeword",
|
| 207 |
+
"source_repo": "elizaos/eliza-1-voice-wakeword",
|
| 208 |
+
"source_revision": "bcd866bc070a649dfd2dfbf7aadbd01b3cc68c4b",
|
| 209 |
+
"source_path": "embedding_model.onnx",
|
| 210 |
+
"destination_path": "voice/wakeword/embedding_model.onnx",
|
| 211 |
+
"sha256": "70d164290c1d095d1d4ee149bc5e00543250a7316b59f31d056cff7bd3075c1f",
|
| 212 |
+
"size_bytes": 1326578,
|
| 213 |
+
"format": "onnx"
|
| 214 |
+
},
|
| 215 |
+
{
|
| 216 |
+
"model_id": "embedding",
|
| 217 |
+
"source_repo": "elizaos/eliza-1-voice-embedding",
|
| 218 |
+
"source_revision": "bf6afa907c83ec98e487f018cfb4e29ec3cb7c03",
|
| 219 |
+
"source_path": "eliza-1-embedding-q8_0.gguf",
|
| 220 |
+
"destination_path": "voice/embedding/eliza-1-embedding-q8_0.gguf",
|
| 221 |
+
"sha256": "06507c7b42688469c4e7298b0a1e16deff06caf291cf0a5b278c308249c3e439",
|
| 222 |
+
"size_bytes": 639150592,
|
| 223 |
+
"format": "gguf"
|
| 224 |
+
},
|
| 225 |
+
{
|
| 226 |
+
"model_id": "asr",
|
| 227 |
+
"source_repo": "elizaos/eliza-1-voice-asr",
|
| 228 |
+
"source_revision": "c5b2f3b358fb0b0c0713d7290e2eed61b0fb174f",
|
| 229 |
+
"source_path": "eliza-1-asr-q8_0.gguf",
|
| 230 |
+
"destination_path": "voice/asr/eliza-1-asr-q8_0.gguf",
|
| 231 |
+
"sha256": "58e22d0532d4eacaf034cfac17a6fed159f37c41390c710186783be439d1fc57",
|
| 232 |
+
"size_bytes": 2165034944,
|
| 233 |
+
"format": "gguf"
|
| 234 |
+
},
|
| 235 |
+
{
|
| 236 |
+
"model_id": "asr",
|
| 237 |
+
"source_repo": "elizaos/eliza-1-voice-asr",
|
| 238 |
+
"source_revision": "c5b2f3b358fb0b0c0713d7290e2eed61b0fb174f",
|
| 239 |
+
"source_path": "eliza-1-asr-mmproj.gguf",
|
| 240 |
+
"destination_path": "voice/asr/eliza-1-asr-mmproj.gguf",
|
| 241 |
+
"sha256": "46c1d533af3f354ceb37ce855dbceff7da7fa7cf1e6a523df3b13440bd164c0d",
|
| 242 |
+
"size_bytes": 355709344,
|
| 243 |
+
"format": "gguf"
|
| 244 |
+
}
|
| 245 |
+
]
|
| 246 |
+
}
|
voice/omnivoice/omnivoice-base-q4_k_m.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:4836ba5affcb83c04d08b3e96b6e48ac839947ee3864188739807b68e0e159c6
|
| 3 |
+
size 407485216
|
voice/omnivoice/omnivoice-base-q8_0.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:2882d887921798aea13d45236556bdf8012842ab6f8cd2690943eead6289f298
|
| 3 |
+
size 656395008
|
voice/omnivoice/omnivoice-tokenizer-q4_k_m.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:988fc32bc699bce361c44e9af8383be9811960441f293eb5ab4ec6bf6386378d
|
| 3 |
+
size 252474112
|
voice/omnivoice/presets/voice-preset-same.bin
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:efb3ab57f6e3884a2414a9cf9dcdb77a66b61bb43713df9ff1632e7539191be6
|
| 3 |
+
size 716
|
voice/speaker-encoder/wespeaker-resnet34-lm.onnx
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:7bb2f06e9df17cdf1ef14ee8a15ab08ed28e8d0ef5054ee135741560df2ec068
|
| 3 |
+
size 26530309
|
voice/turn-detector/onnx/model_q8.onnx
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:52a132ed9c53fe41381cd97a800a9d36b7494d5ea608183de03adfc0723662f8
|
| 3 |
+
size 37736316
|
voice/turn-detector/onnx/turn-detector-en-q8.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:04bc18aeec5f59a94ae338aa66a48e204fc02785a6217d9055145f95d2192980
|
| 3 |
+
size 41275296
|
voice/vad/silero-vad-int8.onnx
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:90b026c95f054d59d7bf79387b0ed93c8950f35a4d8b741cd78d4bb23a7d2776
|
| 3 |
+
size 639383
|
voice/vad/silero-vad-v5.1.2.ggml.bin
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:29940d98d42b91fbd05ce489f3ecf7c72f0a42f027e4875919a28fb4c04ea2cf
|
| 3 |
+
size 885098
|
voice/voice-emotion/wav2small-cls7-int8.onnx
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:cba2c4e49707ac20da8b1420814b80735f700e917905c46d8cb880b95d97c953
|
| 3 |
+
size 524750
|
voice/voice-emotion/wav2small-msp-dim-fp32.onnx
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:3f5a8bf8f035132798b170c57ab61b90d52bb0cb0dd1ef95fd40a97f466f65f7
|
| 3 |
+
size 1211917
|
voice/voice-emotion/wav2small-msp-dim-fp32.onnx.data
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:5a3a84e879c786317570b551ee6240294c8deded27856a52d872c03b12c63d01
|
| 3 |
+
size 989472
|
voice/voice-emotion/wav2small-msp-dim-int8.onnx
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:2fcde4aa2a6881b0e7407a3a706fab1889b69233139ee10b8669795b02b06efc
|
| 3 |
+
size 516877
|
voice/wakeword/embedding_model.onnx
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:70d164290c1d095d1d4ee149bc5e00543250a7316b59f31d056cff7bd3075c1f
|
| 3 |
+
size 1326578
|
voice/wakeword/hey-eliza-int8.onnx
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:e565952901cd4203baacef7cb8700891c9bee4e6f42fc9bc0aa03b9c39a2da92
|
| 3 |
+
size 630032
|
voice/wakeword/melspectrogram.onnx
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:ba2b0e0f8b7b875369a2c89cb13360ff53bac436f2895cced9f479fa65eb176f
|
| 3 |
+
size 1087958
|