fix(neovim): allow cpu ollama
rocm is broken for a while now
This commit is contained in:
parent
b9e6347a04
commit
b402de2dd2
|
@ -49,6 +49,7 @@ in
|
||||||
type = types.enum [
|
type = types.enum [
|
||||||
"amd"
|
"amd"
|
||||||
"nvidia"
|
"nvidia"
|
||||||
|
"cpu"
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
|
@ -126,6 +126,7 @@
|
||||||
|
|
||||||
# Enable ollama support
|
# Enable ollama support
|
||||||
ollama.enable = true;
|
ollama.enable = true;
|
||||||
|
ollama.type = "cpu";
|
||||||
};
|
};
|
||||||
|
|
||||||
modules.hyprland = {
|
modules.hyprland = {
|
||||||
|
|
Loading…
Reference in a new issue