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

Nettune โ€” Network Engineering Domain LLM

A foundation LLM fine-tuned on network engineering domain data using LoRA (PEFT). Optimised for Cisco BGP, routing protocols, network diagnostics, and infrastructure operations context.

Use Case

Designed as the LLM backbone for domain-specific RAG pipelines in network troubleshooting applications.

Format

GGUF โ€” compatible with Ollama, llama.cpp, LM Studio

Run with Ollama

ollama run vanip3/nettune-network-engineer

Downloads last month
321
GGUF
Model size
8B params
Architecture
llama
Hardware compatibility
Log In to add your hardware

We're not able to determine the quantization variants.

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