Daniel Lok
Daniel Lok
Thanks for the report! I can reproduce this error, will investigate and get back to you!
temporarily commenting out the other tests so we don't have to wait so long to see if the fix works
Yeah I'm trying to debug, it seems like the image build successfully so I wonder if the cause is a problem during serving
Hi all, apologies for the late follow-up. I found #5817 which seems to be a similar problem, do the solutions in that thread help here? For that issue, the solution...
After some discussion, the team decided that since this function serves a fairly specific purpose, it's better if this is kept as user code, rather than being included in the...
ah... i think what's happening here is that we're trying to store JSONified history in this tag value, but tag values have a max length of 5000 characters: https://github.com/mlflow/mlflow/blob/2e7bff12106a3d01ee60f000fa6c69666ecd2498/mlflow/store/tracking/dbmodels/models.py#L259 Therefore...
thanks for the contribution! could you run `yarn i18n` in `mlflow/server/js` to resolve the CI issue?
@B-Step62's comment makes sense! i agree that we should keep it consistent—seems like there is some risk with dropping this and we'd ideally like to avoid causing some crash
cc @jessechancy could you take a look at this bug with `log_image()`? I was able to reproduce this using the code in the issue—my suspicion is that there's some problem...
Hmm, I think we can try it and see if it works. I'm wondering if we need to store all this metadata in the path though—is it feasible to store...