-
Notifications
You must be signed in to change notification settings - Fork 8
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
Type error in backward pass #282
Comments
Thanks for narrowing this down. I won't have time to look at it today unforunately, but I should do on Monday. |
Alas, the emergence of v1.11 in CI has meant that I need to focus on that. I'll try to ensure that this is resolved by the end of the week. |
The v0.3 release of AdvancedVI will wait until this is resolved! |
Annoyingly the 1.11 transition is taking longer than I had planned, so this isn't going to get a look until next week. Apologies! |
I saw all the works that you're going through. No apology needed! And thanks for all the effort. |
@Red-Portal I believe that this is resolved in 0.4.18. Please let me know if it is, and close this issue if you find that it is! |
edit: I meant 0.4.17 |
Running the tests just now! Thanks for all the work. |
@willtebbutt The original error seems to have disappeared, but a new one took its place. Until I can package a MWE, here is the error. |
Thanks for this. I'll take a look later today! |
@Red-Portal this problem should be fixed on 0.4.20 . If you could please let me know, and close this issue if it is resolved. |
This now works on Julia 1.11, but it is still broken for Julia 1.0, see https://github.com/TuringLang/AdvancedVI.jl/actions/runs/11459971691/job/31885647008?pr=99#step:6:831 |
@yebai this should work on 0.4.24, which will be available shortly. Could you re-start CI once it's released, and let me know if the problem has been resolved? |
Thanks @willtebbutt -- it now works. The remaining errors in TuringLang/AdvancedVI.jl#99 are no longer associated with Mooncake. |
Hi, here's the MWE for the failing test in AdvancedVI.
The text was updated successfully, but these errors were encountered: