gen-cards: regenerate Use-it block
Browse files
README.md
CHANGED
|
@@ -37,7 +37,7 @@ Decode-only, runs on the **stock pipelined engine** on Apple Silicon (Mac-class,
|
|
| 37 |
let tldr = try await CoreAI.summarize(text, options: .model("gemma-4-31b"))
|
| 38 |
```
|
| 39 |
|
| 40 |
-
|
| 41 |
|
| 42 |
▶️ **Run it (source)** — the [ChatDemo runner](https://github.com/john-rocky/coreai-kit/tree/main/Examples/ChatDemo)
|
| 43 |
(GUI + CLI, one app for every chat model in the catalog):
|
|
@@ -75,7 +75,7 @@ conversation history; `streamResponse(to:)` yields tokens as they decode.
|
|
| 75 |
- SPM: `https://github.com/john-rocky/coreai-kit` → product **CoreAIKit**
|
| 76 |
- Info.plist: none needed
|
| 77 |
- Entitlements: none needed (macOS)
|
| 78 |
-
- First run downloads the model —
|
| 79 |
local cache (Application Support; progress via the `downloadProgress` callback)
|
| 80 |
- Measure in Release — Debug is ~3× slower on per-token host work
|
| 81 |
<!-- gen-cards:use-it end -->
|
|
|
|
| 37 |
let tldr = try await CoreAI.summarize(text, options: .model("gemma-4-31b"))
|
| 38 |
```
|
| 39 |
|
| 40 |
+
Every op, one shape — [Cookbook](https://github.com/john-rocky/coreai-kit/blob/main/docs/COOKBOOK.md).
|
| 41 |
|
| 42 |
▶️ **Run it (source)** — the [ChatDemo runner](https://github.com/john-rocky/coreai-kit/tree/main/Examples/ChatDemo)
|
| 43 |
(GUI + CLI, one app for every chat model in the catalog):
|
|
|
|
| 75 |
- SPM: `https://github.com/john-rocky/coreai-kit` → product **CoreAIKit**
|
| 76 |
- Info.plist: none needed
|
| 77 |
- Entitlements: none needed (macOS)
|
| 78 |
+
- First run downloads the model — 20.1 GB (Mac) — then it loads from the
|
| 79 |
local cache (Application Support; progress via the `downloadProgress` callback)
|
| 80 |
- Measure in Release — Debug is ~3× slower on per-token host work
|
| 81 |
<!-- gen-cards:use-it end -->
|