From 21a1c329a8d102f9a2f4a0a156d95d861a9e0149 Mon Sep 17 00:00:00 2001 From: sharpbai Date: Sun, 11 Jun 2023 09:44:31 +0800 Subject: [PATCH] feat: lock working pip requirements --- requirements.txt | 23 ++++++++++++----------- 1 file changed, 12 insertions(+), 11 deletions(-) diff --git a/requirements.txt b/requirements.txt index d253e87..4dccf77 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,12 +1,13 @@ -accelerate -appdirs -bitsandbytes -black -black[jupyter] -datasets -fire -git+https://github.com/huggingface/peft.git -git+https://github.com/huggingface/transformers.git -gradio -sentencepiece +accelerate==0.20.1 +appdirs==1.4.4 +bitsandbytes==0.37.2 +black==23.3.0 +black[jupyter]==23.3.0 +datasets==2.11.0 +fire==0.5.0 +peft==0.3.0 +transformers==4.30.1 +gradio==3.33.1 +sentencepiece==0.1.97 +scipy==1.10.1 wandb