From: Paweł Wodnicki Date: Tue, 1 Oct 2024 17:18:46 +0000 (-0500) Subject: Update README.md (#9591) X-Git-Tag: upstream/0.0.4488~625 X-Git-Url: https://git.djapps.eu/?a=commitdiff_plain;h=3f1ae2e32cde00c39b96be6d01c2997c29bae555;p=pkg%2Fggml%2Fsources%2Fllama.cpp Update README.md (#9591) Add Bielik model. --- diff --git a/README.md b/README.md index ecc2df8c..c56c9723 100644 --- a/README.md +++ b/README.md @@ -92,6 +92,7 @@ Typically finetunes of the base models below are supported as well. - [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) +- [x] [Bielik-11B-v2.3](https://huggingface.co/collections/speakleash/bielik-11b-v23-66ee813238d9b526a072408a) (instructions for supporting more models: [HOWTO-add-model.md](./docs/development/HOWTO-add-model.md))