-
Notifications
You must be signed in to change notification settings - Fork 33
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
local k8s compute instance type via SDK #262
Comments
@amahab
|
I'm running this notebook, Specified instance_type parameter as you mention above. Getting unexpected argument error. TypeError: init() got an unexpected keyword argument 'instance_type' |
@amahab
But currently we have SDK v2 which is already GA, more example reagrding to SDK v2 you can find here, to use Kubernetes compute and specify instance type with SDK v2 for training job, please follow the example I provided before. |
I’m evaluating the Azure ML on Azur Arc enabled K8s.
Able to specify target compute instance type created in k8s via CLI v2 job yaml file - https://github.com/Azure/AML-Kubernetes/blob/master/examples/training/simple-train-cli/job.yml
The local k8s compute instance types are created as per this link - https://learn.microsoft.com/en-us/azure/machine-learning/how-to-manage-kubernetes-instance-types
Is there a python SDK method to specify instance type for target compute k8s cluster? I could not find examples or SDK documentation to achieve that.
Thanks!
The text was updated successfully, but these errors were encountered: