feat(halo): new llama-cpp-rocm
This commit is contained in:
parent
8bd096ff8d
commit
bbca21240f
1 changed files with 9 additions and 22 deletions
|
|
@ -4,7 +4,8 @@ final: prev: {
|
||||||
gemini-cli
|
gemini-cli
|
||||||
opencode
|
opencode
|
||||||
tailscale
|
tailscale
|
||||||
# claude-code
|
mistral-vibe
|
||||||
|
claude-code
|
||||||
qwen-code
|
qwen-code
|
||||||
# llama-cpp-rocm
|
# llama-cpp-rocm
|
||||||
# open-webui
|
# open-webui
|
||||||
|
|
@ -22,26 +23,16 @@ final: prev: {
|
||||||
src = prev.fetchFromGitHub {
|
src = prev.fetchFromGitHub {
|
||||||
owner = "am17an";
|
owner = "am17an";
|
||||||
repo = "llama.cpp";
|
repo = "llama.cpp";
|
||||||
rev = "08b147428e7db0760acda2b4e0bd49f5b2ffe945";
|
rev = "9a532ae4bab1b164052ce60a738f78538b421c66";
|
||||||
hash = "sha256-g74JX/ucsnNI1dWSrrzTUVVbZSg+ShIJfKLbjcD0+ac=";
|
hash = "sha256-LIGtXaO53Y3Ze0x6uevb2vzcKHbyj2o/8ZHvyZ22uo4=";
|
||||||
postFetch = ''
|
#postFetch = ''
|
||||||
echo -n "08b147428e7db0760acda2b4e0bd49f5b2ffe945" > $out/COMMIT
|
# echo -n "9a532ae4bab1b164052ce60a738f78538b421c66" > $out/COMMIT
|
||||||
'';
|
#'';
|
||||||
};
|
};
|
||||||
npmDepsHash = "sha256-WaEePrEZ7O/7deP2KJhe0AwiSKYA8HOqETmMHUkmBe0=";
|
npmDepsHash = "sha256-Po5SWJv3vmcBR7y62G9/CfvI3Lk/MYdjFMTTy2dsgoY=";
|
||||||
|
npmRoot = "tools/ui";
|
||||||
});
|
});
|
||||||
|
|
||||||
/*
|
|
||||||
gnome-remote-desktop = channels.unstable.gnome-remote-desktop.overrideAttrs (prevAttrs: {
|
|
||||||
patches = (prevAttrs.patches or [ ]) ++ [
|
|
||||||
./gnome-remote-desktop-mac.patch
|
|
||||||
];
|
|
||||||
});
|
|
||||||
*/
|
|
||||||
|
|
||||||
# goose-cli = channels.unstable.callPackage ./goose.nix { };
|
|
||||||
claude-code = channels.unstable.callPackage ./claude-code/package.nix { };
|
|
||||||
|
|
||||||
geekbench_6 = channels.unstable.geekbench_6.overrideAttrs (prevAttrs: rec {
|
geekbench_6 = channels.unstable.geekbench_6.overrideAttrs (prevAttrs: rec {
|
||||||
version = "6.7.0";
|
version = "6.7.0";
|
||||||
src = prev.fetchurl (
|
src = prev.fetchurl (
|
||||||
|
|
@ -58,8 +49,4 @@ final: prev: {
|
||||||
.${prev.stdenv.system} or (throw "unsupported system ${prev.stdenv.hostPlatform.system}")
|
.${prev.stdenv.system} or (throw "unsupported system ${prev.stdenv.hostPlatform.system}")
|
||||||
);
|
);
|
||||||
});
|
});
|
||||||
# gemini-cli = channels.unstable.callPackage ./gemini-cli/package.nix { };
|
|
||||||
# vscode-extensions = channels.unstable.vscode-extensions // {
|
|
||||||
# rooveterinaryinc = { roo-cline = channels.unstable.callPackage ./roo-code.nix { }; };
|
|
||||||
# };
|
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue