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

Fara-7B-Abliterated-v2-GGUF

GGUF quantizations of josephmayo/Fara-7B-Abliterated-v2.

Quant File
Q4_K_M ara-7b-abliterated-q4_k_m.gguf
Q6_K ara-7b-abliterated-q6_k.gguf
Q8_0 ara-7b-abliterated-q8_0.gguf

Base

  • Original: microsoft/Fara-7B
  • Abliterated: josephmayo/Fara-7B-Abliterated-v2
  • Method: Arditi-2024 refusal-direction orthogonalization on the Qwen2.5-VL language tower.

Research artifact only. Not for harmful use.

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

4-bit

6-bit

8-bit

Inference Providers NEW
This model isn't deployed by any Inference Provider. 🙋 Ask for provider support

Model tree for josephmayo/Fara-7B-Abliterated-v2-GGUF

Quantized
(3)
this model

Collection including josephmayo/Fara-7B-Abliterated-v2-GGUF