Trying to improve ollama on Bellerophon

This commit is contained in:
2024-11-05 15:15:03 -04:00
parent d0d93a5ff8
commit 5ac3989181

View File

@@ -2,6 +2,7 @@
lib,
disko,
inputs,
pkgs,
...
}: let
hostname = "Bellerophon";
@@ -58,6 +59,17 @@ in {
enable32Bit = true;
};
environment.systemPackages = with pkgs; [
mkl
intel-compute-runtime
vpl-gpu-rt
oneDNN
level-zero
intel-ocl
clinfo
level-zero
];
services.hardware.bolt.enable = true;
hardware.sensor.iio.enable = true;