Skip to content

Commit

Permalink
Update launch-llmware-ami.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
turnham authored Nov 21, 2023
1 parent 76ba15c commit d98448d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scripts/aws/launch-llmware-ami.sh
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
# - The default storage size is 100GB, which is sufficient for modest workloads
# - If you plan to experiment with many models we recommend increasing that size below
# tag-specifications:
# - By default the command below will name the instance "llmware-001". You can change his below
# - By default the command below will name the instance "llmware-001". You can change this below

INSTANCE_TYPE=t2.2xlarge
KEY_NAME=YOUR-KEY-NAME
Expand All @@ -28,4 +28,4 @@ aws ec2 run-instances --image-id ami-0eef3676fbf4809e5 \
--subnet-id $SUBNET_ID \
--block-device-mappings "DeviceName=/dev/sda1,Ebs={VolumeSize=$STORAGE_SIZE}" \
--tag-specifications "ResourceType=instance,Tags=[{Key=Name,Value=$INSTANCE_NAME}]"


0 comments on commit d98448d

Please sign in to comment.