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

Commits on Jan 7, 2024

  1. feat(layer): build layer using local host

    Patrick committed Jan 7, 2024
    Configuration menu
    Copy the full SHA
    b5aafb5 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'main' into main

    oconpa committed Jan 7, 2024
    Configuration menu
    Copy the full SHA
    bb197bb View commit details
    Browse the repository at this point in the history

Commits on Jan 10, 2024

  1. Configuration menu
    Copy the full SHA
    01f6424 View commit details
    Browse the repository at this point in the history

Commits on Jan 16, 2024

  1. fix: ts-jest configuration under globals

    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>
    scottschreckengaust authored and Patrick committed Jan 16, 2024
    Configuration menu
    Copy the full SHA
    bffe592 View commit details
    Browse the repository at this point in the history
  2. fix: correct opt-out logic (awslabs#183)

    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>
    scottschreckengaust authored and Patrick committed Jan 16, 2024
    Configuration menu
    Copy the full SHA
    e6920cd View commit details
    Browse the repository at this point in the history
  3. feat(construct): new construct for deployment of custom models to sag…

    …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)
    krokoko authored and Patrick committed Jan 16, 2024
    Configuration menu
    Copy the full SHA
    c16a402 View commit details
    Browse the repository at this point in the history
  4. chore(deps): upgrade dependencies (awslabs#188)

    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>
    2 people authored and Patrick committed Jan 16, 2024
    Configuration menu
    Copy the full SHA
    5a09945 View commit details
    Browse the repository at this point in the history
  5. fix: use definition instead of schema (awslabs#187)

    Closes awslabs#186
    
    Signed-off-by: Scott Schreckengaust <scottschreckengaust@users.noreply.github.com>
    scottschreckengaust authored and Patrick committed Jan 16, 2024
    Configuration menu
    Copy the full SHA
    b177987 View commit details
    Browse the repository at this point in the history
  6. feat: add husky with a convential commit check (awslabs#189)

    Signed-off-by: Scott Schreckengaust <scottschreckengaust@users.noreply.github.com>
    scottschreckengaust authored and Patrick committed Jan 16, 2024
    Configuration menu
    Copy the full SHA
    713e929 View commit details
    Browse the repository at this point in the history
  7. fix(doc): update readme.md (awslabs#190)

    Remove duplicated section from the readme
    
    Signed-off-by: Alain Krok <alkrok@amazon.com>
    krokoko authored and Patrick committed Jan 16, 2024
    Configuration menu
    Copy the full SHA
    88735d8 View commit details
    Browse the repository at this point in the history
  8. fix: do not require husky downstream (awslabs#192)

    Signed-off-by: Scott Schreckengaust <scottschreckengaust@users.noreply.github.com>
    scottschreckengaust authored and Patrick committed Jan 16, 2024
    Configuration menu
    Copy the full SHA
    c2c901b View commit details
    Browse the repository at this point in the history
  9. chore(doc): update readme_custom_sagemaker_endpoint.md (awslabs#191)

    Fix image not displayed
    
    Signed-off-by: Alain Krok <alkrok@amazon.com>
    krokoko authored and Patrick committed Jan 16, 2024
    Configuration menu
    Copy the full SHA
    4b34192 View commit details
    Browse the repository at this point in the history
  10. chore(deps): upgrade dependencies (awslabs#194)

    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>
    2 people authored and Patrick committed Jan 16, 2024
    Configuration menu
    Copy the full SHA
    345ff86 View commit details
    Browse the repository at this point in the history
  11. Merge branch 'main' into main

    oconpa committed Jan 16, 2024
    Configuration menu
    Copy the full SHA
    0a3b76f View commit details
    Browse the repository at this point in the history