mirror of
https://github.com/Username404-59/Dotfiles-NixOS.git
synced 2026-07-03 12:58:07 +02:00
Use smaller qwen model
This commit is contained in:
parent
65de8cea1c
commit
f88eea65fc
@ -6,7 +6,7 @@
|
||||
package = pkgs.ollama-vulkan;
|
||||
|
||||
loadModels = [
|
||||
(if isLaptop then "qwen3.5:9b" else "qwen3.6:27b")
|
||||
"qwen3.5:9b"
|
||||
];
|
||||
};
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user