-
Notifications
You must be signed in to change notification settings - Fork 90
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
Updating Qurator Model instructions #4280
base: master
Are you sure you want to change the base?
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #4280 +/- ##
========================================
Coverage 39.11% 39.11%
========================================
Files 783 783
Lines 34737 34737
Branches 5517 5308 -209
========================================
Hits 13586 13586
Misses 20608 20608
Partials 543 543
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
docs/Catalog/Qurator.md
Outdated
your Quilt deployment. Check [Model support by AWS | ||
Region](https://docs.aws.amazon.com/bedrock/latest/userguide/models-regions.html) | ||
for details. | ||
- Ensure that the Claude 3.5 Sonnet V2 (`anthropic.claude-3-5-sonnet-20241022-v2:0`) inference profile is available in the same region as your Quilt deployment. Check [Model support by AWS Region](https://docs.aws.amazon.com/bedrock/latest/userguide/models-regions.html) for details. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
- Ensure that the Claude 3.5 Sonnet V2 (`anthropic.claude-3-5-sonnet-20241022-v2:0`) inference profile is available in the same region as your Quilt deployment. Check [Model support by AWS Region](https://docs.aws.amazon.com/bedrock/latest/userguide/models-regions.html) for details. | |
- Ensure that the correct inference profile is available in the same region as your Quilt deployment. As of Quilt Platform 1.56, the required model is Claude 3.5 Sonnet V2 (`anthropic.claude-3-5-sonnet-20241022-v2:0`). Check [Model support by AWS Region](https://docs.aws.amazon.com/bedrock/latest/userguide/models-regions.html) for details. |
Pinging @QuiltSimon |
Description