Skip to content

Commit

Permalink
update models list (#30)
Browse files Browse the repository at this point in the history
  • Loading branch information
FuzzyReason authored Feb 7, 2024
1 parent ca2eb02 commit 23c73ee
Showing 1 changed file with 39 additions and 0 deletions.
39 changes: 39 additions & 0 deletions src/content/docs/supported-models.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,10 @@ In Refact self-hosted you can select between the following models:
<td>✓</td>
</tr>
<tr>
<td>Refact/1.6B/vllm</td>
<td>✓</td>
</tr>
<tr>
<td>starcoder/1b/base</td>
<td>✓</td>
</tr>
Expand All @@ -38,6 +42,10 @@ In Refact self-hosted you can select between the following models:
<td>✓</td>
</tr>
<tr>
<td>starcoder/3b/vllm</td>
<td></td>
</tr>
<tr>
<td>starcoder/7b/base</td>
<td>✓</td>
</tr>
Expand All @@ -46,10 +54,18 @@ In Refact self-hosted you can select between the following models:
<td>✓</td>
</tr>
<tr>
<td>deepseek-coder/1.3b/vllm</td>
<td></td>
</tr>
<tr>
<td>deepseek-coder/5.7b/mqa-base</td>
<td>✓</td>
</tr>
<tr>
<td>deepseek-coder/5.7b/vllm</td>
<td></td>
</tr>
<tr>
<td>codellama/7b</td>
<td>✓</td>
</tr>
Expand All @@ -62,6 +78,14 @@ In Refact self-hosted you can select between the following models:
<td></td>
</tr>
<tr>
<td>starcoder/7b/base</td>
<td>✓</td>
</tr>
<tr>
<td>starcoder/7b/vllm</td>
<td></td>
</tr>
<tr>
<td>wizardcoder/15b</td>
<td></td>
</tr>
Expand All @@ -80,6 +104,12 @@ In Refact self-hosted you can select between the following models:
<td>starchat/15b/beta</td>
</tr>
<tr>
<td>deepseek-coder/33b/instruct</td>
</tr>
<tr>
<td>deepseek-coder/6.7b/instruct</td>
</tr>
<tr>
<td>wizardlm/7b</td>
</tr>
<tr>
Expand All @@ -94,5 +124,14 @@ In Refact self-hosted you can select between the following models:
<tr>
<td>llama2/13b</td>
</tr>
<tr>
<td>magicoder/6.7b</td>
</tr>
<tr>
<td>mistral/7b/instruct-v0.1</td>
</tr>
<tr>
<td>mixtral/8x7b/instruct-v0.1</td>
</tr>
</tbody>
</table>

0 comments on commit 23c73ee

Please sign in to comment.