Skip to content

Commit

Permalink
feat(dev/llm): enabled ollama service with cuda acceleration
Browse files Browse the repository at this point in the history
  • Loading branch information
luisnquin committed Feb 1, 2025
1 parent a547792 commit 83bbdb3
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
1 change: 1 addition & 0 deletions home/modules/dev/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@
./ocaml.nix
./node.nix
./rust.nix
./llm.nix
./etc.nix
./zig.nix
];
Expand Down
6 changes: 6 additions & 0 deletions home/modules/dev/llm.nix
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{
services.ollama = {
enable = true;
acceleration = "cuda";
};
}

0 comments on commit 83bbdb3

Please sign in to comment.