When submitting the pipeline job in _FinanceDashboard.ipynb, the job fails with an AssertionError during the following operation: _training_job = submit_and_wait(ml_client, model_registration_pipelinejob). More details about the failure are found in the job tab:
AzureMLCompute job failed.
ClusterTypeNotSupportedForJobSubmission: The specified DSI cluster type is not supported for job submission. Please complete this form https://forms.office.com/r/NGzNbQRtuk if you want to submit jobs using this cluster type in your subscription.
The link above explains that job submission capabilities are not offered with the improved VM based architecture and a form is provided to opt out of the new Ms.
Hi @KBaroni , I encounter the same issue when following the Notebook which gives guidance on how to import a custom model into Azure ML from The Huggingface repository.
Did you manage to work around this error ?
When submitting the pipeline job in _FinanceDashboard.ipynb, the job fails with an AssertionError during the following operation: _training_job = submit_and_wait(ml_client, model_registration_pipelinejob). More details about the failure are found in the job tab:
AzureMLCompute job failed. ClusterTypeNotSupportedForJobSubmission: The specified DSI cluster type is not supported for job submission. Please complete this form https://forms.office.com/r/NGzNbQRtuk if you want to submit jobs using this cluster type in your subscription.
The link above explains that job submission capabilities are not offered with the improved VM based architecture and a form is provided to opt out of the new Ms.