From 56b121e6d668694eb89a8a1916f5b0cf5141abf4 Mon Sep 17 00:00:00 2001 From: niansa/tuxifan Date: Fri, 28 Jul 2023 01:56:40 +0200 Subject: [PATCH] Add LLaMA 2 to list of supported models --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 5924b7d97..4538d9123 100644 --- a/README.md +++ b/README.md @@ -77,6 +77,7 @@ as the main playground for developing new features for the [ggml](https://github **Supported models:** - [X] LLaMA 🦙 +- [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)