From 6ce0c0e4df7729c3c14a3e94c62430c913279282 Mon Sep 17 00:00:00 2001 From: Ettore Di Giacinto Date: Thu, 14 Nov 2024 11:07:47 +0100 Subject: [PATCH] chore(model): add llama3.1-8b-cobalt to the gallery (#4147) Signed-off-by: Ettore Di Giacinto --- gallery/index.yaml | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) diff --git a/gallery/index.yaml b/gallery/index.yaml index eff20c70bd2..41bf4c52a42 100644 --- a/gallery/index.yaml +++ b/gallery/index.yaml @@ -2672,6 +2672,25 @@ - filename: Llama3.1-8B-Enigma.Q4_K_M.gguf sha256: e98c9909ee3b74b11d50d4c4f17178502e42cd936215ede0c64a7b217ae665bb uri: huggingface://mradermacher/Llama3.1-8B-Enigma-GGUF/Llama3.1-8B-Enigma.Q4_K_M.gguf +- !!merge <<: *llama31 + name: "llama3.1-8b-cobalt" + urls: + - https://huggingface.co/ValiantLabs/Llama3.1-8B-Cobalt + - https://huggingface.co/mradermacher/Llama3.1-8B-Cobalt-GGUF + description: | + Cobalt is a math-instruct model built on Llama 3.1 8b. + High quality math instruct performance within the Llama 3 Instruct chat format + Finetuned on synthetic math-instruct data generated with Llama 3.1 405b. Find the current version of the dataset here! + Version + This is the 2024-08-16 release of Cobalt for Llama 3.1 8b. + Help us and recommend Cobalt to your friends! We're excited for more Cobalt releases in the future. + overrides: + parameters: + model: Llama3.1-8B-Cobalt.Q4_K_M.gguf + files: + - filename: Llama3.1-8B-Cobalt.Q4_K_M.gguf + sha256: 44340f1ebbc3bf4e4e23d04ac3580c26fdc0b5717f23b45ce30743aa1eeed7ed + uri: huggingface://mradermacher/Llama3.1-8B-Cobalt-GGUF/Llama3.1-8B-Cobalt.Q4_K_M.gguf - &deepseek ## Deepseek url: "github:mudler/LocalAI/gallery/deepseek.yaml@master"