From 75ce5f07df7cc05660826f23b0bdd4455cea5c40 Mon Sep 17 00:00:00 2001 From: hahuyhoang411 Date: Thu, 14 Dec 2023 15:11:09 +0700 Subject: [PATCH] add(mixtral): add model.json for mixtral --- models/mixtral-8x7b-instruct/model.json | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 models/mixtral-8x7b-instruct/model.json diff --git a/models/mixtral-8x7b-instruct/model.json b/models/mixtral-8x7b-instruct/model.json new file mode 100644 index 0000000000..3047bcb3c8 --- /dev/null +++ b/models/mixtral-8x7b-instruct/model.json @@ -0,0 +1,22 @@ +{ + "source_url": "https://huggingface.co/TheBloke/Mixtral-8x7B-Instruct-v0.1-GGUF/resolve/main/mixtral-8x7b-instruct-v0.1.Q4_K_M.gguf", + "id": "mixtral-8x7b-instruct", + "object": "model", + "name": "Mixtral 8x7B Instruct Q4", + "version": "1.0", + "description": "", + "format": "gguf", + "settings": { + "ctx_len": 2048, + "prompt_template": "[INST] {prompt} [/INST]" + }, + "parameters": { + "max_tokens": 2048 + }, + "metadata": { + "author": "MistralAI, TheBloke", + "tags": ["MOE", "Foundational Model"], + "size": 26440000000 + }, + "engine": "nitro" + }