How to use from
llama.cpp
Install (macOS, Linux)
curl -LsSf https://llama.app/install.sh | sh
# Start a local OpenAI-compatible server with a web UI:
llama serve -hf yasserrmd/LFM2-700M-gguf:
# Run inference directly in the terminal:
llama cli -hf yasserrmd/LFM2-700M-gguf:
Install from WinGet (Windows)
winget install llama.cpp
# Start a local OpenAI-compatible server with a web UI:
llama serve -hf yasserrmd/LFM2-700M-gguf:
# Run inference directly in the terminal:
llama cli -hf yasserrmd/LFM2-700M-gguf:
Use pre-built binary
# Download pre-built binary from:
# https://github.com/ggerganov/llama.cpp/releases
# Start a local OpenAI-compatible server with a web UI:
./llama-server -hf yasserrmd/LFM2-700M-gguf:
# Run inference directly in the terminal:
./llama-cli -hf yasserrmd/LFM2-700M-gguf:
Build from source code
git clone https://github.com/ggerganov/llama.cpp.git
cd llama.cpp
cmake -B build
cmake --build build -j --target llama-server llama-cli
# Start a local OpenAI-compatible server with a web UI:
./build/bin/llama-server -hf yasserrmd/LFM2-700M-gguf:
# Run inference directly in the terminal:
./build/bin/llama-cli -hf yasserrmd/LFM2-700M-gguf:
Use Docker
docker model run hf.co/yasserrmd/LFM2-700M-gguf:
Quick Links

LFM2‑350M β€’ Quantized Version (GGUF)

Quantized GGUF version of the LiquidAI/LFM2-700M model.

  • βœ… Format: GGUF
  • βœ… Use with: liquid_llama.cpp
  • βœ… Supported precisions: Q4_0, Q4_K, etc.

Download

wget https://huggingface.co/yasserrmd/LFM2-700M-gguf/resolve/main/lfm2-700m.Q4_K.gguf

(Adjust filename for other quant formats like Q4_0, if available.)

Notes

  • Only compatible with liquid_llama.cpp (not llama.cpp).
  • Replace Q4_K with your chosen quant version.
Downloads last month
212
GGUF
Model size
0.7B params
Architecture
lfm2
Hardware compatibility
Log In to add your hardware

2-bit

3-bit

4-bit

5-bit

6-bit

8-bit

32-bit

Inference Providers NEW
This model isn't deployed by any Inference Provider. πŸ™‹ Ask for provider support

Model tree for yasserrmd/LFM2-700M-gguf

Quantized
(23)
this model