Added models

This commit is contained in:
Saifeddine ALOUI 2023-04-14 18:23:07 +02:00
parent e23548b58c
commit 359b94ac2e

View File

@ -76,6 +76,13 @@ These scripts will create a Python virtual environment and install the required
Now you're ready to work!
# Supported models
For now we support any ggml model such as :
- [GPT4ALL 7B](https://huggingface.co/parisneo/gpt4all/)
- [Vicuna 7B](https://huggingface.co/eachadea/legacy-ggml-vicuna-7b-4bit/tree/main)
- [ALPACA 7B](https://huggingface.co/Sosaka/Alpaca-native-4bit-ggml/blob/main/ggml-alpaca-7b-q4.bin)
Just download the model into the models folder and start using the tool.
## Usage
For simple newbies on Windows:
```cmd