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

inference: fix missing LimitedAccuracy markers #55362

Merged
merged 1 commit into from
Aug 5, 2024

Commits on Aug 3, 2024

  1. inference: fix missing LimitedAccuracy markers

    If the LimitedAccuracy was supposed to resolve against the top-most
    frame (or hypothetically a non-InferenceState frame), it would not have
    a parentframe, preventing it from reaching the subsequent
    poison_callstack line that is required for reliable inference (avoiding
    caching bad results).
    vtjnash committed Aug 3, 2024
    Configuration menu
    Copy the full SHA
    099d82b View commit details
    Browse the repository at this point in the history