summaryrefslogtreecommitdiff
path: root/pkgs/development/python-modules/llama-cpp-python
diff options
context:
space:
mode:
authornixpkgs-ci[bot] <190413589+nixpkgs-ci[bot]@users.noreply.github.com>2025-01-28 00:18:17 +0000
committerGitHub <noreply@github.com>2025-01-28 00:18:17 +0000
commit462285d7ee74f00a6148c10390cd598e5fccdbbb (patch)
tree5671036cc82391cd808eecfe9a6431d4b013583c /pkgs/development/python-modules/llama-cpp-python
parent219859f8985847b63b6fd7c08275d1dcdcaab63d (diff)
parent6ddb0f7cddda1b20f1a6834d8c09995a431a5ec0 (diff)
Merge 6ddb0f7cddda1b20f1a6834d8c09995a431a5ec0 into haskell-updates
Diffstat (limited to 'pkgs/development/python-modules/llama-cpp-python')
-rw-r--r--pkgs/development/python-modules/llama-cpp-python/default.nix7
1 files changed, 5 insertions, 2 deletions
diff --git a/pkgs/development/python-modules/llama-cpp-python/default.nix b/pkgs/development/python-modules/llama-cpp-python/default.nix
index f534b895a69b..ec69378235e6 100644
--- a/pkgs/development/python-modules/llama-cpp-python/default.nix
+++ b/pkgs/development/python-modules/llama-cpp-python/default.nix
@@ -35,14 +35,14 @@
}:
buildPythonPackage rec {
pname = "llama-cpp-python";
- version = "0.3.5";
+ version = "0.3.6";
pyproject = true;
src = fetchFromGitHub {
owner = "abetlen";
repo = "llama-cpp-python";
tag = "v${version}";
- hash = "sha256-+LBq+rCqOsvGnhTL1UoCcAwvDt8Zo9hlaa4KibFFDag=";
+ hash = "sha256-d5nMgpS7m6WEILs222ztwphoqkAezJ+qt6sVKSlpIYI=";
fetchSubmodules = true;
};
# src = /home/gaetan/llama-cpp-python;
@@ -114,6 +114,9 @@ buildPythonPackage rec {
# Current thread 0x00000001f3decf40 (most recent call first):
# File "/private/tmp/nix-build-python3.12-llama-cpp-python-0.3.2.drv-0/source/llama_cpp/_internals.py", line 51 in __init__
lib.systems.inspect.patterns.isDarwin
+
+ # cc1: error: unknown value ‘native+nodotprod+noi8mm+nosve’ for ‘-mcpu’
+ "aarch64-linux"
];
};
}