Views
No views yet
.small model family. The SDK defaults
that family to Q4_K_M.gguf, the recommended mobile file.1let spec = Lfm25GgufFileSpecification(family: .small, variant: .q4km)
2let path = try await Lfm25LlamaCppLLMDownloader().downloadGgufFile(spec)hf download bitsydarel/road-freight-voice-assistant-350m Q4_K_M.gguffused/: Hugging Face-format fused model.model.gguf: F16 GGUF exported from the fused model.Q8_0.gguf, Q6_K.gguf, Q5_K_M.gguf, Q5_K_S.gguf,
Q4_K_M.gguf, Q4_K_S.gguf: available GGUF quantizations.quantization.manifest.json: SHA-256 hashes and tensor-contract validation
results for the GGUF files.Q4_K_M.gguf if the package size works for
your app. Use Q4_K_S.gguf when size matters more. Keep Q8_0.gguf for
comparison checks, and use model.gguf if you need to re-export or quantize
again.BF16.gguf or Q4_0.gguf. The BDAIAssistant
SDK treats those variants as unavailable for the .small family and fails
before trying to download them.LiquidAI/LFM2.5-350M and follows the upstream
lfm1.0 license linked in the repository metadata.