-
Notifications
You must be signed in to change notification settings - Fork 3.1k
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
'az ml model download' cli command does not work as expected #28302
Comments
Thank you for opening this issue, we will look into it. |
Could you share approximate contents of this https://REDACTED.blob.core.windows.net:/zureml/quiet_iron_dbx6z8qc/mlflow_model_artifacts , it seems this is from where it is trying to download. Want to make sure files are present there. Also could you try to download it from the aml studio portal? |
We have noticed that the 'az ml model download' command only works when the model version is not linked to an experiment / job run. In this screenshot below, the 'az ml model download' command works fine for versions 1-3, but it does not work with the rest: Versions 1 to 3 have a 'Download all' button: Versions 4 to 9 do not: We can of course navigate to the 'Artifacts' tab, and manually download the individual files as need, but this defeats our CICD process. |
Yes, the files are present in the storage folder and they can be downloaded individually from the portal by navigating to the 'Artifacts' tab only. |
Any news? |
We have added a bug to dig more into this, however right now there is no timeline to it, sorry about it. But we think at least users can still download it from the blob storage for some of the old models where it is not visible. If you think this is big blocker and affecting a large number of models, for you CI-CD , I will encourage to open an Azure customer ticket, so we can prioritize. |
I have raised an internal microsoft support ticket about this problem. It is a blocker for automated CICD. |
@ArPharazon did you get any news from the ticket you opened? I am experiencing the same problem... |
@giorgiococci See my comment here -> #27984 (comment) |
Describe the bug
The 'az ml model download' cli command does not download any files to the local machine.
The azure cli command logger output seems to indicate that the download has started, but there is no 'success' or completion messages in the output.
Example: (fill in vars as needed)
Related command
az ml model download
Errors
There does not seem to be any error message. The command output indicates that it has worked, but the files do not get downloaded.
Issue script & Debug output
Expected behavior
The model artefact files should be downloaded from the AML workspace to the local machine.
Environment Summary
Additional context
Azure CLI command logger output:
The text was updated successfully, but these errors were encountered: