Skip to content

Commit

Permalink
add sagemaker jumpstart guide (#252)
Browse files Browse the repository at this point in the history
  • Loading branch information
mrmer1 authored Nov 18, 2024
1 parent 5ee7259 commit 77b28aa
Showing 1 changed file with 13 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -100,6 +100,19 @@ result = co.chat(message="Write a LinkedIn post about starting a career in tech:
print(result)
```

## Access Via Amazon SageMaker Jumpstart

Cohere's models are also available on Amazon SageMaker Jumpstart, which makes it easy to access the models with just a few clicks.

To access Cohere's models on SageMaker Jumpstart, follow these steps:

- In the AWS Console, go to Amazon SageMaker and click `Studio`.
- Then, click `Open Studio`. If you don't see this option, you first need to create a user profile.
- This will bring you to the SageMaker Studio page. Look for `Prebuilt and automated solutions` and select `JumpStart`.
- A list of models will appear. To look for Cohere models, type "cohere" in the search bar.
- Select any Cohere model and you will find details about the model and links to further resources.
- You can try out the model by going to the `Notebooks` tab, where you can launch the notebook in JupyterLab.

## Next Steps

With your selected configuration and Product ARN available, you now have everything you need to integrate with Cohere’s model offerings on SageMaker.
Expand Down

0 comments on commit 77b28aa

Please sign in to comment.