gen-cards: regenerate Use-it block
Browse files
README.md
CHANGED
|
@@ -47,8 +47,8 @@ import CoreAIKit
|
|
| 47 |
|
| 48 |
let dlm = try await KitDiffusionLM(catalog: "llada-8b")
|
| 49 |
let reply = try await dlm.reply(to: prompt)
|
| 50 |
-
// reply: the denoised answer
|
| 51 |
-
// (still-masked positions as ░)
|
| 52 |
```
|
| 53 |
|
| 54 |
The take-home is [`Examples/DiffuseChat/Sources/QuickStart.swift`](https://github.com/john-rocky/coreai-kit/blob/main/Examples/DiffuseChat/Sources/QuickStart.swift)
|
|
|
|
| 47 |
|
| 48 |
let dlm = try await KitDiffusionLM(catalog: "llada-8b")
|
| 49 |
let reply = try await dlm.reply(to: prompt)
|
| 50 |
+
// reply: the denoised answer — pass onStep: to watch the canvas fill in per forward
|
| 51 |
+
// (still-masked positions as ░), in parallel, not left-to-right
|
| 52 |
```
|
| 53 |
|
| 54 |
The take-home is [`Examples/DiffuseChat/Sources/QuickStart.swift`](https://github.com/john-rocky/coreai-kit/blob/main/Examples/DiffuseChat/Sources/QuickStart.swift)
|