From c7589d17f625565d1175412302e1737aa88876f1 Mon Sep 17 00:00:00 2001 From: Anh Uong Date: Wed, 31 Jul 2024 18:13:20 -0600 Subject: [PATCH] Revert "limit peft deps until investigate (#274)" (#275) This reverts commit f57ff63650ba139d6e0471d244df4a70e4b13d0b. Signed-off-by: Anh-Uong --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index e4bce3e5..3438ecfb 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -34,7 +34,7 @@ dependencies = [ "tokenizers>=0.13.3,<1.0", "tqdm>=4.66.2,<5.0", "trl>=0.9.3,<1.0", -"peft>=0.8.0,<0.12", +"peft>=0.8.0,<0.13", "datasets>=2.15.0,<3.0", "fire>=0.5.0,<1.0", "simpleeval>=0.9.13,<1.0",