[sentencepiece] update to 0.2.0 (#37777)

This commit is contained in:
Jia Yue Hua 2024-03-29 03:42:05 +08:00 committed by GitHub
parent ed885a1634
commit c33b5ddaf2
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
4 changed files with 9 additions and 5 deletions

View File

@ -6,7 +6,7 @@ vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH
REPO google/sentencepiece
REF "v${VERSION}"
SHA512 31dc4dc3f2ff4a7effc1ed2d6ad219bcd5d28c0bac89fdeae0336f23e93f954c597313788529e692a0d694d5fa7c3c285a485dfb84a96921efc4b49bcd465358
SHA512 b4214f5bfbe2a0757794c792e87e7c53fda7e65b2511b37fc757f280bf9287ba59b5d630801e17de6058f8292a3c6433211917324cb3446a212a51735402e614
HEAD_REF master
)

View File

@ -1,7 +1,6 @@
{
"name": "sentencepiece",
"version": "0.1.99",
"port-version": 1,
"version": "0.2.0",
"description": "SentencePiece is an unsupervised text tokenizer and detokenizer mainly for Neural Network-based text generation systems where the vocabulary size is predetermined prior to the neural model training",
"license": "Apache-2.0",
"supports": "static",

View File

@ -7957,8 +7957,8 @@
"port-version": 6
},
"sentencepiece": {
"baseline": "0.1.99",
"port-version": 1
"baseline": "0.2.0",
"port-version": 0
},
"sentry-native": {
"baseline": "0.7.1",

View File

@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "60678651110bfbd252017ee568f2cb6484aaaf46",
"version": "0.2.0",
"port-version": 0
},
{
"git-tree": "7c21445dada5c5ad8efb9bcf2729648155a7c391",
"version": "0.1.99",