-
-
Notifications
You must be signed in to change notification settings - Fork 317
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fix: no state id finalized #6584
Conversation
Codecov Report
Additional details and impacted files@@ Coverage Diff @@
## unstable #6584 +/- ##
============================================
+ Coverage 61.49% 61.61% +0.12%
============================================
Files 556 556
Lines 58895 58566 -329
Branches 1856 1859 +3
============================================
- Hits 36216 36084 -132
+ Misses 22638 22441 -197
Partials 41 41 |
deployed to a node, this works fine
|
Performance Report✔️ no performance regression detected Full benchmark results
|
private readonly metrics: Metrics["cpStateCache"] | null | undefined; | ||
private preComputedCheckpoint: string | null = null; | ||
private preComputedCheckpointHits: number | null = null; | ||
|
||
constructor({metrics}: {metrics?: Metrics | null}) { | ||
constructor({maxEpochs = MAX_EPOCHS, metrics}: {maxEpochs?: number; metrics?: Metrics | null}) { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
could consider separating options from modules here
🎉 This PR is included in v1.18.0 🎉 |
Motivation
Description
inMemoryCheckpointsCache.ts
to reflect the class nameCloses #6583