Skip to content

Commit ccaa63c

Browse files
authored
Fix SageMaker local gpu training instructions (#783)
1 parent 6f0fa95 commit ccaa63c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/sagemaker/train.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,7 @@ huggingface_estimator = HuggingFace(
137137
)
138138
```
139139

140-
If you are running a `TrainingJob` locally, define `instance_type='local'` or `instance_type='local-gpu'` for GPU usage. Note that this will not work with SageMaker Studio.
140+
If you are running a `TrainingJob` locally, define `instance_type='local'` or `instance_type='local_gpu'` for GPU usage. Note that this will not work with SageMaker Studio.
141141

142142
## Execute training
143143

0 commit comments

Comments
 (0)