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 [
|
||||
"amd"
|
||||
"nvidia"
|
||||
"cpu"
|
||||
];
|
||||
};
|
||||
};
|
||||
|
|
|
@ -126,6 +126,7 @@
|
|||
|
||||
# Enable ollama support
|
||||
ollama.enable = true;
|
||||
ollama.type = "cpu";
|
||||
};
|
||||
|
||||
modules.hyprland = {
|
||||
|
|
Loading…
Reference in a new issue