Skip to content

Add Meta Llama 3.1, 3.2 instruct model enums to Bedrock #1419

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

Closed
wants to merge 1 commit into from

Conversation

dafriz
Copy link
Contributor

@dafriz dafriz commented Sep 26, 2024

Add Meta Llama 3.1, 3.2 instruct model enums to Bedrock

Reference for model ids - https://docs.aws.amazon.com/bedrock/latest/userguide/model-ids.html

/**
* meta.llama3-2-1b-instruct-v1:0
*/
LLAMA3_2_1B_INSTRUCT_V1("meta.llama3-2-1b-instruct-v1:0"),
Copy link
Member

@markpollack markpollack Oct 3, 2024

Choose a reason for hiding this comment

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

There are also cross-region ids, see - https://docs.aws.amazon.com/bedrock/latest/userguide/cross-region-inference-support.html not so sure how important it is to have enums or support for this approach. toughts?

@markpollack markpollack added this to the 1.0.0-M3 milestone Oct 3, 2024
@markpollack markpollack self-assigned this Oct 3, 2024
@markpollack
Copy link
Member

thanks, merged in 250d2af

@markpollack
Copy link
Member

merged in 250d2af

@markpollack markpollack closed this Oct 6, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants