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

(bedrock): CDK construct for creating custom Bedrock models #700

Open
1 of 2 tasks
rinaudjaws opened this issue Sep 17, 2024 · 3 comments
Open
1 of 2 tasks

(bedrock): CDK construct for creating custom Bedrock models #700

rinaudjaws opened this issue Sep 17, 2024 · 3 comments
Labels
enhancement New feature or request needs-triage This issue or PR still needs to be triaged. stale

Comments

@rinaudjaws
Copy link
Contributor

Describe the feature

Create a construct to enable fine tuning of Bedrock models with enterprise data.

Use Case

I want to train a new Bedrock model with existing enterprise data.

Proposed Solution

This requires use of custom resources (as no there's no support for CloudFormation for CreateModelCustomizationJob).

Other Information

Use other solutions like aiops-modules's bedrock fine tuning.

Acknowledgements

  • I may be able to implement this feature request
  • This feature might incur a breaking change
@rinaudjaws rinaudjaws added the needs-triage This issue or PR still needs to be triaged. label Sep 17, 2024
@krokoko krokoko added the enhancement New feature or request label Sep 17, 2024
@krokoko
Copy link
Collaborator

krokoko commented Oct 23, 2024

Hi @rinaudjaws thank you for this ticket, the link you mentioned seems to provide already a CDK construct for that purpose. Is the ask to have a different delivery mechanism for that mentioned solution (this library in addition to seedfarmer cli) ?
@kukushking what do you think ? we could make your fine tuning module also part of this library

@rinaudjaws
Copy link
Contributor Author

The solution I linked is a stack and not a construct (I would need to copy/maintain code which increases complexity of the solutions) or figure out a way to integrate both solutions (aiops-modules with generative-ai-cdk-constructs).

I see value implementing a similar approach directly within generative-ai-cdk-constructs (otherwise customers will need to implement it themselves, in which case it will look 99% similar to aiops approach)

Copy link
Contributor

This issue is now marked as stale because it hasn't seen activity for a while. Add a comment or it will be closed soon. If you wish to exclude this issue from being marked as stale, add the "backlog" label.

@github-actions github-actions bot added the stale label Dec 24, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request needs-triage This issue or PR still needs to be triaged. stale
Projects
None yet
Development

No branches or pull requests

2 participants