-
Notifications
You must be signed in to change notification settings - Fork 1.2k
feat: Introduce HF Transformers to ModelBuilder #4368
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
Conversation
please rename to |
i think we should also add additional unit testing. I don't see coverage for the new |
Added UT |
7ee395a
to
6b307c0
Compare
AWS CodeBuild CI Report
Powered by github-codebuild-logs, available on the AWS Serverless Application Repository |
acc4ec0
to
faa93e5
Compare
AWS CodeBuild CI Report
Powered by github-codebuild-logs, available on the AWS Serverless Application Repository |
6f1e976
to
5bd854e
Compare
AWS CodeBuild CI Report
Powered by github-codebuild-logs, available on the AWS Serverless Application Repository |
AWS CodeBuild CI Report
Powered by github-codebuild-logs, available on the AWS Serverless Application Repository |
AWS CodeBuild CI Report
Powered by github-codebuild-logs, available on the AWS Serverless Application Repository |
924983d
to
b52db03
Compare
AWS CodeBuild CI Report
Powered by github-codebuild-logs, available on the AWS Serverless Application Repository |
AWS CodeBuild CI Report
Powered by github-codebuild-logs, available on the AWS Serverless Application Repository |
AWS CodeBuild CI Report
Powered by github-codebuild-logs, available on the AWS Serverless Application Repository |
AWS CodeBuild CI Report
Powered by github-codebuild-logs, available on the AWS Serverless Application Repository |
AWS CodeBuild CI Report
Powered by github-codebuild-logs, available on the AWS Serverless Application Repository |
* feat: Introduce HF Transformers to ModelBuilder * Add integ test * Revert the change in comment for tgi prepare * Capitalize enum * Address PR feedbacks * Format files * Format files * Address PR feedbacks * Address PR feedbacks * Fix test builds
* feat: Introduce HF Transformers to ModelBuilder * Add integ test * Revert the change in comment for tgi prepare * Capitalize enum * Address PR feedbacks * Format files * Format files * Address PR feedbacks * Address PR feedbacks * Fix test builds
Issue #, if available: #4284
Description of changes:
Introduce the HF Model Builder
Add unit tests
Testing done:
Tested changes using Local and Sagemaker endpoint mode
Merge Checklist
Put an
x
in the boxes that apply. You can also fill these out after creating the PR. If you're unsure about any of them, don't hesitate to ask. We're here to help! This is simply a reminder of what we are going to look for before merging your pull request.General
Tests
unique_name_from_base
to create resource names in integ tests (if appropriate)By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.