-
Notifications
You must be signed in to change notification settings - Fork 29
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
feat: add jitter #305
feat: add jitter #305
Conversation
s0nicboOm
commented
Sep 30, 2023
•
edited
Loading
edited
- Add jitter
- for caches
- for model saving
- Support RegistryConf and JitterConf
Signed-off-by: s0nicboOm <[email protected]>
Codecov Report
@@ Coverage Diff @@
## main #305 +/- ##
==========================================
+ Coverage 93.89% 93.99% +0.09%
==========================================
Files 77 77
Lines 3459 3483 +24
Branches 277 279 +2
==========================================
+ Hits 3248 3274 +26
+ Misses 159 158 -1
+ Partials 52 51 -1
... and 1 file with indirect coverage changes 📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more |
Signed-off-by: s0nicboOm <[email protected]>
Signed-off-by: s0nicboOm <[email protected]>
Signed-off-by: s0nicboOm <[email protected]>
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.
Have a couple of minor comments. Overall it looks good to me.
Signed-off-by: s0nicboOm <[email protected]>
Signed-off-by: s0nicboOm <[email protected]>
Signed-off-by: s0nicboOm <[email protected]>
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.
Minor comment
Signed-off-by: s0nicboOm <[email protected]>
Signed-off-by: s0nicboOm <[email protected]>
Signed-off-by: Kushal Batra <[email protected]>