diff options
Diffstat (limited to 'python-tokenizers.spec')
-rw-r--r-- | python-tokenizers.spec | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/python-tokenizers.spec b/python-tokenizers.spec index ab92eaf..ef78fc4 100644 --- a/python-tokenizers.spec +++ b/python-tokenizers.spec @@ -1,5 +1,5 @@ %global pypi_name tokenizers -%global pypi_version 0.15.2 +%global pypi_version 0.14.1 %global pkg_summary Fast State-of-the-Art Tokenizers optimized for Research and Production %global pkg_description %{expand: %{pkg_summary}} @@ -13,7 +13,7 @@ License: Apache-2.0 URL: https://github.com/huggingface/tokenizers Source0: %{url}/archive/refs/tags/v%{version}.tar.gz#/tokenizers-%{version}.tar.gz -BuildRequires: rust >= 1.74.0 +BuildRequires: rust BuildRequires: cargo BuildRequires: python3-devel @@ -64,4 +64,4 @@ cd ./bindings/python %changelog * Sun Mar 31 2024 YunShu -- add tokenizers 0.15.2 +- add tokenizers 0.14.1 |