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

Format Runtime Model Size Theme LinkedIn

GHOSTAI โ€” HORROR GGUF (7B)
A focused, horror-themed 7B model released exclusively in quantized GGUF format for the llama.cpp ecosystem.
Quantized-only release. No FP16 weights included.


Overview

GHOSTAI is a compact, atmosphere-driven horror model designed for narrative generation, roleplay, and dark storytelling.
It prioritizes tone, pacing, and vivid imagery over generic assistant behavior.

This repository provides multiple GGUF quantizations, allowing you to choose the best balance of quality, speed, and memory usage for your hardware.

The model runs:

  • Fully on CPU
  • With optional GPU offload (CUDA / Metal / Vulkan builds of llama.cpp)

Quantization choice is independent of whether you use CPU or GPU.


Files

File Quant Approx size Rough RAM needed (4k ctx)
ghostai-horror-7b.Q8_0.gguf Q8_0 ~7.2 GB ~10โ€“11 GB
ghostai-horror-7b.Q6_K.gguf Q6_K ~5.5 GB ~8โ€“9 GB
ghostai-horror-7b.Q5_K_M.gguf Q5_K_M ~4.8 GB ~7โ€“8 GB
ghostai-horror-7b.Q5_K_S.gguf Q5_K_S ~4.7 GB ~7โ€“8 GB
ghostai-horror-7b.Q4_K_M.gguf Q4_K_M ~4.1 GB ~6โ€“7 GB
ghostai-horror-7b.Q4_K_S.gguf Q4_K_S ~3.9 GB ~6โ€“7 GB
ghostai-horror-7b.Q3_K_M.gguf Q3_K_M ~3.3 GB ~5โ€“6 GB
ghostai-horror-7b.Q3_K_S.gguf Q3_K_S ~3.0 GB ~5โ€“6 GB
ghostai-horror-7b.Q2_K.gguf Q2_K ~2.5 GB ~4โ€“5 GB
ghostai-horror-7b.TQ1_0.gguf TQ1_0 ~1.6 GB ~3โ€“4 GB

Notes:

  • โ€œRough RAM neededโ€ assumes ~4k context and typical llama.cpp overhead.
  • For 8k context, plan +1โ€“2 GB extra.
  • GPU offload can shift some load to VRAM, but you still need system RAM.

Recommended Downloads

  • Best default: Q4_K_M
  • More quality (more RAM): Q5_K_M, Q6_K, Q8_0
  • Low RAM: Q3_K_S, Q2_K
  • Ultra-small / experimental: TQ1_0 (expect noticeable quality loss)

Quickstart (llama.cpp)

1) Run on CPU

./llama-cli \
  -m ghostai-horror-7b.Q4_K_M.gguf \
  -c 4096 \
  -t 8 \
  -p "You are GHOSTAI. Speak like a calm horror narrator. Keep it tight and vivid."
Downloads last month
89
GGUF
Model size
7B params
Architecture
llama
Hardware compatibility
Log In to add your hardware

1-bit

2-bit

3-bit

4-bit

5-bit

6-bit

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