Skip to content

Commit

Permalink
models: Don't change default model
Browse files Browse the repository at this point in the history
  • Loading branch information
kaspermarstal committed Sep 19, 2024
1 parent 893c60b commit b0ab8a6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/Cellm/appsettings.Local.Llamafile.GPU.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"LlamafileConfiguration": {
"LlamafileUrl": "https://github.com/Mozilla-Ocho/llamafile/releases/download/0.8.13/llamafile-0.8.13",
"DefaultModel": "qwen-2.5-0.5b-instruct-q6-k-l",
"DefaultModel": "qwen-2.5-3b-instruct-q6-k-l",
"Models": {
"qwen-2.5-3b-instruct-q6-k-l": "https://huggingface.co/bartowski/Qwen2.5-3B-Instruct-GGUF/resolve/main/Qwen2.5-3B-Instruct-Q6_K_L.gguf?download=true",
"qwen-2.5-0.5b-instruct-q6-k-l": "https://huggingface.co/bartowski/Qwen2.5-0.5B-Instruct-GGUF/resolve/main/Qwen2.5-0.5B-Instruct-Q6_K_L.gguf?download=true"
Expand Down
2 changes: 1 addition & 1 deletion src/Cellm/appsettings.Local.Llamafile.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"LlamafileConfiguration": {
"LlamafileUrl": "https://github.com/Mozilla-Ocho/llamafile/releases/download/0.8.13/llamafile-0.8.13",
"DefaultModel": "qwen-2.5-0.5b-instruct-q6-k-l",
"DefaultModel": "qwen-2.5-3b-instruct-q6-k-l",
"Models": {
"qwen-2.5-3b-instruct-q6-k-l": "https://huggingface.co/bartowski/Qwen2.5-3B-Instruct-GGUF/resolve/main/Qwen2.5-3B-Instruct-Q6_K_L.gguf?download=true",
"qwen-2.5-0.5b-instruct-q6-k-l": "https://huggingface.co/bartowski/Qwen2.5-0.5B-Instruct-GGUF/resolve/main/Qwen2.5-0.5B-Instruct-Q6_K_L.gguf?download=true"
Expand Down

0 comments on commit b0ab8a6

Please sign in to comment.