aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYiming Cui <conandiy@vip.qq.com>2023-08-02 14:18:31 +0800
committerGitHub <noreply@github.com>2023-08-02 09:18:31 +0300
commita312193e184b919047f33a5e844d846c5538dbe6 (patch)
treeb5fda820204002c518a19577763ffa8cab642c9a
parentc574bddb368424b5996cbee2ec45ec050967d404 (diff)
readme : Add Chinese LLaMA-2 / Alpaca-2 to supported models (#2475)
* add support for chinese llama-2 / alpaca-2 * remove white spaces
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index b231d24..515c80c 100644
--- a/README.md
+++ b/README.md
@@ -80,7 +80,7 @@ as the main playground for developing new features for the [ggml](https://github
- [x] LLaMA 2 🦙🦙
- [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] [Chinese LLaMA / Alpaca](https://github.com/ymcui/Chinese-LLaMA-Alpaca) and [Chinese LLaMA-2 / Alpaca-2](https://github.com/ymcui/Chinese-LLaMA-Alpaca-2)
- [X] [Vigogne (French)](https://github.com/bofenghuang/vigogne)
- [X] [Vicuna](https://github.com/ggerganov/llama.cpp/discussions/643#discussioncomment-5533894)
- [X] [Koala](https://bair.berkeley.edu/blog/2023/04/03/koala/)