diff options
author | Galunid <karolek1231456@gmail.com> | 2023-10-11 01:02:49 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-10-10 19:02:49 -0400 |
commit | 9f6ede19f3cfa50d4a51a5babb056c3f8a450b80 (patch) | |
tree | 1dddac28c1abad5001de9fcbca3e02f377eaa5c0 | |
parent | 233fc1c69f6f415f35363e18a755f9610e89161b (diff) |
Add MPT model to supported models in README.md (#3574)
-rw-r--r-- | README.md | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -97,6 +97,7 @@ as the main playground for developing new features for the [ggml](https://github - [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) +- [X] [MPT](https://github.com/ggerganov/llama.cpp/pull/3417) **Bindings:** |