From 13c4a364b1aaf0ead6176ce5175552748c1d9e64 Mon Sep 17 00:00:00 2001 From: "Jeffrey (Dongkyu) Kim" <vkehfdl1@gmail.com> Date: Tue, 13 Aug 2024 13:18:22 +0800 Subject: [PATCH] update cohere version to the latest (which is okay) (#612) Co-authored-by: jeffrey <vkefhdl1@gmail.com> --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 8e014ceec..9080b1cf4 100644 --- a/requirements.txt +++ b/requirements.txt @@ -19,7 +19,7 @@ uvicorn # for api server torch # for monot5 reranker sentencepiece # for monot5 reranker guidance # for qa data creation -cohere<=5.6.2 # for cohere services +cohere>=5.8.0 # for cohere services tokenlog>=0.0.2 # for token logging aiohttp # for async http requests bert_score # for bert score