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

EndAI‑small (TinyLlama)

This is a small AI model. It's build on top of TinyLlama and trained on 3% of the HuggingFaceH4/ultrachat_200k dataset. This model is designed to be small and able to run on cpu and gpu really quickly.

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

Model tree for QKing-Official/EndAI-Small

Quantized
(150)
this model

Dataset used to train QKing-Official/EndAI-Small