Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion crates/prism-store/src/store.rs
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ pub trait PrismStore: Send + Sync + std::fmt::Debug {
/// post-run infra retry resumes without another GPU run; an incomplete
/// measure attempt is cleared so provisioning starts cleanly.
/// `bump_retry` increments `retry_count` and clears similarity/review
/// (manual / llm_infra / ast_infra). Pass `false` for Lium 429 /
/// (manual / `llm_infra` / `ast_infra`). Pass `false` for Lium 429 /
/// `no_capacity` so pre-pod screens stay and are not re-billed.
async fn reset_for_retry(
&self,
Expand Down
Loading