Skip to content

Commit

Permalink
Fix SageMaker local gpu training instructions (#783)
Browse files Browse the repository at this point in the history
  • Loading branch information
sasan-j authored Nov 22, 2023
1 parent 6f0fa95 commit ccaa63c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/sagemaker/train.md
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@ huggingface_estimator = HuggingFace(
)
```

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.
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.

## Execute training

Expand Down

0 comments on commit ccaa63c

Please sign in to comment.