flake update
This commit is contained in:
parent
e209e98b4b
commit
37d83dd90f
6 changed files with 38 additions and 12 deletions
|
|
@ -22,7 +22,7 @@
|
|||
rocmPackages.clr.icd
|
||||
];
|
||||
|
||||
services.ollama.acceleration = "rocm";
|
||||
services.ollama.package = pkgs.ollama-rocm;
|
||||
|
||||
environment.systemPackages = with pkgs; [
|
||||
framework-tool
|
||||
|
|
|
|||
|
|
@ -24,5 +24,5 @@
|
|||
};
|
||||
boot.blacklistedKernelModules = [ "nouveau" ];
|
||||
|
||||
services.ollama.acceleration = "cuda";
|
||||
services.ollama.package = pkgs.ollama-cuda;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue