Trying to improve ollama on Bellerophon
This commit is contained in:
@@ -2,6 +2,7 @@
|
|||||||
lib,
|
lib,
|
||||||
disko,
|
disko,
|
||||||
inputs,
|
inputs,
|
||||||
|
pkgs,
|
||||||
...
|
...
|
||||||
}: let
|
}: let
|
||||||
hostname = "Bellerophon";
|
hostname = "Bellerophon";
|
||||||
@@ -58,6 +59,17 @@ in {
|
|||||||
enable32Bit = true;
|
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;
|
services.hardware.bolt.enable = true;
|
||||||
|
|
||||||
hardware.sensor.iio.enable = true;
|
hardware.sensor.iio.enable = true;
|
||||||
|
|||||||
Reference in New Issue
Block a user