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

YAML Metadata Warning:empty or missing yaml metadata in repo card

Check out the documentation for more information.

nexus-tools_sft17-kto2

Training Run: 20251127_164556 HuggingFace: https://huggingface.co/professorsynapse/nexus-tools_sft17-kto2

Available Formats

  • Merged 16-bit (merged-16bit/) - Full quality merged model (~14GB)
  • GGUF Quantizations (gguf/) - For llama.cpp/Ollama

Directory Structure

nexus-tools_sft17-kto2/
β”œβ”€β”€ merged-16bit/
β”œβ”€β”€ gguf/
β”‚   β”œβ”€β”€ nexus-tools_sft17-kto2.gguf (f16)
β”‚   β”œβ”€β”€ nexus-tools_sft17-kto2-Q4_K_M.gguf
β”‚   β”œβ”€β”€ nexus-tools_sft17-kto2-Q5_K_M.gguf
β”‚   └── nexus-tools_sft17-kto2-Q8_0.gguf
β”œβ”€β”€ upload_manifest.json
└── README.md

Usage

See the HuggingFace model card for detailed usage instructions.

Downloads last month
-
Safetensors
Model size
7B params
Tensor type
BF16
Β·
Inference Providers NEW
This model isn't deployed by any Inference Provider. πŸ™‹ Ask for provider support