mirror of
https://github.com/TheWanderingCrow/CrOS.git
synced 2026-01-11 01:34:08 -05:00
ollama
This commit is contained in:
parent
829ac4103e
commit
7d75d11c05
1 changed files with 5 additions and 0 deletions
|
|
@ -3,6 +3,11 @@
|
||||||
pkgs,
|
pkgs,
|
||||||
...
|
...
|
||||||
}: {
|
}: {
|
||||||
|
environment.systemPackages = [
|
||||||
|
pkgs.rocmPackages.rocminfo
|
||||||
|
pkgs.rocmPackages.rocmPath
|
||||||
|
];
|
||||||
|
|
||||||
services.ollama = {
|
services.ollama = {
|
||||||
enable = true;
|
enable = true;
|
||||||
loadModels = [];
|
loadModels = [];
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue