CoolFace
Modelpublic

LocalAI-io/Llama-3-Kimodo-GGML

sourceHugging Faceotherupdated 5d agoView on Hugging Face
4likes171kdownloads
Model Card

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:

sh
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.

VariantWeight fileSize (GB)Intended use
BF16Llama-3-Kimodo-BF16.gguf15.18Reference
Q8_0Llama-3-Kimodo-Q8_0.gguf8.14Recommended
Q6_KLlama-3-Kimodo-Q6_K.gguf6.32Experimental
Q5_KLlama-3-Kimodo-Q5_K.gguf5.33Experimental
Q4_KLlama-3-Kimodo-Q4_K.gguf4.39Experimental
Q4KMLlama-3-Kimodo-Q4_K_M.gguf5.06Preferred low-bit experiment

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.