Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[sentencepiece] update to 1.97 #27427

Merged
merged 4 commits into from
Oct 24, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions ports/sentencepiece/portfile.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ endif()
vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH
REPO google/sentencepiece
REF v0.1.96
SHA512 c3f23b483ebe148a37a01908f5624f06536efcba5609192957239d844244ab445d39e59b1b44b6df1f182166d58a6df38c046506ce45160a272f1e7f46c25010
REF 58f256cf6f01bb86e6fa634a5cc560de5bd1667d #v0.1.97
SHA512 9abe21f76aa025d35a0210bc1a5b0c6f2bb2ab9f626ef9d59bcd8950442036af048ca3945db311d80ff378d41f984a941f39c206e2aa006f1ca0278426d03932
HEAD_REF master
)

Expand Down
4 changes: 2 additions & 2 deletions ports/sentencepiece/vcpkg.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"name": "sentencepiece",
"version": "0.1.96",
"port-version": 1,
"version": "0.1.97",
"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": "!((windows | uwp) & !static)",
"dependencies": [
{
Expand Down
4 changes: 2 additions & 2 deletions versions/baseline.json
Original file line number Diff line number Diff line change
Expand Up @@ -6789,8 +6789,8 @@
"port-version": 6
},
"sentencepiece": {
"baseline": "0.1.96",
"port-version": 1
"baseline": "0.1.97",
"port-version": 0
},
"sentry-native": {
"baseline": "0.5.2",
Expand Down
5 changes: 5 additions & 0 deletions versions/s-/sentencepiece.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "e3c84ac33b6ed2d1a8a170d7fd3f8ad612e05f94",
"version": "0.1.97",
"port-version": 0
},
{
"git-tree": "b243e85760f8f59100632997fdc34cdae47bcfd4",
"version": "0.1.96",
Expand Down