How to select single components when installing SageMaker ? #5441
Unanswered
rfarahmand
asked this question in
Help
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I believe the new SageMaker is quite large in size when installed like
pip install sagemaker? Can you confirm how big it has become since SageMaker 2.* ? and is there a way to select different modules (or dependencies ) when installing it? likepip install sagemaker[train]orpip install sagemaker[xgboost]if I only need to train XGboost for example, and do not want all the PyTorch and all other cuda dependencies that makes it quite large for some use cases ( e.g. in a lambda) ? Could you advise and/or help with this regard?Beta Was this translation helpful? Give feedback.
All reactions