From 88840c4f2bc7a608605d912c6e35f5e81f9f084f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=93=9D=E9=B2=B8123?= Date: Mon, 26 Jun 2023 15:36:19 +0800 Subject: [PATCH] Update requirements.txt LlamaTokenizer requires the SentencePiece library but it was not found in your environment. Former-commit-id: 948519a1829c8a2488e5204c1c7883ea9a824ebc --- requirements.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/requirements.txt b/requirements.txt index 6079fb2e..f0fbdf2d 100644 --- a/requirements.txt +++ b/requirements.txt @@ -11,3 +11,4 @@ gradio mdtex2html uvicorn fastapi +sentencepiece