Update README.md
This commit is contained in:
parent
5b70e7de4c
commit
445c0cd75a
1 changed files with 5 additions and 6 deletions
11
README.md
11
README.md
|
@ -1,16 +1,15 @@
|
|||
# llama.cpp
|
||||
|
||||

|
||||
)
|
||||
|
||||
[](https://github.com/ggerganov/llama.cpp/actions)
|
||||
[](https://opensource.org/licenses/MIT)
|
||||
|
||||
Inference of [LLaMA](https://arxiv.org/abs/2302.13971) model in pure C/C++
|
||||
Inference of [LLaMA](https://arxiv.org/abs/2302.13971) and [Alpaca](https://crfm.stanford.edu/2023/03/13/alpaca.html) models in pure C/C++
|
||||
|
||||
**Hot topics:**
|
||||
|
||||
- [Roadmap (short-term)](https://github.com/ggerganov/llama.cpp/discussions/457)
|
||||
- Support for [GPT4All](https://github.com/ggerganov/llama.cpp#using-gpt4all)
|
||||
- Support for [GPT4All](https://github.com/Shreyas-ITB/llama.cpp#using-gpt4all)
|
||||
|
||||
## Description
|
||||
|
||||
|
@ -38,8 +37,8 @@ Supported platforms:
|
|||
Supported models:
|
||||
|
||||
- [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] [Alpaca](https://github.com/Shreyas-ITB/llama.cpp#instruction-mode-with-alpaca)
|
||||
- [X] [GPT4All](https://github.com/Shreyas-ITB/llama.cpp#using-gpt4all)
|
||||
- [X] [Chinese LLaMA / Alpaca](https://github.com/ymcui/Chinese-LLaMA-Alpaca)
|
||||
- [X] [Vigogne (French)](https://github.com/bofenghuang/vigogne)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue