From 8c86ae97638dc73ca16b29858dc85956e2545ee4 Mon Sep 17 00:00:00 2001 From: aasavari Date: Thu, 10 Oct 2024 22:57:17 -0700 Subject: [PATCH] adding jsonlines to requirements Signed-off-by: aasavari --- tests/requirements.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/requirements.txt b/tests/requirements.txt index 6fabbdc3..a0b5b6a4 100644 --- a/tests/requirements.txt +++ b/tests/requirements.txt @@ -1,5 +1,6 @@ bigcode-eval@git+https://github.com/bigcode-project/bigcode-evaluation-harness.git@e5c2f31625223431d7987f43b70b75b9d26ba118 jieba +jsonlines langchain_community langchain_huggingface lm-eval==0.4.3