georgeanton commited on
Commit
9798a89
·
verified ·
1 Parent(s): 5ff758e

SIFTA public cortex distro update - 2026-05-09

Browse files
Files changed (1) hide show
  1. README.md +2 -2
README.md CHANGED
@@ -32,7 +32,7 @@ The 2B won the head-to-head. It's faster, smaller, and has fewer RLHF scars. The
32
 
33
  ```bash
34
  # 1. Pull the corvid brain (or use the GGUF file in this repo)
35
- ollama pull qwen3.5:2b
36
 
37
  # 2. Clone the SIFTA OS
38
  git clone https://github.com/antonpictures/ANTON-SIFTA.git
@@ -48,7 +48,7 @@ Qwen 3.5's thinking mode consumes all `num_predict` tokens in `<think>` blocks,
48
 
49
  ```bash
50
  curl http://127.0.0.1:11434/api/chat -d '{
51
- "model": "qwen3.5:2b",
52
  "messages": [{"role": "user", "content": "classify: I broke my hand"}],
53
  "stream": false,
54
  "think": false,
 
32
 
33
  ```bash
34
  # 1. Pull the corvid brain (or use the GGUF file in this repo)
35
+ ollama pull alice-m1-scout-2.3b-2.7gb:latest
36
 
37
  # 2. Clone the SIFTA OS
38
  git clone https://github.com/antonpictures/ANTON-SIFTA.git
 
48
 
49
  ```bash
50
  curl http://127.0.0.1:11434/api/chat -d '{
51
+ "model": "alice-m1-scout-2.3b-2.7gb:latest",
52
  "messages": [{"role": "user", "content": "classify: I broke my hand"}],
53
  "stream": false,
54
  "think": false,