From: Faisal Zaghloul Date: Thu, 12 Sep 2024 00:29:53 +0000 (-0400) Subject: Add Jais to list of supported models (#9439) X-Git-Tag: upstream/0.0.4488~753 X-Git-Url: https://git.djapps.eu/?a=commitdiff_plain;h=449ccfb6f5f1bbd70e04f75a330d9d7c1af82187;p=pkg%2Fggml%2Fsources%2Fllama.cpp Add Jais to list of supported models (#9439) Co-authored-by: fmz --- diff --git a/README.md b/README.md index c945e125..73041b1a 100644 --- a/README.md +++ b/README.md @@ -89,6 +89,7 @@ Typically finetunes of the base models below are supported as well. - [x] [SmolLM](https://huggingface.co/collections/HuggingFaceTB/smollm-6695016cad7167254ce15966) - [x] [EXAONE-3.0-7.8B-Instruct](https://huggingface.co/LGAI-EXAONE/EXAONE-3.0-7.8B-Instruct) - [x] [FalconMamba Models](https://huggingface.co/collections/tiiuae/falconmamba-7b-66b9a580324dd1598b0f6d4a) +- [x] [Jais](https://huggingface.co/inceptionai/jais-13b-chat) (instructions for supporting more models: [HOWTO-add-model.md](./docs/development/HOWTO-add-model.md))