Training deep learning models on AWS and GCP instances
493
stars
43
forks
source link
What's the reason for nitro instance types not being supported? Specifically I'd like to use the p3dn.24xlarge instance type #64
Closed
nickwalton closed 4 years ago
Nitro-based instances have different device names for attached EBS volumes (see Amazon EBS and NVMe on Linux Instances). Moreover, they say:
That means, it should be a smarter way to figure out which volume is which.
At the moment, a Nitro-based instance would fail to start if you attached any volume. So, for now, I decided to disable this functionality at all.