From 39fa6e57cc3c3898d03259cb28dbd85b817cd4b9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 10 Apr 2023 21:05:51 +0000 Subject: [PATCH] Bump llama-cpp-python from 0.1.30 to 0.1.32 Bumps [llama-cpp-python](https://github.com/abetlen/llama-cpp-python) from 0.1.30 to 0.1.32. - [Release notes](https://github.com/abetlen/llama-cpp-python/releases) - [Commits](https://github.com/abetlen/llama-cpp-python/compare/v0.1.30...v0.1.32) --- updated-dependencies: - dependency-name: llama-cpp-python dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 4dd753a..3c584c4 100644 --- a/requirements.txt +++ b/requirements.txt @@ -14,5 +14,5 @@ pyyaml tqdm git+https://github.com/huggingface/transformers bitsandbytes==0.37.2; platform_system != "Windows" -llama-cpp-python==0.1.30; platform_system != "Windows" +llama-cpp-python==0.1.32; platform_system != "Windows" https://github.com/abetlen/llama-cpp-python/releases/download/v0.1.30/llama_cpp_python-0.1.30-cp310-cp310-win_amd64.whl; platform_system == "Windows"