microsoft / vscode-tools-for-ai

Azure Machine Learning for Visual Studio Code, previously called Visual Studio Code Tools for AI, is an extension to easily build, train, and deploy machine learning models to the cloud or the edge with Azure Machine Learning service.
Other
321 stars 91 forks source link

unable to start large compute #2401

Open saniyaafshan opened 1 week ago

saniyaafshan commented 1 week ago

Does this occur consistently? Repro steps:

1. 2.

Action: Resolver.resolve Error type: 343 Error Message: It seems like you are attempting to use a compute instance which is not running. Please start the compute instance and try again

Version: 0.48.0 OS: win32 OS Release: 10.0.22621 Product: Visual Studio Code Product Version: 1.89.1 Language: en

Call Stack ``` E.ensureComputeInstanceIsRunning extension.js:2:1584570 E.getServerUriForCompute extension.js:2:1583577 E.getRemoteTarget extension.js:2:1576494 extension.js:2:1621515extension.js:2:1621515 ```
sevillal commented 1 week ago

@saniyaafshan thanks for filing this issue, it seems like the compute instance you are trying to connect to is not in a running state. Could you please verify it is running from the Azure ML Studio or the Azure ML extension in VS Code and retry the connection?

Also just to understand it better, is the error happening when you start the compute instance? If so, what is the error you get?