diff options
author | Georgi Gerganov <ggerganov@gmail.com> | 2023-03-30 22:31:54 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-03-30 22:31:54 +0300 |
commit | 3df890aef432ce68143cfafcd7caf828bc4c3e55 (patch) | |
tree | 1d20b62098a82426a57e61551b73c6780262819c | |
parent | ee0c40dd6de8c3c658ae43199939ef40bb1cf408 (diff) |
readme : update supported models
-rw-r--r-- | README.md | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -37,9 +37,11 @@ Supported platforms: Supported models: -- [X] LLaMA +- [X] LLaMA 🦙 - [X] [Alpaca](https://github.com/ggerganov/llama.cpp#instruction-mode-with-alpaca) - [X] [GPT4All](https://github.com/ggerganov/llama.cpp#using-gpt4all) +- [X] [Chinese LLaMA / Alpaca](https://github.com/ymcui/Chinese-LLaMA-Alpaca) +- [X] [Vigogne (French)](https://github.com/bofenghuang/vigogne) --- |