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

feat: Updates for Inferentia-Trainium workshop #541

Merged
merged 4 commits into from
May 29, 2024
Merged

feat: Updates for Inferentia-Trainium workshop #541

merged 4 commits into from
May 29, 2024

Conversation

sanjeevrg89
Copy link
Contributor

What does this PR do?

  1. Added a variable for kuberay operator (true or false); default is set to true to have no impact on the current module
  2. Updated variables.tf and eks.tf for to accomodate the changes for inferentia workshop

🛑 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

  • [ yes] Yes, I have tested the PR using my local account setup (Provide any test evidence report under Additional Notes)
  • [ yes] Mandatory for new blueprints. Yes, I have added a example to support my blueprint PR
  • [ yes] Mandatory for new blueprints. Yes, I have updated the website/docs or website/blog section for this feature
  • [ yes] Yes, I ran pre-commit run -a with this PR. Link for installing pre-commit locally

For Moderators

  • E2E Test successfully complete before merge?

Additional Notes

@sanjeevrg89 sanjeevrg89 changed the title inferentia workshop updates feat: inferentia workshop updates May 28, 2024
@sanjeevrg89 sanjeevrg89 requested review from vara-bonthu and lusoal May 28, 2024 20:30
@askulkarni2 askulkarni2 changed the title feat: inferentia workshop updates feat: Updates for Inferentia-Trainium workshop May 28, 2024
description = "list of role ARNs to add to the KMS policy"
type = list(string)
default = []

Copy link
Collaborator

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
Copy link
Collaborator

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?

Copy link
Collaborator

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

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

variable "enable_kuberay_operator" {
description = "Flag to enable kuberay operator"
type = bool
default = true
Copy link
Collaborator

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

@askulkarni2 askulkarni2 merged commit 1574f8c into awslabs:main May 29, 2024
35 of 36 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants