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.
When the entry_command feature used in conjunction with hyperdrive config, the backend silently ignores the hyperdrive arguments and defaults to the command specified by the user. It basically disables the use of hyperdrive runs and can mislead users. By switching to entry_script option, this issue can be addressed but users should be notified with warnings or run-time errors if it's caused by azureml-core. Thanks