Install ollama (support for cuda)
All checks were successful
check / check (push) Successful in 33s

This commit is contained in:
Florian RICHER 2024-05-29 10:17:45 +02:00
parent f5407927cf
commit 3bc86778ff
3 changed files with 26 additions and 0 deletions

View file

@ -47,5 +47,9 @@
printing.enable = true;
waydroid.enable = true;
};
server = {
ollama.enable = true;
};
};
}