ollama
This commit is contained in:
@@ -271,7 +271,7 @@
|
|||||||
};
|
};
|
||||||
|
|
||||||
services.ollama = {
|
services.ollama = {
|
||||||
enable = false;
|
enable = true;
|
||||||
acceleration = "rocm";
|
acceleration = "rocm";
|
||||||
environmentVariables = {
|
environmentVariables = {
|
||||||
# Force Ollama to only see the dedicated GPU
|
# Force Ollama to only see the dedicated GPU
|
||||||
@@ -360,6 +360,18 @@
|
|||||||
openssl
|
openssl
|
||||||
curl
|
curl
|
||||||
expat
|
expat
|
||||||
|
wayland
|
||||||
|
libxkbcommon
|
||||||
|
libGL
|
||||||
|
gtk3
|
||||||
|
glib
|
||||||
|
pango
|
||||||
|
harfbuzz
|
||||||
|
cairo
|
||||||
|
gdk-pixbuf
|
||||||
|
webkitgtk_4_1
|
||||||
|
libsoup_3
|
||||||
|
gobject-introspection
|
||||||
];
|
];
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user