Skip to content

Commit

Permalink
python311Packages.llama-cpp-python: 0.2.88 -> 0.2.89
Browse files Browse the repository at this point in the history
  • Loading branch information
jpetrucciani committed Aug 19, 2024
1 parent 926b625 commit d05dd83
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions mods/python/ai/bindings.nix
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ let
llama-cpp-pin = fetchFromGitHub {
owner = "ggerganov";
repo = "llama.cpp";
rev = "fc4ca27b25464a11b3b86c9dbb5b6ed6065965c2";
hash = "sha256-3TRiGd7nmUx0fyyOyXnePG2Layqfc03frDxV5mVx5nc=";
rev = "cfac111e2b3953cdb6b0126e67a2487687646971";
hash = "sha256-BOy1jTnahO71dKa0cokWa4VGUPYPyzo8tPUCc+ztZsQ=";
};
in
rec {
Expand Down Expand Up @@ -48,13 +48,13 @@ rec {
in
buildPythonPackage rec {
pname = "llama-cpp-python";
version = "0.2.88";
version = "0.2.89";
pyproject = true;
src = fetchFromGitHub {
owner = "abetlen";
repo = pname;
rev = "refs/tags/v${version}";
hash = "sha256-TfSk18aOBdHx4Hvc9aIRUP6lz26WUv4tMQUV2FaFaD0=";
hash = "sha256-UYkl82iSm1b20mjWHhX2af4rLIe5Nm35OuRYbZ79rGM=";
};

cuda = false;
Expand Down Expand Up @@ -458,7 +458,7 @@ rec {
ctransformers =
let
name = "ctransformers";
version = "0.2.88";
version = "0.2.89";
osSpecific =
if isM1 then with darwin.apple_sdk_11_0.frameworks; [ Accelerate ]
else if isDarwin then with darwin.apple_sdk.frameworks; [ Accelerate CoreGraphics CoreVideo ]
Expand Down

0 comments on commit d05dd83

Please sign in to comment.