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

FluidIntelligence

FluidIntelligence model artifacts for local on-device use.

Model

  • models/fluid-1-q4_k_m.gguf
  • Quantization: Q4_K_M
  • SHA-256: 38fafbfaab6504b7ad125523f0b993d52112c3cc7e20543f4929e619022bc7d8
  • Size: 3,427,878,144 bytes

License

This model is a modified Gemma model derivative. Gemma Terms of Use apply.

Additional restriction by Altic: this model is licensed only for personal, non-commercial use.

You may not use, copy, redistribute, host, bundle, fine-tune, sell, sublicense, or provide access to this model for any commercial, organizational, internal business, research, product, service, or revenue-generating purpose without prior written permission.

Commercial licensing is available by contacting the owner.

See NOTICE for the required Gemma notice.

Downloads last month
7,557
GGUF
Model size
5B params
Architecture
gemma4
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