vcpkg/ports/sentencepiece/vcpkg.json
chausner 4b39282741
[sentencepiece] Update to 0.1.96 (#21370)
* Update sentencepiece to 0.1.96

* Update CI baseline

Co-authored-by: chausner <chausner@users.noreply.github.com>
2021-11-15 16:34:31 -08:00

12 lines
356 B
JSON

{
"name": "sentencepiece",
"version": "0.1.96",
"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",
"dependencies": [
{
"name": "vcpkg-cmake",
"host": true
}
]
}