From 2aa01e230378088612ea8f51b6fca768a530f619 Mon Sep 17 00:00:00 2001 From: jllllll <3887729+jllllll@users.noreply.github.com> Date: Sat, 20 May 2023 15:54:51 -0500 Subject: [PATCH] Fix broken version of peft (#2229) --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index a2d108d..1eccfac 100644 --- a/requirements.txt +++ b/requirements.txt @@ -14,7 +14,7 @@ rwkv==0.7.3 safetensors==0.3.1 sentencepiece tqdm -git+https://github.com/huggingface/peft +git+https://github.com/huggingface/peft@4fd374e80d670781c0d82c96ce94d1215ff23306 transformers==4.29.1 bitsandbytes==0.38.1; platform_system != "Windows" llama-cpp-python==0.1.51; platform_system != "Windows"