We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Describe the bug When attempting to import the models module from sagemaker.jumpstart, the following error occurs:
ImportError: cannot import name 'models' from 'sagemaker.jumpstart' (/opt/conda/lib/python3.11/site-packages/sagemaker/jumpstart/__init__.py)
To reproduce
from sagemaker.jumpstart import models def confirm_model_availability(model_id): available_models = models.list_models()
Expected behavior The models module should be successfully imported from sagemaker.jumpstart.
models
sagemaker.jumpstart
Actual Behavior The import fails with an ImportError.
ImportError
Screenshots or logs
System information A description of your system. Please provide:
Additional context It was working a week ago.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Describe the bug
When attempting to import the models module from sagemaker.jumpstart, the following error occurs:
To reproduce
Expected behavior
The
models
module should be successfully imported fromsagemaker.jumpstart
.Actual Behavior
The import fails with an
ImportError
.Screenshots or logs
System information
A description of your system. Please provide:
Additional context
It was working a week ago.
The text was updated successfully, but these errors were encountered: