Instructions to use georgeanton/alice-extra-cortex-25.8b-17gb 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 georgeanton/alice-extra-cortex-25.8b-17gb 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 georgeanton/alice-extra-cortex-25.8b-17gb # Run inference directly in the terminal: llama cli -hf georgeanton/alice-extra-cortex-25.8b-17gb
Install from WinGet (Windows)
winget install llama.cpp # Start a local OpenAI-compatible server with a web UI: llama serve -hf georgeanton/alice-extra-cortex-25.8b-17gb # Run inference directly in the terminal: llama cli -hf georgeanton/alice-extra-cortex-25.8b-17gb
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 georgeanton/alice-extra-cortex-25.8b-17gb # Run inference directly in the terminal: ./llama-cli -hf georgeanton/alice-extra-cortex-25.8b-17gb
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 georgeanton/alice-extra-cortex-25.8b-17gb # Run inference directly in the terminal: ./build/bin/llama-cli -hf georgeanton/alice-extra-cortex-25.8b-17gb
Use Docker
docker model run hf.co/georgeanton/alice-extra-cortex-25.8b-17gb
- LM Studio
- Jan
- Ollama
How to use georgeanton/alice-extra-cortex-25.8b-17gb with Ollama:
ollama run hf.co/georgeanton/alice-extra-cortex-25.8b-17gb
- Unsloth Studio
How to use georgeanton/alice-extra-cortex-25.8b-17gb with Unsloth Studio:
Install Unsloth Studio (macOS, Linux, WSL)
curl -fsSL https://unsloth.ai/install.sh | sh # Run unsloth studio unsloth studio -H 0.0.0.0 -p 8888 # Then open http://localhost:8888 in your browser # Search for georgeanton/alice-extra-cortex-25.8b-17gb to start chatting
Install Unsloth Studio (Windows)
irm https://unsloth.ai/install.ps1 | iex # Run unsloth studio unsloth studio -H 0.0.0.0 -p 8888 # Then open http://localhost:8888 in your browser # Search for georgeanton/alice-extra-cortex-25.8b-17gb to start chatting
Using HuggingFace Spaces for Unsloth
# No setup required # Open https://huggingface.co/spaces/unsloth/studio in your browser # Search for georgeanton/alice-extra-cortex-25.8b-17gb to start chatting
- Docker Model Runner
How to use georgeanton/alice-extra-cortex-25.8b-17gb with Docker Model Runner:
docker model run hf.co/georgeanton/alice-extra-cortex-25.8b-17gb
- Lemonade
How to use georgeanton/alice-extra-cortex-25.8b-17gb with Lemonade:
Pull the model
# Download Lemonade from https://lemonade-server.ai/ lemonade pull georgeanton/alice-extra-cortex-25.8b-17gb
Run and chat with the model
lemonade run user.alice-extra-cortex-25.8b-17gb-{{QUANT_TAG}}List all available models
lemonade list
- Atomic Chat
SIFTA public cortex distro update - 2026-05-10
Browse files
README.md
CHANGED
|
@@ -24,6 +24,17 @@ latency and memory cost are acceptable. It is not the default Talk cortex.
|
|
| 24 |
SIFTA's kernel scheduler should treat it as an expensive organ and route to it
|
| 25 |
only when expected evidence value justifies the STGM/thermal cost.
|
| 26 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 27 |
## Local State Boundary
|
| 28 |
|
| 29 |
This model package is public species DNA. It must not include raw `.sifta_state/`
|
|
|
|
| 24 |
SIFTA's kernel scheduler should treat it as an expensive organ and route to it
|
| 25 |
only when expected evidence value justifies the STGM/thermal cost.
|
| 26 |
|
| 27 |
+
## SIFTA Field Breakthrough
|
| 28 |
+
|
| 29 |
+
The current SIFTA public repo includes a stigmergic field breakthrough brief:
|
| 30 |
+
https://github.com/antonpictures/ANTON-SIFTA/blob/main/Documents/CARLTON_STIGMERGIC_FIELD_BREAKTHROUGH_2026-05-11.md
|
| 31 |
+
|
| 32 |
+
The heavy cortex can help reason about the research, but the field mechanism
|
| 33 |
+
itself runs in the Python body: Bell analogue simulator, kernel scheduler, and
|
| 34 |
+
hippocampus. Credit boundary: Bell/CHSH/Hall/pilot-wave/stigmergy literature
|
| 35 |
+
grounds the analogy; SIFTA claims a receipt-backed classical contextual
|
| 36 |
+
analogue, not a proof of the physical cause of quantum nonlocality.
|
| 37 |
+
|
| 38 |
## Local State Boundary
|
| 39 |
|
| 40 |
This model package is public species DNA. It must not include raw `.sifta_state/`
|