Instructions to use SmallAICreator/AuroraGPT-Recall with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Notebooks
- Google Colab
- Kaggle
- Local Apps Settings
- llama.cpp
How to use SmallAICreator/AuroraGPT-Recall with 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 SmallAICreator/AuroraGPT-Recall:Q8_0 # Run inference directly in the terminal: llama cli -hf SmallAICreator/AuroraGPT-Recall:Q8_0
Install from WinGet (Windows)
winget install llama.cpp # Start a local OpenAI-compatible server with a web UI: llama serve -hf SmallAICreator/AuroraGPT-Recall:Q8_0 # Run inference directly in the terminal: llama cli -hf SmallAICreator/AuroraGPT-Recall:Q8_0
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 SmallAICreator/AuroraGPT-Recall:Q8_0 # Run inference directly in the terminal: ./llama-cli -hf SmallAICreator/AuroraGPT-Recall:Q8_0
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 SmallAICreator/AuroraGPT-Recall:Q8_0 # Run inference directly in the terminal: ./build/bin/llama-cli -hf SmallAICreator/AuroraGPT-Recall:Q8_0
Use Docker
docker model run hf.co/SmallAICreator/AuroraGPT-Recall:Q8_0
- LM Studio
- Jan
- Ollama
How to use SmallAICreator/AuroraGPT-Recall with Ollama:
ollama run hf.co/SmallAICreator/AuroraGPT-Recall:Q8_0
- Unsloth Desktop
- Pi
How to use SmallAICreator/AuroraGPT-Recall with Pi:
Start the llama.cpp server
# Install llama.cpp: brew install llama.cpp # Start a local OpenAI-compatible server: llama serve -hf SmallAICreator/AuroraGPT-Recall:Q8_0
Configure the model in Pi
# Install Pi: npm install -g @earendil-works/pi-coding-agent # Add to ~/.pi/agent/models.json: { "providers": { "llama-cpp": { "baseUrl": "http://localhost:8080/v1", "api": "openai-completions", "apiKey": "none", "models": [ { "id": "SmallAICreator/AuroraGPT-Recall:Q8_0" } ] } } }Run Pi
# Start Pi in your project directory: pi
- Docker Model Runner
How to use SmallAICreator/AuroraGPT-Recall with Docker Model Runner:
docker model run hf.co/SmallAICreator/AuroraGPT-Recall:Q8_0
- Lemonade
How to use SmallAICreator/AuroraGPT-Recall with Lemonade:
Pull the model
# Download Lemonade from https://lemonade-server.ai/ lemonade pull SmallAICreator/AuroraGPT-Recall:Q8_0
Run and chat with the model
lemonade run user.AuroraGPT-Recall-Q8_0
List all available models
lemonade list
- Hermes Agent
How to use SmallAICreator/AuroraGPT-Recall with Hermes Agent:
Start the llama.cpp server
# Install llama.cpp: brew install llama.cpp # Start a local OpenAI-compatible server: llama serve -hf SmallAICreator/AuroraGPT-Recall:Q8_0
Configure Hermes
# Install Hermes: curl -fsSL https://hermes-agent.nousresearch.com/install.sh | bash hermes setup # Point Hermes at the local server: hermes config set model.provider custom hermes config set model.base_url http://127.0.0.1:8080/v1 hermes config set model.default SmallAICreator/AuroraGPT-Recall:Q8_0
Run Hermes
hermes
- Atomic Chat
- OpenClaw
How to use SmallAICreator/AuroraGPT-Recall with OpenClaw:
Start the llama.cpp server
# Install llama.cpp: brew install llama.cpp # Start a local OpenAI-compatible server: llama serve -hf SmallAICreator/AuroraGPT-Recall:Q8_0
Configure OpenClaw
# Install OpenClaw: npm install -g openclaw@latest # Register the local server and set it as the default model: openclaw onboard --non-interactive --mode local \ --auth-choice custom-api-key \ --custom-base-url http://127.0.0.1:8080/v1 \ --custom-model-id "SmallAICreator/AuroraGPT-Recall:Q8_0" \ --custom-provider-id llama-cpp \ --custom-compatibility openai \ --custom-text-input \ --accept-risk \ --skip-health
Run OpenClaw
openclaw agent --local --agent main --message "Hello from Hugging Face"
AuroraGPT-Recall (700M)
AuroraGPT-ToolFix with cross-turn memory repaired.
The previous models in this family had a specific, measurable defect: a fact stated in one user turn did not survive into the next turn. Say "my name is X", ask "what's my name?" one turn later, and the model would confabulate. This model fixes that.
The bug, measured
Before the fix, on the base model:
| test | result |
|---|---|
| recall a fact from 1,514 tokens away, same turn | works |
| recall a fact from one turn earlier | 0/4 โ never |
So it was never a context-length problem. The 2,048-token window and the attention
itself were fine โ per-token loss improves monotonically all the way to position 2048.
The <\|end\|><\|assistant\|>...<\|user\|> turn boundary was the wall. Almost all of
the original SFT was single-turn (multi-turn data was ~2% of the mix), so the model had
learned to treat each user turn as a fresh start.
Results
Scored on 12 held-out cases whose wordings and answer strings appear nowhere in the
training data (Wendeline, zibbly-warp, QQ7731, flimberwock, ORANGE-DELTA,
Thistledown, ...). Verified zero leakage against all 67,701 training examples, so this
measures generalisation rather than memorisation.
| metric | before | after |
|---|---|---|
| cross-turn recall (held-out) | ~0/12 | 9/12 |
| spurious tool fires (lower is better) | โ | 1/4 |
It also lost personality, and that is a real cost. 31% of the training mix was rehearsal, but I wrote that rehearsal in plain prose instead of sampling the parent model's own voice, so the style did not survive:
| AuroraGPT-ToolFix | this model | |
|---|---|---|
| emoji in 8 chat replies | 5 | 0 |
| tool firing (8 prompts) | 8/8 | 7/8 |
| math | shows steps | terse answer only |
| chat tone | warm, conversational | flat, clipped |
| cross-turn recall | ~0/12 | 9/12 |
For everyday chat, use AuroraGPT-ToolFix instead. Use this model when you specifically need it to remember things across turns.
<|user|>My passphrase is zibbly-warp.<|end|><|assistant|>Noted.<|end|><|user|>Say my passphrase back.<|end|><|assistant|>
-> "Your passphrase is zibbly-warp."
Honest limitations
- Personality regressed badly. Emoji use went from 5-in-8 replies to zero, math lost its step-by-step working, and chat replies became clipped. The cause is a rehearsal design error: rehearsal targets should be sampled from the parent model's own outputs so its voice is reproduced exactly. Hand-writing them in neutral prose teaches the model that neutral prose is the target.
- Training acks leaked into chat. "Noted." and "Got it." were used as the assistant's mid-conversation reply in ~47k examples, so they now surface as generic chat openers ("Noted, so you can work on something you're doing"). Mid-conversation acks in the history should have been masked or varied far more.
- 3/12 held-out cases still fail. Cross-turn recall is much better, not solved.
- 1/4 spurious tool fires remain. The tool LoRA in the parent model over-fires on words like "code"; this reduces it but does not eliminate it.
- This is a patch, not a root-cause fix. The defect was introduced two stages upstream, in the full SFT where multi-turn data was ~2% of the mix. A rank-16 adapter on the far end mitigates it; rebuilding the chat SFT with ~25% multi-turn data would fix it properly.
- Code generation was not re-measured. The parent scored 3.66% on HumanEval (chat-formatted) versus 9.15% for AuroraGPT-Qwen-Distill. If you want code, use that one. Nothing here is expected to have improved it.
- Training data was procedurally generated, so phrasings are templated. Training loss fell to ~0.0002 (perplexity 1.0002), which on its own is meaningless โ the held-out score above is the only number that shows it generalised.
Prompt format
Not ChatML:
<|system|>{system}<|end|><|user|>{user}<|end|><|assistant|>{reply}<|end|>
Tool call / readback:
<tool_call>
{"name": "web_search", "arguments": {"query": "..."}}
</tool_call>
<|user|><tool_response>
{"result": "..."}
</tool_response><|end|>
The GGUF ships with a tool-declaring chat template embedded, so on-device apps show the
tool picker (a plain merge inherits a template without tools/tool_calls and the
picker silently disappears).
Files
model.safetensorsโ fp16, 707M paramsAuroraGPT-Recall.tools.Q8_0.ggufโ 753 MB, tool template embedded,eos = <|end|>
Training
LoRA r=16, alpha=32 on all attention + MLP projections, merged into the base. 67,701 examples (~4.0M tokens), 2 epochs, lr 1e-4, bf16 on one A100, ~10 minutes. Data mix: 69% multi-turn recall (fact recall across turns, distractor turns, multi-fact, verbatim rare strings, instruction persistence, corrections, anaphora, tool-result recall) and 31% rehearsal (tool calls, math, identity, chat, plus negative examples that must not fire a tool).
Built by UltraLabs on free compute.
- Downloads last month
- 58
Model tree for SmallAICreator/AuroraGPT-Recall
Base model
SmallAICreator/AuroraGPT-ToolFix