diff options
author | qouoq <qouoq@fastmail.com> | 2023-04-11 04:41:53 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-04-10 22:41:53 +0200 |
commit | a0caa34b162449b5c13b8d604573053300ff54a1 (patch) | |
tree | 7d80d37e6211cd230124c147a0febe21b1e41348 | |
parent | 461ba9e66ed3885f80680d71495e055580573c74 (diff) |
Add BAIR's Koala to supported models (#877)
-rw-r--r-- | README.md | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -42,6 +42,7 @@ New features will probably be added mostly through community contributions. - [X] [Chinese LLaMA / Alpaca](https://github.com/ymcui/Chinese-LLaMA-Alpaca) - [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/) **Bindings:** |