From: Pavol Rusnak Date: Fri, 14 Apr 2023 19:46:49 +0000 (+0200) Subject: py : bump sentencepiece to 0.1.98 to support Python 3.11 (#976) X-Git-Tag: gguf-v0.4.0~954 X-Git-Url: https://git.djapps.eu/?a=commitdiff_plain;h=489093548c89c67520109ab25c4df4a4614a32a0;p=pkg%2Fggml%2Fsources%2Fllama.cpp py : bump sentencepiece to 0.1.98 to support Python 3.11 (#976) --- diff --git a/requirements.txt b/requirements.txt index f3944951..6c32cbd0 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,2 +1,2 @@ numpy==1.24 -sentencepiece==0.1.97 +sentencepiece==0.1.98