-
Notifications
You must be signed in to change notification settings - Fork 82
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[Fix] Minor Fixs for Tutorial and Bumped version to 0.0.9 (#154)
* Updated AWS, bumped release version Signed-off-by: hanchenli <[email protected]> * minor fix to readme in aws Signed-off-by: hanchenli <[email protected]> * minor fix to readme in aws Signed-off-by: hanchenli <[email protected]> * fix format Signed-off-by: hanchenli <[email protected]> * fix folder Signed-off-by: hanchenli <[email protected]> --------- Signed-off-by: hanchenli <[email protected]>
- Loading branch information
Showing
8 changed files
with
65 additions
and
64 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,16 +1,18 @@ | ||
# Setting up EKS vLLM stack with one command | ||
|
||
This script automatically configures a EKS LLM inference cluster. | ||
Make sure your AWS cli is set up, logged in, and region set up. You have eksctl, kubectl, helm installed. | ||
Make sure your AWS cli (v2) is installed, logged in, and region set up. You have eksctl, kubectl, helm installed. | ||
|
||
Modify fields production_stack_specification.yaml and execute as: | ||
|
||
```bash | ||
bash entry_point.sh YOUR_AWSREGION YAML_FILE_PATH | ||
``` | ||
|
||
Clean up the service (not the VPC) with: | ||
Clean up the service with: | ||
|
||
```bash | ||
bash clean_up.sh production-stack YOUR_AWSREGION | ||
``` | ||
|
||
You may also want to manually delete the VPC and clean up the cloud formation in the AWS Console. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.