local ollama with codestral
This commit is contained in:
parent
d0fb9ece33
commit
e74b033549
5 changed files with 246 additions and 4 deletions
|
@ -1,4 +1,10 @@
|
|||
{ pkgs, ... }:
|
||||
{ configs, pkgs, ... }:
|
||||
{
|
||||
|
||||
services.ollama = {
|
||||
enable = true;
|
||||
home = "/home/geir/virtual/ollama";
|
||||
package = pkgs.ollama-rocm;
|
||||
acceleration = "rocm";
|
||||
loadModela = [ "codestral" ];
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue