]> git.djapps.eu Git - pkg/ggml/sources/llama.cpp/commitdiff
readme : update supported models
authorGeorgi Gerganov <redacted>
Thu, 30 Mar 2023 19:31:54 +0000 (22:31 +0300)
committerGitHub <redacted>
Thu, 30 Mar 2023 19:31:54 +0000 (22:31 +0300)
README.md

index e30452ee0b040f24cb2a94f5582dbc75aa07c5a3..cefcfb7cad440d37f213b44afe0b93f3bad32e72 100644 (file)
--- a/README.md
+++ b/README.md
@@ -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)
 
 ---