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(layer): Use local host to install requirements #177

Closed
wants to merge 14 commits into from

Conversation

oconpa
Copy link
Contributor

@oconpa oconpa commented Jan 7, 2024

Providing an option allowing the layer to be constructed locally using the host

Fixes #


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

@oconpa oconpa requested a review from a team as a code owner January 7, 2024 04:10
@oconpa oconpa force-pushed the main branch 2 times, most recently from ae5490a to 5bf59c5 Compare January 7, 2024 04:19
@oconpa oconpa changed the title feat(localBuild): Use local host to install requirements feat(layer): Use local host to install requirements Jan 7, 2024
Copy link

codecov bot commented Jan 16, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (ee64135) 93.83% compared to head (0a3b76f) 93.83%.

Additional details and impacted files
@@           Coverage Diff           @@
##             main     #177   +/-   ##
=======================================
  Coverage   93.83%   93.83%           
=======================================
  Files          18       18           
  Lines        5597     5597           
  Branches      122      122           
=======================================
  Hits         5252     5252           
  Misses        345      345           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

scottschreckengaust and others added 10 commits January 16, 2024 08:10
Projen 0.78.9 fixes the warning:

> (WARN) Define `ts-jest` config under `globals` is deprecated

Signed-off-by: Scott Schreckengaust <scottschreckengaust@users.noreply.github.com>
fix: correct opt-out logic

* dynamically fetch version from the package.json
* include the name of the class
* string format
* camel case solution_id variable and move into context

---------

Signed-off-by: Scott Schreckengaust <scottschreckengaust@users.noreply.github.com>
…emaker (awslabs#180)

* feat(construct): New construct CustomSagemakerEndpoint Fixes (New construct): Add support to deploy custom models to a sagemaker endpoint awslabs#150
* chore(construct): Update documentation
* feat(construct): Add new projen task to run the code generation step (create list of available containers / jumpstart models). Can be used through projen generate-models-containers
* chore(construct): Update list of available models
* fix(construct): Fixes (gen-ai): JumpStartSageMakerEndpoint not working awslabs#179 : address the issue of some models from JumpStart which can't be deployed. This is due to the construct requiring model data to be provided as a compressed object, however some newer JumpStart models provide uncompressed model artifacts. Tested the fix with the reported model - whisper base 2.0.0. Deployed model and ran inference. This requires an upgrade of cdk as the update to the L1 CloudFormation resource was added recently (addition of the property https://docs.aws.amazon.com/cdk/api/v2/docs/aws-cdk-lib.aws_sagemaker.CfnModel.ModelDataSourceProperty.html)
Upgrades project dependencies. See details in [workflow run].

[Workflow Run]: https://github.com/awslabs/generative-ai-cdk-constructs/actions/runs/7482301025

------

*Automatically created by projen via the "upgrade-main" workflow*

Signed-off-by: github-actions <github-actions@github.com>
Co-authored-by: github-actions <github-actions@github.com>
Closes awslabs#186

Signed-off-by: Scott Schreckengaust <scottschreckengaust@users.noreply.github.com>
Signed-off-by: Scott Schreckengaust <scottschreckengaust@users.noreply.github.com>
Remove duplicated section from the readme

Signed-off-by: Alain Krok <alkrok@amazon.com>
Signed-off-by: Scott Schreckengaust <scottschreckengaust@users.noreply.github.com>
Fix image not displayed

Signed-off-by: Alain Krok <alkrok@amazon.com>
Upgrades project dependencies. See details in [workflow run].

[Workflow Run]: https://github.com/awslabs/generative-ai-cdk-constructs/actions/runs/7508788235

------

*Automatically created by projen via the "upgrade-main" workflow*

Signed-off-by: github-actions <github-actions@github.com>
Co-authored-by: github-actions <github-actions@github.com>
@oconpa oconpa closed this Jan 16, 2024
@oconpa
Copy link
Contributor Author

oconpa commented Jan 16, 2024

Unable to adjust commits to adhere to commitlint conditions

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants