Trying to improve ollama on Bellerophon
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user