mirror of
https://github.com/TheWanderingCrow/CrOS.git
synced 2026-01-11 09:44:08 -05:00
ollama changes
This commit is contained in:
parent
667a046b2a
commit
1174a72d0e
1 changed files with 1 additions and 5 deletions
|
|
@ -4,14 +4,10 @@
|
|||
...
|
||||
}:
|
||||
{
|
||||
environment.systemPackages = [
|
||||
pkgs.rocmPackages.rocminfo
|
||||
pkgs.rocmPackages.rocmPath
|
||||
];
|
||||
|
||||
services.ollama = {
|
||||
enable = true;
|
||||
package = pkgs.unstable.ollama;
|
||||
package = pkgs.ollama;
|
||||
loadModels = [ ];
|
||||
acceleration = "rocm";
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue