-
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: Updates for Inferentia-Trainium workshop #541
Conversation
description = "list of role ARNs to add to the KMS policy" | ||
type = list(string) | ||
default = [] | ||
|
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 space and run pre-commit run -a
locally to format
@@ -267,7 +267,7 @@ module "eks_data_addons" { | |||
#--------------------------------------- | |||
# Kuberay Operator | |||
#--------------------------------------- | |||
enable_kuberay_operator = true | |||
enable_kuberay_operator = var.enable_kuberay_operator |
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.
Are you disabling Kuberay operator as a part of the workshop?
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.
Yes, this is a temporary fix until we can get tinylama supported via ray
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.
yes @vara-bonthu
variable "enable_kuberay_operator" { | ||
description = "Flag to enable kuberay operator" | ||
type = bool | ||
default = true |
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.
true
is fine as false may break the existing blueprints
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.
Motivation
More
website/docs
orwebsite/blog
section for this featurepre-commit run -a
with this PR. Link for installing pre-commit locallyFor Moderators
Additional Notes