feat(halo): new mtp llama.cpp
This commit is contained in:
parent
ca4ee90828
commit
33690dcc98
1 changed files with 4 additions and 4 deletions
|
|
@ -22,13 +22,13 @@ final: prev: {
|
|||
src = prev.fetchFromGitHub {
|
||||
owner = "am17an";
|
||||
repo = "llama.cpp";
|
||||
rev = "267f8afe857b7bd1a49e4fde9138ab0f7be36625";
|
||||
hash = "sha256-VYvRjnNZpPE60wjpBVO1FbURMRRMg71sM5kBxiEkElk=";
|
||||
rev = "ebe4fca4b59ef8871bb07c34d148bc37fe57fadd";
|
||||
hash = "sha256-0ogXU/70e7TXtnhN8po0hT+GMEz2wWgob3ah4nBbmuw=";
|
||||
postFetch = ''
|
||||
echo -n "267f8af" > $out/COMMIT
|
||||
echo -n "ebe4fca4b59ef8871bb07c34d148bc37fe57fadd" > $out/COMMIT
|
||||
'';
|
||||
};
|
||||
npmDepsHash = "sha256-k62LIbyY2DXvs7XXbX0lNPiYxuYzeJUyQtS4eA+68f8=";
|
||||
npmDepsHash = "sha256-cV3noOyKmst9vfxyvkCNhihPgwfVGhmPPT4UMloeWZM=";
|
||||
});
|
||||
|
||||
/*
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue