Skip to content

Commit

Permalink
update recommended models
Browse files Browse the repository at this point in the history
  • Loading branch information
sestinj committed Jul 10, 2024
1 parent 823dcd6 commit 7b99524
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions docs/docs/setup/select-model.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,10 @@ _We currently recommend the following open-source models:_
- Unlimited GPU: `llama3-70b`
- Limited GPU: `llama3-8B`

#### DeepSeek Coder from DeepSeek
#### DeepSeek Coder v2 from DeepSeek

- Unlimited GPU: `deepseek-coder-33b`
- Limited GPU: `deepseek-coder-6.7b`
- Unlimited GPU: `deepseek-coder-v2:236b`
- Limited GPU: `deepseek-coder-v2:16b`

_You can also use other open-source chat models by adding them to your `config.json`._

Expand Down Expand Up @@ -61,10 +61,10 @@ Our current recommendation for autocomplete, if you are able to choose any model

_We currently recommend the following open-source models:_

#### DeepSeek Coder from DeepSeek
#### DeepSeek Coder v2 from DeepSeek

- Unlimited GPU: `deepseek-coder-6.7b`
- Limited GPU: `deepseek-coder-1.3b`
- Unlimited GPU: `deepseek-coder-v2:16b`
- Limited GPU: `deepseek-coder:6.7b` or `deepseek-coder:1.3b`

#### StarCoder 2 from Hugging Face

Expand Down

0 comments on commit 7b99524

Please sign in to comment.