Skip to content
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: disable automatic eviction of diskcache at aggregation #419

Merged
merged 1 commit into from
May 19, 2023

Commits on May 19, 2023

  1. fix: disable automatic eviction of diskcache at aggregation

    Python diskcache, which we use for aggregating trainer updates, have its
    own automatic eviction policy, depending on its size_limit and
    cull_limit value. Updated it to disable automatic eviction, and added a
    logger debug line that tells you the number of updates in the cache.
    jaemin-shin committed May 19, 2023
    Configuration menu
    Copy the full SHA
    83b1e52 View commit details
    Browse the repository at this point in the history