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

feat: Add SageMaker JumpStart Foundation Model Endpoint module #13

Conversation

kukushking
Copy link
Contributor

By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.

Copy link
Contributor

@LeonLuttenberger LeonLuttenberger left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This module isn't getting picked up by our module checking workflow for two reasons:

  1. The workflow locates modules based on the presence of a tests directory. We should probably change this so that it tries to find a deployspec.yaml file, since that's the commonality between all modules
  2. The workflow assumes that all modules are written in Python. I'm not sure how best to solve this, but I don't think we should merge this until we at least have our validation script and unit test process running.

Edit: I began adding support for Typescript in PR #15

modules/fmops/sagemaker-jumpstart-fm-endpoint/README.md Outdated Show resolved Hide resolved
CHANGELOG.md Outdated Show resolved Hide resolved
@kukushking
Copy link
Contributor Author

Yeah @LeonLuttenberger, I know, the focus of this PR is on the module itself.

I like [1] - deployspec is the reliable way to find a module. I wouldn't consider [2] blocking, but def agree we should add typescript validation. Thanks for taking this one on in #15

Signed-off-by: Anton Kukushkin <[email protected]>
@kukushking kukushking merged commit 4b76179 into awslabs:main Feb 28, 2024
5 checks passed
@kukushking kukushking deleted the modules/fmops-sagemaker-jumpstart-fm-endpoint branch February 28, 2024 14:57
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants