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;
|
hardware.graphics.enable = true;
|
||||||
services.xserver.videoDrivers = [ "amdgpu" ];
|
services.xserver.videoDrivers = [ "amdgpu" ];
|
||||||
|
services.nextjs-ollama-llm-ui = {
|
||||||
|
enable = true;
|
||||||
|
port = 4666;
|
||||||
|
};
|
||||||
services.ollama = {
|
services.ollama = {
|
||||||
enable = true;
|
enable = true;
|
||||||
|
package = pkgs.unstable.ollama-vulkan;
|
||||||
loadModels = [ "qwen3" "gpt-oss" ];
|
loadModels = [ "qwen3" "gpt-oss" ];
|
||||||
acceleration = "vulkan";
|
acceleration = "vulkan";
|
||||||
#acceleration = "rocm";
|
#acceleration = "rocm";
|
||||||
|
|
@ -358,7 +363,7 @@
|
||||||
rustup # for zed
|
rustup # for zed
|
||||||
gcc # for zed
|
gcc # for zed
|
||||||
#ruff # for zed
|
#ruff # for zed
|
||||||
goose-cli
|
#goose-cli
|
||||||
pkgs.unstable.claude-code
|
pkgs.unstable.claude-code
|
||||||
codex
|
codex
|
||||||
neofetch
|
neofetch
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue