This website works better with JavaScript
Home
Explore
Help
Sign In
cturan
/
llama.cpp
mirror of
https://github.com/cturan/llama.cpp
Watch
1
Star
0
Fork
0
Files
Issues
0
Wiki
Browse Source
py : bump sentencepiece to 0.1.98 to support Python 3.11 (
#976
)
Pavol Rusnak
2 years ago
parent
93265e988a
commit
489093548c
1 changed files
with
1 additions
and
1 deletions
Unified View
Show Diff Stats
1
1
requirements.txt
+ 1
- 1
requirements.txt
View File
@@ -1,2 +1,2 @@
numpy==1.24
numpy==1.24
-sentencepiece==0.1.9
7
+sentencepiece==0.1.9
8