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: ignore numba bytecode dumps; config for ignored messages #344

Merged
merged 1 commit into from
Oct 1, 2024

Commits on Sep 30, 2024

  1. fix: ignore numba bytecode dumps; config for ignored messages

    The numba library emits many megabytes of log messages at an unacceptable rate. This has performance implications due to the IO intensive path every step of the numba pre-compilation must take in order to emit these messages.
    tazlin committed Sep 30, 2024
    Configuration menu
    Copy the full SHA
    7a2e468 View commit details
    Browse the repository at this point in the history