How to use from
vLLM
Install from pip and serve model
# Install vLLM from pip:
pip install vllm
# Start the vLLM server:
vllm serve "developerjeremylive/LFM2.5-8B-A1B-GGUF-etheroi"
# Call the server using curl (OpenAI-compatible API):
curl -X POST "http://localhost:8000/v1/chat/completions" \
	-H "Content-Type: application/json" \
	--data '{
		"model": "developerjeremylive/LFM2.5-8B-A1B-GGUF-etheroi",
		"messages": [
			{
				"role": "user",
				"content": "What is the capital of France?"
			}
		]
	}'
Use Docker
docker model run hf.co/developerjeremylive/LFM2.5-8B-A1B-GGUF-etheroi:
Quick Links
Liquid AI
Try LFMDocsLEAPDiscord

LFM2.5-8B-A1B-GGUF

LFM2 is a new generation of hybrid models developed by Liquid AI, specifically designed for edge AI and on-device deployment. It sets a new standard in terms of quality, speed, and memory efficiency.

Find more details in the original model card: https://huggingface.co/LiquidAI/LFM2.5-8B-A1B

🏃 How to run LFM2

Example usage with llama.cpp:

llama-cli -hf LiquidAI/LFM2.5-8B-A1B-GGUF
Downloads last month
410
GGUF
Model size
8B params
Architecture
lfm2moe
Hardware compatibility
Log In to add your hardware

4-bit

5-bit

6-bit

8-bit

16-bit

Inference Providers NEW
This model isn't deployed by any Inference Provider. 🙋 Ask for provider support

Model tree for developerjeremylive/LFM2.5-8B-A1B-GGUF-etheroi

Quantized
(54)
this model

Collection including developerjeremylive/LFM2.5-8B-A1B-GGUF-etheroi