mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-25 06:29:05 +08:00
4b39282741
* Update sentencepiece to 0.1.96 * Update CI baseline Co-authored-by: chausner <chausner@users.noreply.github.com>
12 lines
356 B
JSON
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
|
|
}
|
|
]
|
|
}
|