Update LEAP sdk manifest: LFM2-Audio-1.5B-GGUF/F16.json
Browse files
LFM2-Audio-1.5B-GGUF/F16.json
ADDED
|
@@ -0,0 +1,13 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"inference_type": "llama.cpp/lfm2-audio-v1",
|
| 3 |
+
"schema_version": "1.0.0",
|
| 4 |
+
"load_time_parameters": {
|
| 5 |
+
"model": "https://huggingface.co/LiquidAI/LFM2-Audio-1.5B-GGUF/resolve/main/LFM2-Audio-1.5B-F16.gguf",
|
| 6 |
+
"multimodal_projector": "https://huggingface.co/LiquidAI/LFM2-Audio-1.5B-GGUF/resolve/main/mmproj-audioencoder-LFM2-Audio-1.5B-F16.gguf",
|
| 7 |
+
"audio_decoder": "https://huggingface.co/LiquidAI/LFM2-Audio-1.5B-GGUF/resolve/main/audiodecoder-LFM2-Audio-1.5B-F16.gguf",
|
| 8 |
+
"audio_tokenizer": "https://huggingface.co/LiquidAI/LFM2-Audio-1.5B/resolve/main/tokenizer-e351c8d8-checkpoint125.safetensors"
|
| 9 |
+
},
|
| 10 |
+
"generation_time_parameters": {
|
| 11 |
+
"number_of_decoding_threads": 4
|
| 12 |
+
}
|
| 13 |
+
}
|