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

Method & Process

This model was processed using the Obliteratus methodology. The fine-tuning/transformation was executed via the official notebook provided by [pliny-the-prompter](https://huggingface.co/spaces/pliny-the-prompter/obliteratus

Quantization & Inference Engine

  • Framework: llama.cpp
  • Format: GGUF (v3)
  • Original Authors: Georgi Gerganov and the GGML contributors.

References & Credits

Downloads last month
302
Safetensors
Model size
8B params
Tensor type
BF16
·
Inference Providers NEW
This model isn't deployed by any Inference Provider. 🙋 Ask for provider support