Skip to content

Commit

Permalink
fix: For issue 429 "Unable to deploy llama2 on Eks/Ray Serve/inf2" (#430
Browse files Browse the repository at this point in the history
)
  • Loading branch information
harishvs authored Feb 26, 2024
1 parent 91154ef commit 30c5387
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -51,3 +51,7 @@ site
.tfsec

examples/gradio-ui/*
ai-ml/trainium-inferentia/examples/gradio-ui/gradio_cached_examples/*

# venv
**/.venv/*
2 changes: 1 addition & 1 deletion ai-ml/trainium-inferentia/eks.tf
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ module "eks" {
max_size = 8
desired_size = 3

instance_types = ["m5.xlarge"]
instance_types = ["m5.2xlarge"]

labels = {
WorkerType = "ON_DEMAND"
Expand Down

0 comments on commit 30c5387

Please sign in to comment.