nix-config/nixos/fuchsia/services/ollama.nix
2024-07-26 09:01:05 +08:00

9 lines
146 B
Nix

{ ... }:
{
# Get up and running with large language models locally.
services.ollama = {
enable = true;
acceleration = "rocm";
};
}