mlboydaisuke commited on
Commit
90b119e
·
verified ·
1 Parent(s): 0058789

gen-cards: regenerate Use-it block

Browse files
Files changed (1) hide show
  1. README.md +2 -2
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. onStep streamed the live canvas per forward
51
- // (still-masked positions as ░) parallel fill-in, 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)
 
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)