From b59f81abff30ae02dcacfae8d8a56ecbcd2e0091 Mon Sep 17 00:00:00 2001 From: Ettore Di Giacinto Date: Thu, 4 Jul 2024 19:30:14 +0200 Subject: [PATCH] models(gallery): add qwen2-7b-instruct-v0.8 (#2717) Signed-off-by: Ettore Di Giacinto --- gallery/index.yaml | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/gallery/index.yaml b/gallery/index.yaml index 2caf2602..e3980502 100644 --- a/gallery/index.yaml +++ b/gallery/index.yaml @@ -160,6 +160,23 @@ - filename: arcee-agent.Q4_K_M.gguf sha256: ebb49943a66c1e717f9399a555aee0af28a40bfac7500f2ad8dd05f211b62aac uri: huggingface://crusoeai/Arcee-Agent-GGUF/arcee-agent.Q4_K_M.gguf +- !!merge <<: *qwen2 + name: "qwen2-7b-instruct-v0.8" + icon: https://huggingface.co/MaziyarPanahi/Qwen2-7B-Instruct-v0.8/resolve/main/qwen2-fine-tunes-maziyar-panahi.webp + description: | + MaziyarPanahi/Qwen2-7B-Instruct-v0.8 + + This is a fine-tuned version of the Qwen/Qwen2-7B model. It aims to improve the base model across all benchmarks. + urls: + - https://huggingface.co/MaziyarPanahi/Qwen2-7B-Instruct-v0.8 + - https://huggingface.co/MaziyarPanahi/Qwen2-7B-Instruct-v0.8-GGUF + overrides: + parameters: + model: Qwen2-7B-Instruct-v0.8.Q4_K_M.gguf + files: + - filename: Qwen2-7B-Instruct-v0.8.Q4_K_M.gguf + sha256: 8c1b3efe9fa6ae1b37942ef26473cb4e0aed0f8038b60d4b61e5bffb61e49b7e + uri: huggingface://MaziyarPanahi/Qwen2-7B-Instruct-v0.8-GGUF/Qwen2-7B-Instruct-v0.8.Q4_K_M.gguf - &mistral03 ## START Mistral url: "github:mudler/LocalAI/gallery/mistral-0.3.yaml@master"