You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* algorithms might also use the ML storage volume for scratch space. If you want to store
1165
1164
* the training data in the ML storage volume, choose <code>File</code> as the
1166
1165
* <code>TrainingInputMode</code> in the algorithm specification. </p>
1167
-
* <p>You must specify sufficient ML storage for your scenario. </p>
1168
-
* <note>
1169
-
* <p> SageMaker supports only the General Purpose SSD (gp2) ML storage volume type.
1170
-
* </p>
1171
-
* </note>
1172
-
* <note>
1173
-
* <p>Certain Nitro-based instances include local storage with a fixed total size,
1174
-
* dependent on the instance type. When using these instances for training, SageMaker mounts
1175
-
* the local instance storage instead of Amazon EBS gp2 storage. You can't request a
1176
-
* <code>VolumeSizeInGB</code> greater than the total size of the local instance
1177
-
* storage.</p>
1178
-
* <p>For a list of instance types that support local instance storage, including the
1179
-
* total size per instance type, see <a href="https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/InstanceStorage.html#instance-store-volumes">Instance Store Volumes</a>.</p>
1180
-
* </note>
1166
+
* <p>When using an ML instance with <a href="https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/ssd-instance-store.html#nvme-ssd-volumes">NVMe SSD
* Available storage is fixed to the NVMe-type instance's storage capacity. SageMaker configures
1169
+
* storage paths for training datasets, checkpoints, model artifacts, and outputs to use
1170
+
* the entire capacity of the instance storage. For example, ML instance families with the
1171
+
* NVMe-type instance storage include <code>ml.p4d</code>, <code>ml.g4dn</code>, and
1172
+
* <code>ml.g5</code>. </p>
1173
+
* <p>When using an ML instance with the EBS-only storage option and without instance
1174
+
* storage, you must define the size of EBS volume through <code>VolumeSizeInGB</code> in
1175
+
* the <code>ResourceConfig</code> API. For example, ML instance families that use EBS
1176
+
* volumes include <code>ml.c5</code> and <code>ml.p2</code>. </p>
1177
+
* <p>To look up instance types and their instance storage types and volumes, see <a href="http://aws.amazon.com/ec2/instance-types/">Amazon EC2 Instance Types</a>.</p>
1178
+
* <p>To find the default local paths defined by the SageMaker training platform, see <a href="https://docs.aws.amazon.com/sagemaker/latest/dg/model-train-storage.html">Amazon SageMaker
1179
+
* Training Storage Folders for Training Datasets, Checkpoints, Model Artifacts, and
0 commit comments