vcpkg/ports/sentencepiece/vcpkg.json
Thomas1664 1c6792303a
[sentencepiece] Clarify supported triplets (#23438)
* Set supports expression

* version

* Fix typo

* version
2022-03-11 11:14:42 -08:00

14 lines
423 B
JSON

{
"name": "sentencepiece",
"version": "0.1.96",
"port-version": 1,
"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",
"supports": "!((windows | uwp) & !static)",
"dependencies": [
{
"name": "vcpkg-cmake",
"host": true
}
]
}