i haven't committed in a while lmaooo

This commit is contained in:
2026-07-16 10:52:29 -04:00
parent a4ec52164e
commit bd99251883
7 changed files with 47 additions and 66 deletions

View File

@@ -31,13 +31,14 @@
blasSupport = true;
}).overrideAttrs
(oldAttrs: rec {
version = "9653";
version = "9591";
src = pkgs.fetchFromGitHub {
owner = "ggml-org";
# owner = "ggml-org";
owner = "PrismML-Eng";
repo = "llama.cpp";
tag = "b${version}";
tag = "prism-b9591-62061f9";
# rev = "6ebf2e0d00d31acfc1a1fa9662e9a7d38bd07bf7"; # https://github.com/ggml-org/llama.cpp/pull/19970
hash = "sha256-5LuuO9Qa5N676ieQ1a9VFfzQFaE6J+ToPm0oM9h3vmU=";
hash = "sha256-zLxB5UKnCTCw/okB+L8u1VtM1o2yVjVYTlTBgL/BsaM=";
leaveDotGit = true;
postFetch = ''
git -C "$out" rev-parse --short HEAD > $out/COMMIT
@@ -45,7 +46,7 @@
'';
};
# Must update npm deps hash to match the new version's webui dependencies
npmDepsHash = "sha256-T6CpsyZ1zxU9uEr/9JcmABCrtaB9aCz2EpdTS0IJzX0=";
npmDepsHash = "sha256-pjdbI6NcZRlJVd62xhgbLhWrwFYwgsIwjORqvo1+VD8=";
# Enable native CPU optimizations for massively better CPU performance
# This enables AVX, AVX2, AVX-512, FMA, etc. for your specific CPU
# NOTE: This is intentionally opposite of nixpkgs (which uses -DGGML_NATIVE=off
@@ -236,6 +237,8 @@
cp ${./nvenc_compress.sh} $out/bin/nvenc-compress
chmod +x $out/bin/nvenc-compress
'')
cheese
yt-dlp
];
fonts.packages = with pkgs; [
@@ -251,6 +254,10 @@
package = pkgs.usbmuxd2;
};
systemd.settings.Manager = {
DefaultTimeoutStopSec = "10s";
};
nix.settings.experimental-features = [
"nix-command"
"flakes"