FoolDev Claude Opus 4.7 commited on
Commit
9150ad2
·
1 Parent(s): 90cb4cd

Add dense-flow.png fallback sibling

Browse files

Rasterized dense-flow.svg at 2× density (1600×480, 78 KB) via
rsvg-convert. Captures a static frame of the animated 64-layer
forward-pass visualization. Mirrors the banner.svg/banner.png
fallback pattern for non-SVG renderers. README file table
extended to list both the SVG and PNG.

Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>

Files changed (3) hide show
  1. CHANGELOG.md +8 -0
  2. README.md +1 -0
  3. dense-flow.png +0 -0
CHANGELOG.md CHANGED
@@ -25,6 +25,14 @@ and documentation**, not the underlying base model.
25
  (383×77, 9.8 KB); new PNG is 24 KB. Used as a fallback for
26
  tools that don't render SVG; the README itself loads
27
  `banner.svg` directly at `width="100%"`.
 
 
 
 
 
 
 
 
28
  - **`.gitignore`** comments refreshed to mention llmfan46 Heretic
29
  v2 GGUF source and the canonical `hf.co/FoolDev/Thanatos-27B-Heretic`
30
  Ollama URL. Whitelist extended with `!Thanatos-27B-Heretic.*.gguf`
 
25
  (383×77, 9.8 KB); new PNG is 24 KB. Used as a fallback for
26
  tools that don't render SVG; the README itself loads
27
  `banner.svg` directly at `width="100%"`.
28
+ - **`dense-flow.png`** added as a fallback sibling to
29
+ `dense-flow.svg`, rasterized at 2× density (1600×480, 78 KB)
30
+ via `rsvg-convert -w 1600 -h 480`. Captures a single static
31
+ frame of the animated forward-pass visualization (the SVG
32
+ shows all 64 layer-bars at baseline opacity with the
33
+ left-to-right pulse glow at its starting position). README
34
+ itself loads `dense-flow.svg` directly; PNG is for non-SVG
35
+ renderers. File table entry added under "What's here".
36
  - **`.gitignore`** comments refreshed to mention llmfan46 Heretic
37
  v2 GGUF source and the canonical `hf.co/FoolDev/Thanatos-27B-Heretic`
38
  Ollama URL. Whitelist extended with `!Thanatos-27B-Heretic.*.gguf`
README.md CHANGED
@@ -124,6 +124,7 @@ The 27B is **dense**: every parameter participates in every forward pass. It's s
124
  | File | Use |
125
  |---|---|
126
  | `banner.svg` / `banner.png` | Repo header, Tokyo Night themed |
 
127
  | `Modelfile` | Ollama wrapper around the bundled GGUF (currently the legacy pre-Heretic Qwen 3.6 27B Q4_K_M; Heretic v2 rebundle pending) — used by `make build` / `ollama create` for **local** builds |
128
  | `template`, `system`, `params` | Used by HF's Ollama bridge when users `ollama run hf.co/FoolDev/Thanatos-27B-Heretic` directly (the bridge does **not** read `Modelfile` — see [HF Ollama docs](https://huggingface.co/docs/hub/en/ollama)). Mirrors the `Modelfile`'s template / system prompt / sampling params. |
129
  | `examples/` | Ready-to-run Python clients for Ollama, Transformers, and llama-cpp-python |
 
124
  | File | Use |
125
  |---|---|
126
  | `banner.svg` / `banner.png` | Repo header, Tokyo Night themed |
127
+ | `dense-flow.svg` / `dense-flow.png` | Architecture diagram: 64-layer hybrid attention stack with animated forward-pass pulse (SVG); static frame fallback (PNG) |
128
  | `Modelfile` | Ollama wrapper around the bundled GGUF (currently the legacy pre-Heretic Qwen 3.6 27B Q4_K_M; Heretic v2 rebundle pending) — used by `make build` / `ollama create` for **local** builds |
129
  | `template`, `system`, `params` | Used by HF's Ollama bridge when users `ollama run hf.co/FoolDev/Thanatos-27B-Heretic` directly (the bridge does **not** read `Modelfile` — see [HF Ollama docs](https://huggingface.co/docs/hub/en/ollama)). Mirrors the `Modelfile`'s template / system prompt / sampling params. |
130
  | `examples/` | Ready-to-run Python clients for Ollama, Transformers, and llama-cpp-python |
dense-flow.png ADDED