Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add missing notebooks to doc #543

Merged
merged 2 commits into from
Apr 2, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions docs/source/tutorials/notebooks.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -31,3 +31,4 @@ We prepared some notebooks for you, so that you can run directly tutorials in th
| [Create your own chatbot with llama-2-13B on AWS Inferentia](https://github.com/huggingface/optimum-neuron/blob/main/notebooks/text-generation/llama2-13b-chatbot.ipynb) | Show how to run LLama-2 13B chat model on AWS inferentia 2. | [![Open in AWS Studio](https://studiolab.sagemaker.aws/studiolab.svg)](https://studiolab.sagemaker.aws/import/github/huggingface/optimum-neuron/blob/main/notebooks/text-generation/llama2-13b-chatbot.ipynb) |
| [How to generate images with Stable Diffusion](https://github.com/huggingface/optimum-neuron/blob/main/notebooks/stable-diffusion/stable-diffusion-txt2img.ipynb) | Show how to use stable-diffusion v2.1 model to generate images from prompts on Inferentia 2. | [![Open in AWS Studio](https://studiolab.sagemaker.aws/studiolab.svg)](https://studiolab.sagemaker.aws/import/github/huggingface/optimum-neuron/blob/main/notebooks/stable-diffusion/stable-diffusion-txt2img.ipynb) |
| [How to generate images with Stable Diffusion XL](https://github.com/huggingface/optimum-neuron/blob/main/notebooks/stable-diffusion/stable-diffusion-xl-txt2img.ipynb) | Show how to use stable-diffusion XL model to generate images from prompts on Inferentia 2. | [![Open in AWS Studio](https://studiolab.sagemaker.aws/studiolab.svg)](https://studiolab.sagemaker.aws/import/github/huggingface/optimum-neuron/blob/main/notebooks/stable-diffusion/stable-diffusion-xl-txt2img.ipynb) |
| [Compute text embeddings with Sentence Transformers on Inferentia](https://github.com/huggingface/optimum-neuron/blob/main/notebooks/sentence-transformers/getting-started.ipynb) | Show how to use Sentence Transformers to compute sentence / text embeddings on Inferentia 2. | [![Open in AWS Studio](https://studiolab.sagemaker.aws/studiolab.svg)](https://studiolab.sagemaker.aws/import/github/huggingface/optimum-neuron/blob/main/notebooks/sentence-transformers/getting-started.ipynb) |
2 changes: 2 additions & 0 deletions docs/source/tutorials/overview.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -23,3 +23,5 @@ These tutorials will help you quickly get started with AWS Trainium / Inferentia
- [Getting started with AWS Trainium and Hugging Face Transformers](./fine_tune_bert)
- [Generate images with Stable Diffusion models on AWS Inferentia2](./stable_diffusion)
- [Create your own chatbot with llama-2-13B on AWS Inferentia](./llama2-13b-chatbot)
- [Fine-tune and Test Llama 2 7B on AWS Trainium](./fine_tune_llama_7b)
- [Sentence Transformers on AWS Inferentia with Optimum Neuron](./sentence_transformers)
Loading