Aarya2004 Claude Opus 4.8 (1M context) commited on
Commit Β·
99ba3f1
1
Parent(s): 47b2a99
docs(readme): add sponsor/track/achievement tags; reflect live Modal wiring
Browse files
README.md
CHANGED
|
@@ -12,6 +12,13 @@ tags:
|
|
| 12 |
- agent
|
| 13 |
- small-models
|
| 14 |
- off-the-grid
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 15 |
---
|
| 16 |
|
| 17 |
# Quillwright
|
|
@@ -21,11 +28,13 @@ A human-supervised, small-model agent for tradespeople: snap a job photo + voice
|
|
| 21 |
> **β³ Cold start (please wait ~30β60s on first load).** This Space scales to zero when idle,
|
| 22 |
> so the **first** visit after a quiet period has to boot the container before the app
|
| 23 |
> responds β you may see Hugging Face's "Building / Starting" screen, then a moment where
|
| 24 |
-
> the page is warming up. **The app is not broken β it's waking up.**
|
| 25 |
-
>
|
| 26 |
-
> first
|
|
|
|
|
|
|
| 27 |
|
| 28 |
-
> **This hosted Space
|
| 29 |
|
| 30 |
See `docs/superpowers/specs/` and `docs/adr/` for the design.
|
| 31 |
|
|
|
|
| 12 |
- agent
|
| 13 |
- small-models
|
| 14 |
- off-the-grid
|
| 15 |
+
- track:backyard
|
| 16 |
+
- sponsor:openbmb
|
| 17 |
+
- sponsor:nvidia
|
| 18 |
+
- sponsor:modal
|
| 19 |
+
- achievement:welltuned
|
| 20 |
+
- achievement:offbrand
|
| 21 |
+
- achievement:llama
|
| 22 |
---
|
| 23 |
|
| 24 |
# Quillwright
|
|
|
|
| 28 |
> **β³ Cold start (please wait ~30β60s on first load).** This Space scales to zero when idle,
|
| 29 |
> so the **first** visit after a quiet period has to boot the container before the app
|
| 30 |
> responds β you may see Hugging Face's "Building / Starting" screen, then a moment where
|
| 31 |
+
> the page is warming up. **The app is not broken β it's waking up.** The container (CPU)
|
| 32 |
+
> hosts the UI; the models themselves run on Modal GPUs that also scale to zero, so the
|
| 33 |
+
> **first forge** pays a separate model cold-start (up to a minute or two for the 30B
|
| 34 |
+
> brain). Reload once if the first paint hangs; the UI shows a "waking up β ready" banner
|
| 35 |
+
> when it reconnects and a "Waking the models" card on the first forge.
|
| 36 |
|
| 37 |
+
> **This hosted Space is wired live to Modal** (CPU container β Modal GPUs): the real small models run on hosted NVIDIA GPUs β brain on Nemotron-3-Nano-30B, vision/audio on Nemotron-Omni-30B, multilingual on Aya-Expanse-8B, Document Capture on the fine-tuned Parse extractor. The full local stack (MiniCPM-V, Nemotron, Aya via Ollama) is the Airplane-Mode story β see the demo video / Airplane-Mode Proof. The apps scale to zero when idle; to fall back to instant CPU stub mode, unset the `FF_BACKEND` Space secret.
|
| 38 |
|
| 39 |
See `docs/superpowers/specs/` and `docs/adr/` for the design.
|
| 40 |
|