From be83ec64ca5d2026414c3ae4de762ccd44912094 Mon Sep 17 00:00:00 2001 From: Ankur <134399424+ankur8613@users.noreply.github.com> Date: Thu, 17 Apr 2025 13:54:35 +0530 Subject: [PATCH] Update requirements.txt Need to do `pip install spaces` manually so I have added in the requirements.txt Signed-off-by: Ankur <134399424+ankur8613@users.noreply.github.com> --- requirements.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index d817e86..f728855 100644 --- a/requirements.txt +++ b/requirements.txt @@ -41,4 +41,5 @@ peft==0.13.2 flash-attn==2.7.4.post1 wget pyarrow -antlr4-python3-runtime \ No newline at end of file +antlr4-python3-runtime +spaces