microsoft / ResponsibleAIAccelerator

Repo to hold examples of responsible model assessment for a variety of different verticals such as healthcare and financial services
MIT License
62 stars 8 forks source link

Job submission fails for finance dashboard with 'ClusterTypeNotsupportedForJobSubmission' #2

Open KBaroni opened 1 year ago

KBaroni commented 1 year ago

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.

orty commented 10 months ago

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 ?