You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/developer_guide.md
+6-1Lines changed: 6 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -239,6 +239,11 @@ During round generation and feedback submission:
239
239
240
240
This keeps the UI responsive while the real GPU-backed backend works in the background.
241
241
242
+
Current progress phrases are intentionally operation-specific. For example:
243
+
244
+
- round generation reports phases such as `Checking session readiness`, `Sampling 5 candidate directions`, `Rendering candidate images on the model backend`, and `Refreshing trace report and replay data`
245
+
- feedback submission reports phases such as `Normalizing and validating user preferences`, `Updating the steering model from your feedback`, and `Feedback applied and next round unlocked`
<li>impossible async requests are rejected before queueing when the session or round is already in a conflicting state</li>
222
222
</ul>
223
223
<p>This keeps the UI responsive while the real GPU-backed backend works in the background.</p>
224
+
<p>Current progress phrases are intentionally operation-specific. For example:</p>
225
+
<ul>
226
+
<li>round generation reports phases such as <code>Checking session readiness</code>, <code>Sampling 5 candidate directions</code>, <code>Rendering candidate images on the model backend</code>, and <code>Refreshing trace report and replay data</code></li>
227
+
<li>feedback submission reports phases such as <code>Normalizing and validating user preferences</code>, <code>Updating the steering model from your feedback</code>, and <code>Feedback applied and next round unlocked</code></li>
0 commit comments