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 FerrellSyntheticIntelligence/Vitalis_LFM2.5_Cortex.GGUF:Q4_K_M
# Run inference directly in the terminal:
llama cli -hf FerrellSyntheticIntelligence/Vitalis_LFM2.5_Cortex.GGUF:Q4_K_M
Install from WinGet (Windows)
winget install llama.cpp
# Start a local OpenAI-compatible server with a web UI:
llama serve -hf FerrellSyntheticIntelligence/Vitalis_LFM2.5_Cortex.GGUF:Q4_K_M
# Run inference directly in the terminal:
llama cli -hf FerrellSyntheticIntelligence/Vitalis_LFM2.5_Cortex.GGUF:Q4_K_M
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 FerrellSyntheticIntelligence/Vitalis_LFM2.5_Cortex.GGUF:Q4_K_M
# Run inference directly in the terminal:
./llama-cli -hf FerrellSyntheticIntelligence/Vitalis_LFM2.5_Cortex.GGUF:Q4_K_M
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 FerrellSyntheticIntelligence/Vitalis_LFM2.5_Cortex.GGUF:Q4_K_M
# Run inference directly in the terminal:
./build/bin/llama-cli -hf FerrellSyntheticIntelligence/Vitalis_LFM2.5_Cortex.GGUF:Q4_K_M
Use Docker
docker model run hf.co/FerrellSyntheticIntelligence/Vitalis_LFM2.5_Cortex.GGUF:Q4_K_M
Quick Links

🧠 Vitalis Cortex Hybrid v1.0

Ferrell Synthetic Intelligence | Vitalis Architecture v1.0

This is not a fine-tune. This is not a merge.
This is a cognitive exoskeleton β€” built from the ground up β€” wrapped around Liquid AI's LFM2.5-1.2B-Instruct to make a small model perform beyond its weight class.

What Changed

Before After
Raw GGUF download only Complete runtime package β€” architecture executes automatically
Manual setup required pip install vitalis-cortex β€” zero config
Architecture in README only Architecture in code β€” every inference passes through Quadruflow β†’ Amplifier β†’ Attestation β†’ Memory
No memory across turns Episodic memory with FAISS-style similarity + Ebbinghaus decay
No quality gate Attestation loop β€” 3 checks on every output

Try It

Type a message below. The architecture auto-detects the optimal cognitive lane, or watch the pipeline internals in verbose mode.

Download

pip install vitalis-cortex
Downloads last month
190
GGUF
Model size
1B params
Architecture
lfm2
Hardware compatibility
Log In to add your hardware

4-bit

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

Space using FerrellSyntheticIntelligence/Vitalis_LFM2.5_Cortex.GGUF 1