From ae54d834554b4930751665eada91bdf250106f9a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 May 2023 19:25:24 -0300 Subject: [PATCH] Bump transformers from 4.28.1 to 4.29.1 (#2089) --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 9729cf4e..ba79e250 100644 --- a/requirements.txt +++ b/requirements.txt @@ -15,7 +15,7 @@ safetensors==0.3.1 sentencepiece tqdm git+https://github.com/huggingface/peft -transformers==4.28.1 +transformers==4.29.1 bitsandbytes==0.38.1; platform_system != "Windows" llama-cpp-python==0.1.50; platform_system != "Windows" https://github.com/abetlen/llama-cpp-python/releases/download/v0.1.50/llama_cpp_python-0.1.50-cp310-cp310-win_amd64.whl; platform_system == "Windows"