diff --git a/textproc/sentencepiece/Makefile b/textproc/sentencepiece/Makefile index b172a3a20923..60ea5c9d3c4a 100644 --- a/textproc/sentencepiece/Makefile +++ b/textproc/sentencepiece/Makefile @@ -1,27 +1,28 @@ PORTNAME= sentencepiece DISTVERSIONPREFIX= v -DISTVERSION= 0.2.0 -PORTREVISION= 1 +DISTVERSION= 0.2.1 CATEGORIES= textproc # machine-learning MAINTAINER= yuri@FreeBSD.org COMMENT= Unsupervised text tokenizer for Neural Network-based text generation WWW= https://github.com/google/sentencepiece LICENSE= APACHE20 LICENSE_FILE= ${WRKSRC}/LICENSE USES= cmake:testing compiler:c++17-lang USE_LDCONFIG= yes USE_GITHUB= yes GH_ACCOUNT= google CMAKE_TESTING_ON= SPM_BUILD_TEST OPTIONS_DEFINE= GPERFTOOLS # this seems to cause this error in llama-cpp's convert_hf_to_gguf.py: Attempt to free invalid pointer 0x1ef160aa2f80, see https://github.com/google/sentencepiece/issues/1105 GPERFTOOLS_CMAKE_BOOL= SPM_ENABLE_TCMALLOC GPERFTOOLS_LIB_DEPENDS= libtcmalloc.so:devel/google-perftools +# tests as of 0.2.1: 100% tests passed, 0 tests failed out of 1 + .include diff --git a/textproc/sentencepiece/distinfo b/textproc/sentencepiece/distinfo index 88b1e17a4a4d..f1a1e49e7b7e 100644 --- a/textproc/sentencepiece/distinfo +++ b/textproc/sentencepiece/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1708411133 -SHA256 (google-sentencepiece-v0.2.0_GH0.tar.gz) = 9970f0a0afee1648890293321665e5b2efa04eaec9f1671fcf8048f456f5bb86 -SIZE (google-sentencepiece-v0.2.0_GH0.tar.gz) = 11980811 +TIMESTAMP = 1762918219 +SHA256 (google-sentencepiece-v0.2.1_GH0.tar.gz) = c1a59e9259c9653ad0ade653dadff074cd31f0a6ff2a11316f67bee4189a8f1b +SIZE (google-sentencepiece-v0.2.1_GH0.tar.gz) = 13485527