Skip to content

Commit

Permalink
Doc supported architecture (#139)
Browse files Browse the repository at this point in the history
* separate doc on supported archtiectures

* add
  • Loading branch information
pagezyhf authored Jan 5, 2025
1 parent 060b709 commit 0b9cfd2
Show file tree
Hide file tree
Showing 3 changed files with 31 additions and 12 deletions.
2 changes: 2 additions & 0 deletions docs/source/_toctree.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
- sections:
- local: index
title: πŸ€— Optimum-TPU
- local: supported-architectures
title: Supported Models
- sections:
- local: tutorials/overview
title: Overview
Expand Down
14 changes: 2 additions & 12 deletions docs/source/howto/training.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -2,19 +2,9 @@

Welcome to the πŸ€— Optimum-TPU training guide! This section covers how to fine-tune models using Google Cloud TPUs.

## Currently Supported Models
## Supported Models

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.
See [Supported Models](../supported-architectures.mdx).

## Getting Started

Expand Down
27 changes: 27 additions & 0 deletions docs/source/supported-architectures.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
# Supported Models

## Inference
The following LLMs have been tested and validated for inference on TPU v5e and v6e for text generation:

- πŸ¦™ LLaMA Family
- LLaMA-2 7B
- LLaMA-3 8B, 70B
- LlaMa3.1 8B, 70B
- LLaMA-3.2 1B, 3B (text only models)
- LlaMa-3.3 70B
- πŸ’Ž Gemma Family
- Gemma 2B, 7B
- πŸ’¨ Mistral Family
- Mistral 7B
- Mixtral 8x7B

## Fine-tuning
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

0 comments on commit 0b9cfd2

Please sign in to comment.