Skip to content

Latest commit

 

History

History
16 lines (8 loc) · 1.01 KB

faq.md

File metadata and controls

16 lines (8 loc) · 1.01 KB

Recommended AKS cluster resources

We recommend you use a at least 3 nodes cluster, each node having at least 2C 4G. And if you want to running GPU jobs, you need some GPU nodes.

Why the nodes run occupied in a run is more than node count in run list?

The node count in the number of worker, for distribute training job, such as ps-worker or MPI/horovod they may need extra launcher node or ps node, they may also ocuppy one node. We will optimise this in following version.

What storage type does Azure Arc-enabled ML support?

Azure Arc-enabled ML compute supports Azure blob container via AML datastore/dataset, and support other storage types via Kubernetes native PV/PVC. Refer to the PV/PVC guidance.

How do I use AMLK8s compute in China Region?

Firstly, make sure you have switched the active cloud to AzureChinaCloud with az cloud set command. Then you can use the SDK and CLI sample in this repo.