-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
SageMaker Python SDK takes much time to submit the job on MacOS #5110
Comments
Hi @achamma723, would you be able to share more info? Are you using a specific Framework or Algo Estimator or ModelTrainer? Are you the PySDK in a local jupyter server or IDE? |
Hello @benieric, I'm using the HuggingFace estimator from sagemaker latest version under the python 3.10 or 3.11 (tried both to check for the fix). I'm running it inside a local jupyter notebook in order to submit a training job. Its taking forever (tried a while ago, took more than 1 hour without any job creation) |
Hello @benieric, thank you for following this issue. As for the configuration, Also in my case, I'm trying to run a training job with a local model (and the ethernet connection is of high-speed). Yet still taking a good amount of time (sometimes 1h) before showing anything |
Describe the bug
When running sagemaker python sdk (latest version) on macos, it takes around 25-30 mins to submit the job. No logging or debugging is shown to help tracking the source of this slow performance. Any ideas? Thank you
The text was updated successfully, but these errors were encountered: