From 9986da3679eaef0a7eec1721e40dd4a02adf98ce Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 6 Apr 2026 20:53:50 +0000 Subject: [PATCH] fix(deps): update dependency llama-cpp-python to v0.3.20 --- evaluation/pyproject.toml | 2 +- evaluation/uv.lock | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/evaluation/pyproject.toml b/evaluation/pyproject.toml index d66c20c1..e8ba9065 100644 --- a/evaluation/pyproject.toml +++ b/evaluation/pyproject.toml @@ -17,7 +17,7 @@ dependencies = [ "evaluate (==0.4.6)", "huggingface_hub (==0.36.0)", "lexicalrichness (==0.5.1)", - "llama-cpp-python (==0.3.16)", + "llama-cpp-python (==0.3.20)", "pandas(==3.0.2)", "pathvalidate (==3.3.1)", "sacrebleu (==2.6.0)", diff --git a/evaluation/uv.lock b/evaluation/uv.lock index 864ca60f..7499c5ec 100644 --- a/evaluation/uv.lock +++ b/evaluation/uv.lock @@ -420,7 +420,7 @@ requires-dist = [ { name = "evaluate", specifier = "==0.4.6" }, { name = "huggingface-hub", specifier = "==0.36.0" }, { name = "lexicalrichness", specifier = "==0.5.1" }, - { name = "llama-cpp-python", specifier = "==0.3.16" }, + { name = "llama-cpp-python", specifier = "==0.3.20" }, { name = "pandas", specifier = "==3.0.2" }, { name = "pathvalidate", specifier = "==3.3.1" }, { name = "sacrebleu", specifier = "==2.6.0" }, @@ -720,7 +720,7 @@ sdist = { url = "https://files.pythonhosted.org/packages/d6/4a/f67555e6cce1f3c44 [[package]] name = "llama-cpp-python" -version = "0.3.16" +version = "0.3.20" source = { registry = "https://pypi.org/simple" } dependencies = [ { name = "diskcache" }, @@ -728,7 +728,7 @@ dependencies = [ { name = "numpy" }, { name = "typing-extensions" }, ] -sdist = { url = "https://files.pythonhosted.org/packages/e4/b4/c8cd17629ced0b9644a71d399a91145aedef109c0333443bef015e45b704/llama_cpp_python-0.3.16.tar.gz", hash = "sha256:34ed0f9bd9431af045bb63d9324ae620ad0536653740e9bb163a2e1fcb973be6", size = 50688636, upload-time = "2025-08-15T04:58:29.212Z" } +sdist = { url = "https://files.pythonhosted.org/packages/45/95/c69c47c9c8dda97f712f5864688d13a22b0159aa9adae91a69067a728532/llama_cpp_python-0.3.20.tar.gz", hash = "sha256:70f01b7d915d31c617dc66610a332cb2d51cde84c8b152d09a352206323616f5", size = 59323017, upload-time = "2026-04-03T06:56:32.455Z" } [[package]] name = "lxml"