You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As noted by @thanasibakis , the above snippet now does evaluate the code using the DefaultContext after v0.31.4 since we're now re-evaluating the model to convert parameters from internal to user-facing representation.
I don't think this causes any bugs, as this is just a post-inference step, but it does cause additional computation overhead, which is an issue I also raised in the PR that introduced this change #2202, and is thus related to #2215.
No matter, we should maybe be running this value extraction using the PriorContext anyways, since we're only interested in hitting that part of the ~ pipeline.
Example Thanasi Bakis in Slack:
results in
DefaultContext
rather thanPriorContext
.The text was updated successfully, but these errors were encountered: