trying to implement the jump.model
from sagemaker.jumpstart.model import JumpStartModel
model = JumpStartModel(
model_id="meta-textgeneration-llama-2-7b",
model_version="2.*",
instance_type="ml.g5.2xlarge",
region="us-west-1" # Specify a supported region
)
predictor = model.deploy()
ValueError: Model package arn for 'meta-textgeneration-llama-2-7b' not supported in us-west-1. Please try one of the following regions: us-west-2, us-east-2, us-east-1, eu-west-1, ap-southeast-1, ap-southeast-2.