From b9d9aa0a29f48ca1831082f380e4867a83278c37 Mon Sep 17 00:00:00 2001 From: Lewis Tunstall Date: Mon, 30 Oct 2023 10:00:43 +0100 Subject: [PATCH] Fix style --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 1171ba4..3ef9c89 100644 --- a/setup.py +++ b/setup.py @@ -105,7 +105,7 @@ install_requires = [ deps["tensorboard"], deps["tqdm"], # progress bars in model download and training scripts deps["transformers"], - deps["trl"] + deps["trl"], ] setup(