diff options
author | CoprDistGit <infra@openeuler.org> | 2024-04-16 06:48:33 +0000 |
---|---|---|
committer | CoprDistGit <infra@openeuler.org> | 2024-04-16 06:48:33 +0000 |
commit | 3e1003b1db61824e11adac8240bdfa961a144faa (patch) | |
tree | 37ea3a79a595d35113a77c67c132f20aacbfa3d2 | |
parent | 59a54518faf06f2500c12e029facd7a1a37871e2 (diff) |
automatic import of sentencepiece
-rw-r--r-- | sentencepiece.spec | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/sentencepiece.spec b/sentencepiece.spec index 7096c47..d6b8f66 100644 --- a/sentencepiece.spec +++ b/sentencepiece.spec @@ -1,15 +1,13 @@ Name: sentencepiece Version: 0.1.99 -Release: %autorelease +Release: 1 Summary: An unsupervised text tokenizer for Neural Network-based text generation License: Apache-2.0 URL: https://github.com/google/sentencepiece Source0: %{url}/archive/v%{version}/%{name}-%{version}.tar.gz#/sentencepiece-%{version}.tar.gz -# https://github.com/google/sentencepiece/issues/860 -ExcludeArch: s390x - + BuildRequires: gcc-c++ BuildRequires: cmake BuildRequires: ninja-build @@ -96,4 +94,5 @@ rm %{buildroot}%{_libdir}/libsentencepiece*.a %changelog -%autochangelog +* Mon Apr 15 2024 youser<1328699220@qq.com> +- pkg init |