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] v0.1.95 (#19858) #733

Merged
merged 1 commit into from
Sep 6, 2021
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
6 changes: 2 additions & 4 deletions ports/sentencepiece/portfile.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,10 @@ endif()
vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH
REPO google/sentencepiece
REF v0.1.82
SHA512 669d6a1e86c44587d725b1e93f11b707e510a180dec08afb79268158f5de009cb20ffccc72c501c84f032360e52e53ae227504f3538f59978629433e0d6fcf65
REF v0.1.95
SHA512 22484cf0311315e25a3184561f4e18b45286ad068bfb722c860e1b44fb16913c96d34723b486fab5e4e1e69f4b620a0e3cff410f56cb6561a67193ebaf565a31
HEAD_REF master
PATCHES rename-version.patch
)
file(RENAME "${SOURCE_PATH}/VERSION" "${SOURCE_PATH}/VERSION.txt")

vcpkg_configure_cmake(
SOURCE_PATH ${SOURCE_PATH}
Expand Down
8 changes: 0 additions & 8 deletions ports/sentencepiece/rename-version.patch

This file was deleted.

3 changes: 1 addition & 2 deletions ports/sentencepiece/vcpkg.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
{
"name": "sentencepiece",
"version": "0.1.82",
"port-version": 1,
"version": "0.1.95",
"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"
}
4 changes: 2 additions & 2 deletions versions/baseline.json
Original file line number Diff line number Diff line change
Expand Up @@ -5853,8 +5853,8 @@
"port-version": 5
},
"sentencepiece": {
"baseline": "0.1.82",
"port-version": 1
"baseline": "0.1.95",
"port-version": 0
},
"sentry-native": {
"baseline": "0.4.12",
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": "107679132fbb9a52ab4c995583db14a748554565",
"version": "0.1.95",
"port-version": 0
},
{
"git-tree": "80fecc6a62e7e634b59ec58f737202c0773fa73e",
"version": "0.1.82",
Expand Down