Skip to content

Commit

Permalink
Merge pull request #42 from smalltong02/AI_Generator1.0.3
Browse files Browse the repository at this point in the history
support model Mixtral-8x7B-Instruct-v0.1-GGUF
  • Loading branch information
smalltong02 committed May 2, 2024
2 parents d698a31 + d5b9b9a commit 55d8331
Show file tree
Hide file tree
Showing 4 changed files with 91,178 additions and 0 deletions.
10 changes: 10 additions & 0 deletions WebUI/configs/webuiconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -1233,6 +1233,16 @@
"preset": "Mistral Instruct",
"load_type": "llamacpp",
"Huggingface": "TheBloke/Mixtral-8x7B-v0.1-GGUF"
},
"Mixtral-8x7B-Instruct-v0.1-GGUF": {
"path": "models/llm/Mixtral-8x7B-Instruct-v0.1-GGUF",
"device": "cpu",
"maxmemory": 50,
"cputhreads": 4,
"loadbits": 16,
"preset": "Mistral Instruct",
"load_type": "llamacpp",
"Huggingface": "TheBloke/Mixtral-8x7B-Instruct-v0.1-GGUF"
}
},
"70B Model": {
Expand Down
3 changes: 3 additions & 0 deletions models/llm/Mixtral-8x7B-Instruct-v0.1-GGUF/config.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{
"model_type": "mixtral"
}

0 comments on commit 55d8331

Please sign in to comment.