Update ollama
This commit is contained in:
parent
9ad5f61090
commit
19153f92f8
1 changed files with 6 additions and 1 deletions
|
|
@ -66,8 +66,13 @@
|
|||
};
|
||||
hardware.graphics.enable = true;
|
||||
services.xserver.videoDrivers = [ "amdgpu" ];
|
||||
services.nextjs-ollama-llm-ui = {
|
||||
enable = true;
|
||||
port = 4666;
|
||||
};
|
||||
services.ollama = {
|
||||
enable = true;
|
||||
package = pkgs.unstable.ollama-vulkan;
|
||||
loadModels = [ "qwen3" "gpt-oss" ];
|
||||
acceleration = "vulkan";
|
||||
#acceleration = "rocm";
|
||||
|
|
@ -358,7 +363,7 @@
|
|||
rustup # for zed
|
||||
gcc # for zed
|
||||
#ruff # for zed
|
||||
goose-cli
|
||||
#goose-cli
|
||||
pkgs.unstable.claude-code
|
||||
codex
|
||||
neofetch
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue