local ollama with codestral

This commit is contained in:
Geir Okkenhaug Jerstad 2024-12-15 14:16:18 +01:00
parent 58be3af78c
commit f4129b6154

View file

@ -5,6 +5,6 @@
home = "/home/geir/virtual/ollama";
package = pkgs.ollama-rocm;
acceleration = "rocm";
loadModela = [ "codestral" ];
loadModels = [ "codestral" ];
};
}