There was a problem with autodiff for cholesky_decompose introduced in 2.26.0 that we can fix with a 2.26.1 release. This breaks a pretty important function in a subtle way is why it would be good to fix it with another release.
There was additionally a problem with using row_vector types with OpenCL distributions that can be fixed as well.
The cholesky_decompose issue is here and the fix is here.
What is the magnitude of the cholesky issue? When 2.26.1 is out should we be recommending folks re-run their models? I ran a model using 2.26.0 that took over a day recently for a paper with a deadline soon and am worried that the bug implies I can’t trust the current result. If that’s the case I’ll put in the work to figure out how to pull the dev branch to get it resampling ASAP.
I checked develop right now and the 2.26.1 fixes should be in there (I see the fixes for cholesky_decompose and reduce_sum and the merge that should have included all the fixes).
So if you just cloned this a couple minutes ago you should be good to go.
Oooh, yeah all that cmdstanr is doing is checking version numbers. You should be safe to ignore this warning because we need to update our version numbers in develop.