-
Notifications
You must be signed in to change notification settings - Fork 236
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
feat: Add sample blueprint to run stable diffusion model on inferentia2 #405
Conversation
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.
Thanks @ratnopamc ! I have added few comments. Could you also write a Website Doc for end to end deployment?
memory: "8G" | ||
nodeSelector: | ||
#provisioner: default | ||
workload: "rayhead" |
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.
Is this using CS or karpenter? you can remove commented config or add details about why its commented
ai-ml/trainium-inferentia/eks.tf
Outdated
|
||
labels = { | ||
instance-type = "inf2-8xl" | ||
//provisioner = "cluster-autoscaler" |
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.
remove the commented line
ai-ml/trainium-inferentia/eks.tf
Outdated
instance-type = "inf2" | ||
provisioner = "cluster-autoscaler" | ||
instance-type = "inf2-24xl" | ||
//provisioner = "cluster-autoscaler" |
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.
remove the comment
Closed. A new PR #406 is tracking this issue. |
What does this PR do?
🛑 Please open an issue first to discuss any significant work and flesh out details/direction - we would hate for your time to be wasted.
Consult the CONTRIBUTING guide for submitting pull-requests.
This PR showcases a sample blueprint that deploys a stable diffusion model using rayserve on inferentia2 accelerator.
Motivation
This addresses existing issue - #371
More
website/docs
orwebsite/blog
section for this feature - work in progress.pre-commit run -a
with this PR. Link for installing pre-commit locallyFor Moderators
Additional Notes