-
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.09% 39.09%
=======================================
Files 783 783
Lines 34755 34755
Branches 5521 5521
=======================================
Hits 13588 13588
Misses 19985 19985
Partials 1182 1182
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 |
NOTE: Encourage customers to us-west-2 if possible, as it has low latency. |
@QuiltSimon Approved. Can you merge? |
Description