Skip to content
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

[mlflow flavor] Distributed of MLForecast doesn't support for load model #414

Open
Aeim opened this issue Sep 18, 2024 · 1 comment
Open

Comments

@Aeim
Copy link

Aeim commented Sep 18, 2024

What happened + What you expected to happen

When I use mlforecast.flavor to load distributed version of model, it show the error that No such file or directory: '/local_disk0/repl_tmp_data/ReplId-19203-35577-8/tmpta101dhm/model/mlforecast-model/ts.pkl' because the model of distributed is save in name as _base_ts.pkl It may be change it to run to be success.

Versions / Dependencies

mlforecast==0.13.4

Reproduction script

loaded_model = mlforecast.flavor.load_model(model_uri=model_uri)

Issue Severity

Medium: It is a significant difficulty but I can work around it.

@Aeim Aeim added the bug label Sep 18, 2024
@jmoralez
Copy link
Member

Hey. Whats your expectation here? For the distributed model to be saved into a local one? Or support loading it for distributed inference?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants