Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Demo local script command in HuggingFace script mode example #34

Merged
merged 1 commit into from
May 16, 2023

Conversation

athewsey
Copy link
Contributor

Demonstrate running the HuggingFace NLP training script locally in the 'SageMaker' mode example notebook, to illustrate the workflow for debugging the script before running in SageMaker.

Issue #, if available: #33 (partial)

Description of changes:

Adjust the Hugging Face script mode example to support running the train.py locally on the notebook via !python command, and add the example command to the SageMaker mode notebook.

The code is commented out to avoid running by default, because the nb will run out of memory unless the previous 'Local Mode' kernel is killed: Training BORT is too memory-intensive to have 2 copies open on a t3.medium!


By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.

Demonstrate running the HuggingFace NLP training script locally in
the 'SageMaker' mode example notebook, to illustrate the workflow for
debugging the script before running in SageMaker.
@athewsey athewsey merged commit 7987d82 into main May 16, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant