#๐Ÿ”’ AWS Sagemaker

12 messages ยท Page 1 of 1 (latest)

oblique spire
#

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.

lethal novaBOT
#

@oblique spire

Python help channel opened

Remember to:

  • Ask your Python question, not if you can ask or if there's an expert who can help.
  • Show a code sample as text (rather than a screenshot) and the error message, if you've got one.
  • Explain what you expect to happen and what actually happens.

:warning: Do not pip install anything that isn't related to your question, especially if asked to over DMs.

oblique spire
#

anyone?

echo lodge
oblique spire
#

i understad the error ,but when i am setting itin above code it shows the us-west-1.
but when run this above code it shows not support..

raw gate
#

because you need to set it to something other than us-west-1

raw gate
#

it is spelled weirdly

oblique spire
raw gate
#

๐Ÿคฆ please use normal google translate instead of trying to translate yourself, because i dont understand shit. what do you mean by "in my message of error"

lethal novaBOT
#
Python help channel closed

This help channel has been closed and it's no longer possible to send messages here. If your question wasn't answered, feel free to create a new post in #1035199133436354600. To maximize your chances of getting a response, check out this guide on asking good questions.