-
Notifications
You must be signed in to change notification settings - Fork 91
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
File saved in Julia 1.10.0-beta3 cannot be loaded in Julia 1.10.0-rc1 with Random.Xoshiro #503
Comments
Just test that the file can be loaded in Julia 1.9.3. And resave it to jld2 file which still can not be loaded in Julia 1.10.0-rc1. There should be some tricky change of the Xoshiro in Julia 1.10.0-rc1. |
I think this is due to |
The error message already suggests what to define to fix it, so I think I will close this for now. |
Can you explicitly explain how to do that? |
You can define:
In your case that should already be enough. Then
|
The JLD2 file is a Lux.jl model (ps + st) with many Random.Xoshiro instances, which is saved in Julia 1.10.0-beta3. When I tried to load it in Julia 1.10.0-rc1, the error mesasge is
The text was updated successfully, but these errors were encountered: