diff options
| author | K900 <me@0upti.me> | 2025-01-27 15:42:36 +0300 |
|---|---|---|
| committer | K900 <me@0upti.me> | 2025-01-27 15:42:36 +0300 |
| commit | b6f676fbd2c31ad426f9ef245edf840019313d20 (patch) | |
| tree | 913f840c93c9eb10ea0fa6f6b414e195d9434d25 /pkgs/development/python-modules/llama-cpp-python | |
| parent | 8f9126774736432d8208c1d28692dffb75f2bdf9 (diff) | |
| parent | 966a592cde8bba42f7136b33c951f0a83dfa81fd (diff) | |
Merge remote-tracking branch 'origin/master' into staging-next
Diffstat (limited to 'pkgs/development/python-modules/llama-cpp-python')
| -rw-r--r-- | pkgs/development/python-modules/llama-cpp-python/default.nix | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/pkgs/development/python-modules/llama-cpp-python/default.nix b/pkgs/development/python-modules/llama-cpp-python/default.nix index f7137c0778ee..ec69378235e6 100644 --- a/pkgs/development/python-modules/llama-cpp-python/default.nix +++ b/pkgs/development/python-modules/llama-cpp-python/default.nix @@ -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" ]; }; } |
