LocalAI-io/Llama-3-Kimodo-GGML
Llama-3-Kimodo-GGML
Native GGML/GGUF text encoder used by Kimodo. This is the reusable LLM2Vec encoder only; download a matching Kimodo diffusion model separately, for example `Kimodo-SMPLX-RP-v1-GGML`.
From a kimodo.cpp checkout with the Hugging Face CLI installed, install both with:
scripts/download_gguf_weights.sh --output "$PWD"The downloader installs the recommended Q80 variant by default. Select a different one with `--text-quantization bf16|q80|q6k|q5k|q4k|q4k_m. Every variant is one monolithic weight GGUF and uses the same tokenizer.gguf`. Kimodo reads individual tensor ranges from the monolith, so streaming one layer at a time does not require separate per-layer files.
The legacy split BF16 tree remains temporarily available for older clients.
Provenance and licence
The bundle is converted from Meta Llama-3-8B-Instruct and the MIT-licensed McGill LLM2Vec MNTP and supervised adapters. Built with Meta Llama 3.
LICENSE-META-LLAMA-3.txt and NOTICE accompany this distribution. Review the Meta Llama 3 Community License before use or redistribution. MANIFEST.json records the exact source commits and SHA-256 of every published artifact, plus the weight/tokenizer mapping for each quantization.
