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

Casual-TextTiny (800K Parameter GPT)

A custom, character-level Generative Pre-trained Transformer (GPT) language model built and trained entirely from scratch.

This model is designed for ultra-lightweight local deployment and learning experimentation. It is optimized to run on standard CPUs using a custom Numba-accelerated inference engine with full KV-caching.

Highlights

  • Parameter Count: 801,408 (~800k)
  • Model File Size: 3.2 MB in GGUF format (Casual-TextTiny-F32.gguf)
  • Trained For: Creative text/story generation and simple instruction-following.

Architecture

  • Layers: 4 Block layers
  • Attention Heads: 8 Heads
  • Embedding Dimensions: 128
  • Context Length: 16 characters

Prompt Format

To trigger instruction-following behaviors, wrap your prompt in this template:

Downloads last month
7
GGUF
Model size
807k params
Architecture
gpt2
Hardware compatibility
Log In to add your hardware

32-bit

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