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

AgGPT-270M

AgGPT-270M is a compact assistant model packaged as a standalone GGUF file.

Files

  • aggpt-270m.gguf - the ready-to-run GGUF model
  • chat.py - a small interactive Python chat script
  • SHA256SUMS.txt - checksum for the model file

Quick Start

The model file is self-contained, but you need a GGUF runtime to run it.

Option 1, Python:

python3 -m pip install llama-cpp-python
python3 chat.py

Option 2, llama.cpp CLI:

LLAMA_CLI=/path/to/llama.cpp/build/bin/llama-cli python3 chat.py

Then type messages at the prompt. Use /exit or Ctrl-C to quit.

Model Info

  • File: aggpt-270m.gguf
  • Format: GGUF, F16
  • Context: 32768 tokens
  • SHA-256: 1eecd1912d991a33e92665d17127b2ed60c06244a1920ca130b7fe7d0485bd58
Downloads last month
152
GGUF
Model size
0.3B params
Architecture
gemma3
Hardware compatibility
Log In to add your hardware

We're not able to determine the quantization variants.

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