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

doc(v6e): mention initial v6e support #131

Merged
merged 1 commit into from
Dec 18, 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
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ We currently support a few LLM models targeting text generation scenarios:
## Inference

`optimum-tpu` provides a set of dedicated tools and integrations in order to leverage Cloud TPUs for inference, especially
on the latest TPU version `v5e`.
on the latest TPU version `v5e` and `v6e`.

Other TPU versions will be supported along the way.

Expand All @@ -64,8 +64,8 @@ To enable the support, export the environment variable `JETSTREAM_PT=1`.

Fine-tuning is supported and tested on the TPU `v5e`. We have tested so far:

- 🦙 Llama-2 7B and Llama-3 8B
- 💎 Gemma 2B and 7B
- 🦙 Llama-2 7B, Llama-3 8B and newer;
- 💎 Gemma 2B and 7B.

You can check the examples:

Expand Down
5 changes: 4 additions & 1 deletion docs/source/howto/training.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,18 @@ Welcome to the 🤗 Optimum-TPU training guide! This section covers how to fine-

## Currently Supported Models

The following models have been tested and validated for fine-tuning on TPU v5e:
The following models have been tested and validated for fine-tuning on TPU `v5e` and `v6e`:

- 🦙 LLaMA Family
- LLaMA-2 7B
- LLaMA-3 8B
- LLaMA-3.2 1B
- 💎 Gemma Family
- Gemma 2B
- Gemma 7B

Bigger models are supported, but not yet tested.

## Getting Started

### Prerequisites
Expand Down
Loading