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

Updates docs with reset, model lists #254

Merged
merged 14 commits into from
Jul 10, 2023
Prev Previous commit
Next Next commit
Missing space
  • Loading branch information
JasonWeill authored and dlqqq committed Jul 10, 2023
commit 2252e6bb1631bbd30012b972446697deb9293b25
2 changes: 1 addition & 1 deletion packages/jupyter-ai-magics/jupyter_ai_magics/providers.py
Original file line number Diff line number Diff line change
Expand Up @@ -374,7 +374,7 @@ class SmEndpointProvider(BaseProvider, SagemakerEndpoint):
model_help = ("SageMaker endpoint names are created when you deploy a model. "
"For more information, see "
'["Create your endpoint and deploy your model"]'
'(https://docs.aws.amazon.com/sagemaker/latest/dg/realtime-endpoints-deployment.html)'
"(https://docs.aws.amazon.com/sagemaker/latest/dg/realtime-endpoints-deployment.html) "
"in the SageMaker documentation.")

pypi_package_deps = ["boto3"]
Expand Down