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

Add llama370b_instruct_v1 #4

Open
wants to merge 7 commits into
base: main
Choose a base branch
from

Commits on Apr 25, 2024

  1. Add Support for AWS Named Profiles

    Named profiles are helpful when you have a lot of different AWS accounts and switch between them.
    
    This PR adds support, using the standard AWS environment variable, to allow this to work while also supporting the other configuration methods already implemented in this gem.
    
    Also updates docs, changelog, and version bump.
    ErebusBat committed Apr 25, 2024
    Configuration menu
    Copy the full SHA
    b297a9f View commit details
    Browse the repository at this point in the history
  2. Add llama370b_instruct_v1

    ErebusBat committed Apr 25, 2024
    Configuration menu
    Copy the full SHA
    eb03150 View commit details
    Browse the repository at this point in the history

Commits on Apr 29, 2024

  1. Merge pull request AAlvAAro#3 from signinsolutions/add-aws-profile-auth

    Add Support for AWS Named Profiles
    AAlvAAro committed Apr 29, 2024
    Configuration menu
    Copy the full SHA
    dd618fa View commit details
    Browse the repository at this point in the history

Commits on May 1, 2024

  1. - Fix failing tests

    - Refactor AWS profile configuration
    AAlvAAro committed May 1, 2024
    Configuration menu
    Copy the full SHA
    06250c7 View commit details
    Browse the repository at this point in the history

Commits on May 15, 2024

  1. Explicitly add base64 dependency

    Resolves AAlvAAro#5
    ErebusBat committed May 15, 2024
    Configuration menu
    Copy the full SHA
    2ba8238 View commit details
    Browse the repository at this point in the history
  2. Add llama370b_instruct_v1

    ErebusBat committed May 15, 2024
    Configuration menu
    Copy the full SHA
    98eb706 View commit details
    Browse the repository at this point in the history
  3. Merge branch 'add-llama3' of github.com:signinsolutions/ruby-amazon-b…

    …edrock into add-llama3
    ErebusBat committed May 15, 2024
    Configuration menu
    Copy the full SHA
    d3fdca2 View commit details
    Browse the repository at this point in the history