-
Notifications
You must be signed in to change notification settings - Fork 0
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
Can't find my saved machine artifact #42
Comments
@pebeto Can you reproduce? |
Hi @ablaom This is happening due to a limitation implemented in I'm actually pairing the library with the last |
I am arriving here via JuliaAI/MLFlowClient.jl#48, but I think that this issue describes better my situation, only that for me, it is using I am using MLFlow version 2.7.1 If I remember correctly, I installed it from the conda-forge via Micromamba. I could double-check this. From the Julia side, I am using Julia 1.10 and MLFlowClient v0.5.1. I start
With this,
where However, MLFlow doesn't know about this artifact. Through the API, I get an empty vector
and on the UI too
|
Hi @andreuvall. This issue is happening because of the way |
Thank you, @pebeto, for your quick reply!
I don't understand why this would help, but this may well be because I don't know the internals. For me this is not an urgent matter, and unfortunately I also don't have much time available, but if you can provide a couple of pointers for me to get to understand this better, I will at least give it a look. |
Any updates on this? I recall uploading artifacts worked and it does not now. I also can't see logged artifacts. |
This used to work for me but doesn't any longer. What's strange is that tests successfully pass locally for me, and I believe saving artifacts is in the tests.
Following the instructions in the README.md:
The text was updated successfully, but these errors were encountered: