2023-09-12 15:41:00 +00:00
---
sidebar_position: 4
---
# 🧑🔬 Models Directory
2023-10-03 20:11:07 +00:00
## Completion models (For `--model`)
2023-09-14 06:07:21 +00:00
We recommend using
2023-09-21 12:54:20 +00:00
* **small models (less than 400M)** for **CPU devices** .
* For **1B to 7B models** , it's advisable to have at least **NVIDIA T4, 10 Series, or 20 Series GPUs** .
* For **7B to 13B models** , we recommend using **NVIDIA V100, A100, 30 Series, or 40 Series GPUs** .
2023-10-03 20:11:07 +00:00
| Model ID | License | Infilling Support | Apple M1/M2 Supports |
| --------------------------------------------------------------------- | :-----------------------------------------------------------------------------------------: | :---------------: | :------------: |
| [TabbyML/CodeLlama-13B ](https://huggingface.co/TabbyML/CodeLlama-13B ) | [Llama2 ](https://github.com/facebookresearch/llama/blob/main/LICENSE ) | ✅ | ✅ |
| [TabbyML/CodeLlama-7B ](https://huggingface.co/TabbyML/CodeLlama-7B ) | [Llama2 ](https://github.com/facebookresearch/llama/blob/main/LICENSE ) | ✅ | ✅ |
| [TabbyML/StarCoder-7B ](https://huggingface.co/TabbyML/StarCoder-7B ) | [BigCode-OpenRAIL-M ](https://huggingface.co/spaces/bigcode/bigcode-model-license-agreement ) | ✅ | ✅ |
| [TabbyML/StarCoder-3B ](https://huggingface.co/TabbyML/StarCoder-3B ) | [BigCode-OpenRAIL-M ](https://huggingface.co/spaces/bigcode/bigcode-model-license-agreement ) | ✅ | ✅ |
| [TabbyML/StarCoder-1B ](https://huggingface.co/TabbyML/StarCoder-1B ) | [BigCode-OpenRAIL-M ](https://huggingface.co/spaces/bigcode/bigcode-model-license-agreement ) | ✅ | ✅ |
| [TabbyML/J-350M ](https://huggingface.co/TabbyML/J-350M ) | [BSD-3 ](https://opensource.org/license/bsd-3-clause/ ) | ❌ | ❌ |
2023-09-16 03:44:33 +00:00
2023-10-03 20:11:07 +00:00
## Chat models (For `--chat-model`)
2023-09-14 06:07:21 +00:00
2023-10-03 20:11:07 +00:00
To ensure optimal response quality, and given that latency requirements are not stringent in this scenario, we recommend using a model with at least 3B parameters.
2023-09-12 15:41:00 +00:00
2023-10-03 20:11:07 +00:00
| Model ID | License |
| ------------------------------------------------------------------------- | :---------------------------------------------------------------------------------: |
| [TabbyML/WizardCoder-15B ](https://huggingface.co/TabbyML/WizardCoder-15B ) | [OpenRAIL-M ](https://huggingface.co/spaces/bigcode/bigcode-model-license-agreement ) |
| [TabbyML/Mistral-7B ](https://huggingface.co/TabbyML/Mistral-7B ) | [Apache 2.0 ](https://opensource.org/licenses/Apache-2.0 ) |
| [TabbyML/WizardCoder-3B ](https://huggingface.co/TabbyML/WizardCoder-3B ) | [OpenRAIL-M ](https://huggingface.co/spaces/bigcode/bigcode-model-license-agreement ) |