-
Notifications
You must be signed in to change notification settings - Fork 24
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* separate doc on supported archtiectures * add
- Loading branch information
Showing
3 changed files
with
31 additions
and
12 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |