python3Packages.llama-cpp-python: 0.3.15 -> 0.3.16

This commit is contained in:
R. Ryantm
2025-08-22 11:07:53 +00:00
parent 4e49fa427e
commit d42a66fa8a
@@ -39,14 +39,14 @@ let
in
buildPythonPackage rec {
pname = "llama-cpp-python";
version = "0.3.15";
version = "0.3.16";
pyproject = true;
src = fetchFromGitHub {
owner = "abetlen";
repo = "llama-cpp-python";
tag = "v${version}";
hash = "sha256-tovyBWknHI3SleGwvdzu2KNK4QXdpwWa2lxt5sxoy+o=";
hash = "sha256-EUDtCv86J4bznsTqNsdgj1IYkAu83cf+RydFTUb2NEE=";
fetchSubmodules = true;
};
# src = /home/gaetan/llama-cpp-python;