chore: had to disable rocm

This commit is contained in:
Nick 2025-01-27 14:59:31 -06:00
parent 3c86475c02
commit e8ff90e583

View file

@ -14,13 +14,13 @@ in
{
services = {
ollama = {
acceleration = "rocm";
package = pkgs.ollama.override {
config = {
rocmSupport = true;
cudaSupport = false;
};
};
# acceleration = "rocm";
# package = pkgs.ollama.override {
# config = {
# rocmSupport = true;
# cudaSupport = false;
# };
# };
enable = true;
group = service.name;
host = "http://${localhost}";