diff options
author | Xingchen Song(宋星辰) <xingchensong1996@163.com> | 2023-10-11 00:28:50 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-10-10 19:28:50 +0300 |
commit | c5b49360d0d9e49f32e05a9116e90bd0b39a282d (patch) | |
tree | 3be8baf81402af5a4c81824b340ca3e903b14fef | |
parent | 02d2875deff28599c6c2c6e1886fab002ffe43b1 (diff) |
readme : add bloom (#3570)
-rw-r--r-- | README.md | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -96,6 +96,7 @@ as the main playground for developing new features for the [ggml](https://github - [X] [Starcoder models](https://github.com/ggerganov/llama.cpp/pull/3187) - [X] [Mistral AI v0.1](https://huggingface.co/mistralai/Mistral-7B-v0.1) - [X] [Refact](https://huggingface.co/smallcloudai/Refact-1_6B-fim) +- [X] [Bloom](https://github.com/ggerganov/llama.cpp/pull/3553) **Bindings:** |