How to use from
llama.cpp
Install from brew
brew install llama.cpp
# Start a local OpenAI-compatible server with a web UI:
llama-server -hf criscarleo/qwen2.5-coder-3b-abliterated-basic
# Run inference directly in the terminal:
llama-cli -hf criscarleo/qwen2.5-coder-3b-abliterated-basic
Install from WinGet (Windows)
winget install llama.cpp
# Start a local OpenAI-compatible server with a web UI:
llama-server -hf criscarleo/qwen2.5-coder-3b-abliterated-basic
# Run inference directly in the terminal:
llama-cli -hf criscarleo/qwen2.5-coder-3b-abliterated-basic
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-3b-abliterated-basic
# Run inference directly in the terminal:
./llama-cli -hf criscarleo/qwen2.5-coder-3b-abliterated-basic
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-3b-abliterated-basic
# Run inference directly in the terminal:
./build/bin/llama-cli -hf criscarleo/qwen2.5-coder-3b-abliterated-basic
Use Docker
docker model run hf.co/criscarleo/qwen2.5-coder-3b-abliterated-basic
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
70
Safetensors
Model size
3B params
Tensor type
F16
·
Inference Providers NEW
This model isn't deployed by any Inference Provider. 🙋 Ask for provider support