You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Nov 21, 2025. It is now read-only.
This might be dangerous because the way health_azure checks whether is_local_rank_zero might be compatible with Lightning but not with other frameworks, and the files are unexpectedly missing after being "downloaded". This is especially problematic when validate_checksum is True, because one would expect that things are double-checked after downloading.
A minimally-invasive change would be logging a warning before returning None. It might also be nice to propagate the paths of the downloaded files up to other functions that call this one. For example, maybe _download_files_from_run and download_files_from_run_id should return the paths of all downloaded files.
This might be dangerous because the way health_azure checks whether
is_local_rank_zeromight be compatible with Lightning but not with other frameworks, and the files are unexpectedly missing after being "downloaded". This is especially problematic whenvalidate_checksumisTrue, because one would expect that things are double-checked after downloading.hi-ml/hi-ml-azure/src/health_azure/utils.py
Lines 1176 to 1195 in c606808
A minimally-invasive change would be logging a warning before returning
None. It might also be nice to propagate the paths of the downloaded files up to other functions that call this one. For example, maybe_download_files_from_runanddownload_files_from_run_idshould return the paths of all downloaded files.