-
Notifications
You must be signed in to change notification settings - Fork 1.2k
ScriptProcessor in Local Mode #1278
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
Comments
Thanks for reaching out! (Reference: MLFW-2850) |
Just ran into this issue, would be great to have Got this exception when I tried to use
Is there something the community can contribute? If you could share some pointers to how training/serving do it, can review to see if this is something I can help with. |
Thank you for reaching out. Please use SageMaker Studio for now, and we will prioritize this accordingly. |
all of the code related to local mode is in src/sagemaker/local. using training as an example, the That then ties to a |
It would be really great to have this feature available. My team is trying to evaluate whether we want to keep using SageMaker or if it introduces more problems than it solves. Being able to run our ScriptProcessors in local mode would make us more likely to keep using the product. |
@laurenyu the convention for the containers seems to be to call docker-entrypoint with either "train" or "serve". Is there a convention for processing jobs as well? Or do just run their own entrypoint? |
@perdasilva it seems like Processing Jobs simply run the Docker container without any default command like "train" or "serve":
https://docs.aws.amazon.com/sagemaker/latest/dg/build-your-own-processing-container.html |
as a workaround you can: |
hi, any updates on this one? It is strange because I could actually run the job locally? By the way, is there any documentation on the local processing job? I am missing a good description |
okay I think it has been taken care of here #1961 |
Closing as fixed by #1961 |
Hi,
it would be awesome if we can use ScriptProcessor in Local Mode. Currently it throws error.
ERROR: 'LocalSagemakerClient' object has no attribute 'create_processing_job'
The text was updated successfully, but these errors were encountered: