fix ollama package
This commit is contained in:
parent
bb1bfbc906
commit
15e48a82ba
1 changed files with 2 additions and 1 deletions
|
|
@ -1,6 +1,7 @@
|
|||
{
|
||||
lib,
|
||||
config,
|
||||
pkgs,
|
||||
...
|
||||
}:
|
||||
{
|
||||
|
|
@ -8,7 +9,7 @@
|
|||
(lib.mkIf config.osbmModules.services.ollama.enable {
|
||||
services.ollama = {
|
||||
enable = true;
|
||||
acceleration = "cuda";
|
||||
package = pkgs.ollama-cuda;
|
||||
# loadModels = [
|
||||
# "deepseek-r1:7b"
|
||||
# "deepseek-r1:14b"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue