Azure AutoML - deep learning job fails with "unknown or invalid runtime name: nvidia" error
Hello,
I'm experimenting with Azure AutoML and trying to setup job with enabled deep learning,
I've created a compute instance using
Standard_NC6s_v3 (6 cores, 112 GB RAM, 736 GB disk) which has NVIDIA Tesla,
and tried to run AutoML on it, but my jobs are failing with error:
Failed to execute command group with error API queried with a bad parameter: {"message":"unknown or invalid runtime name: nvidia"}
I've also tried to run AutoML with deep learning on Serverless GPU and my AutoML job was stuck on "Setting up the run" status for 19 hours, so I canceled it because I saw in the costs report that Azure will bill it.
Please share your thoughts how to make it work
Thank you