Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
kenarsa committed Apr 30, 2024
1 parent d75c4c6 commit 310d562
Showing 1 changed file with 12 additions and 9 deletions.
21 changes: 12 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ language models. picoLLM Inference Engine is:

- [picoLLM](#picollm)
- [Table of Contents](#table-of-contents)
- [Supported Models](#supported-models)
- [Models](#models)
- [AccessKey](#accesskey)
- [Demos](#demos)
- [Python](#python-demos)
Expand All @@ -50,8 +50,16 @@ language models. picoLLM Inference Engine is:
- [Releases](#releases)
- [FAQ](#faq)

## Supported Models
## Models

PicoLLM Inference Engine supports the following open-weight models. You can download them from
[Picovoice Console](https://console.picovoice.ai/).

- Gemma
- `gemma-2b`
- `gemma-2b-it`
- `gemma-7b`
- `gemma-7b-it`
- Llama-2
- `llama-2-7b`
- `llama-2-7b-chat`
Expand All @@ -61,21 +69,16 @@ language models. picoLLM Inference Engine is:
- `llama-2-70b-chat`
- Llama-3
- `llama-3-8b`
- `llama-3-8b-chat`
- `llama-3-8b-instruct`
- `llama-3-70b`
- `llama-3-70b-chat`
- `llama-3-70b-instruct`
- Mistral
- `mistral-7b-v0.1`
- `mistral-7b-instruct-v0.1`
- `mistral-7b-instruct-v0.2`
- Mixtral
- `mixtral-8x7b-v0.1`
- `mixtral-8x7b-instruct-v0.1`
- Gemma
- `gemma-2b`
- `gemma-2b-it`
- `gemma-7b`
- `gemma-7b-it`
- Phi-2

## AccessKey
Expand Down

0 comments on commit 310d562

Please sign in to comment.