Skip to main content

RWKV Tokenizer

Project description

RWKV Tokenizer

GitHub Actions Status Pypi.org Version Pypi.org Downloads License: Apache 2.0

A fast RWKV Tokenizer written in Rust that supports the World Tokenizer used by the RWKV v5 and v6 models.

Installation

Install the rwkv-tokenizer python module:

$ pip install pyrwkv-tokenizer

Usage

>>> import pyrwkv_tokenizer
>>> tokenizer = pyrwkv_tokenizer.RWKVTokenizer()
>>> tokenizer.encode("Today is a beautiful day. 今天是美好的一天。")
[33520, 4600, 332, 59219, 21509, 47, 33, 10381, 11639, 13091, 15597, 11685, 14734, 10250, 11639, 10080]
>>> tokenizer.decode([33520, 4600, 332, 59219, 21509, 47, 33, 10381, 11639, 13091, 15597, 11685, 14734, 10250, 11639, 10080])
'Today is a beautiful day. 今天是美好的一天。'

Performance and Validity Test

We compared the encoding results of the Rust RWKV Tokenizer and the original tokenizer using the English Wikipedia and Chinese poetries datasets. Both results are identical. The Rust RWKV Tokenizer also passes the original tokenizer's unit test. The following steps describe how to do the unit test:

$ pip install pytest pyrwkv-tokenizer
$ git clone https://github.com/cahya-wirawan/rwkv-tokenizer.git
$ cd rwkv-tokenizer
$ pytest

We did a performance comparison on the simple English Wikipedia dataset 20220301.en among following tokenizer:

  • The original RWKV tokenizer (BlinkDL)
  • Huggingface implementaion of RWKV tokenizer
  • Huggingface LLama tokenizer
  • Huggingface Mistral tokenizer
  • Bert tokenizer
  • OpenAI Tiktoken
  • The Rust RWKV tokenizer

The comparison is done using this jupyter notebook in a M2 Mac mini. The Rust RWKV tokenizer is around 17x faster than the original tokenizer and 9.6x faster than OpenAI Tiktoken.

performance-comparison

Changelog

  • Version 0.9.1
    • Added utf8 error handling to decoder
  • Version 0.9.0
    • Added multithreading for the function encode_batch()
    • Added batch/multithreading comparison
  • Version 0.3.0
    • Fixed the issue where some characters were not encoded correctly

This tokenizer is my very first Rust program, so it might still have many bugs and silly codes :-)

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

pyrwkv_tokenizer-0.9.1.tar.gz (392.4 kB view details)

Uploaded Source

Built Distributions

If you're not sure about the file name format, learn more about wheel file names.

pyrwkv_tokenizer-0.9.1-pp311-pypy311_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (1.4 MB view details)

Uploaded PyPymanylinux: glibc 2.17+ x86-64

pyrwkv_tokenizer-0.9.1-pp311-pypy311_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl (1.5 MB view details)

Uploaded PyPymanylinux: glibc 2.17+ s390x

pyrwkv_tokenizer-0.9.1-pp311-pypy311_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (1.5 MB view details)

Uploaded PyPymanylinux: glibc 2.17+ ppc64le

pyrwkv_tokenizer-0.9.1-pp311-pypy311_pp73-manylinux_2_17_i686.manylinux2014_i686.whl (1.4 MB view details)

Uploaded PyPymanylinux: glibc 2.17+ i686

pyrwkv_tokenizer-0.9.1-pp311-pypy311_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (1.3 MB view details)

Uploaded PyPymanylinux: glibc 2.17+ ARMv7l

pyrwkv_tokenizer-0.9.1-pp310-pypy310_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (1.4 MB view details)

Uploaded PyPymanylinux: glibc 2.17+ x86-64

pyrwkv_tokenizer-0.9.1-pp310-pypy310_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl (1.5 MB view details)

Uploaded PyPymanylinux: glibc 2.17+ s390x

pyrwkv_tokenizer-0.9.1-pp310-pypy310_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (1.5 MB view details)

Uploaded PyPymanylinux: glibc 2.17+ ppc64le

pyrwkv_tokenizer-0.9.1-pp310-pypy310_pp73-manylinux_2_17_i686.manylinux2014_i686.whl (1.4 MB view details)

Uploaded PyPymanylinux: glibc 2.17+ i686

pyrwkv_tokenizer-0.9.1-pp310-pypy310_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (1.3 MB view details)

Uploaded PyPymanylinux: glibc 2.17+ ARMv7l

pyrwkv_tokenizer-0.9.1-pp39-pypy39_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl (1.5 MB view details)

Uploaded PyPymanylinux: glibc 2.17+ s390x

pyrwkv_tokenizer-0.9.1-pp39-pypy39_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (1.5 MB view details)

Uploaded PyPymanylinux: glibc 2.17+ ppc64le

pyrwkv_tokenizer-0.9.1-pp39-pypy39_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (1.3 MB view details)

Uploaded PyPymanylinux: glibc 2.17+ ARMv7l

pyrwkv_tokenizer-0.9.1-pp39-pypy39_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (1.4 MB view details)

Uploaded PyPymanylinux: glibc 2.17+ ARM64

pyrwkv_tokenizer-0.9.1-cp313-cp313t-manylinux_2_17_s390x.manylinux2014_s390x.whl (1.5 MB view details)

Uploaded CPython 3.13tmanylinux: glibc 2.17+ s390x

pyrwkv_tokenizer-0.9.1-cp313-cp313t-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (1.5 MB view details)

Uploaded CPython 3.13tmanylinux: glibc 2.17+ ppc64le

pyrwkv_tokenizer-0.9.1-cp313-cp313t-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (1.3 MB view details)

Uploaded CPython 3.13tmanylinux: glibc 2.17+ ARMv7l

pyrwkv_tokenizer-0.9.1-cp313-cp313t-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (1.4 MB view details)

Uploaded CPython 3.13tmanylinux: glibc 2.17+ ARM64

pyrwkv_tokenizer-0.9.1-cp313-cp313-win_amd64.whl (1.1 MB view details)

Uploaded CPython 3.13Windows x86-64

pyrwkv_tokenizer-0.9.1-cp313-cp313-win32.whl (1.1 MB view details)

Uploaded CPython 3.13Windows x86

pyrwkv_tokenizer-0.9.1-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (1.4 MB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ x86-64

pyrwkv_tokenizer-0.9.1-cp313-cp313-manylinux_2_17_s390x.manylinux2014_s390x.whl (1.5 MB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ s390x

pyrwkv_tokenizer-0.9.1-cp313-cp313-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (1.5 MB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ ppc64le

pyrwkv_tokenizer-0.9.1-cp313-cp313-manylinux_2_17_i686.manylinux2014_i686.whl (1.4 MB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ i686

pyrwkv_tokenizer-0.9.1-cp313-cp313-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (1.3 MB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ ARMv7l

pyrwkv_tokenizer-0.9.1-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (1.4 MB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ ARM64

pyrwkv_tokenizer-0.9.1-cp313-cp313-macosx_11_0_arm64.whl (1.3 MB view details)

Uploaded CPython 3.13macOS 11.0+ ARM64

pyrwkv_tokenizer-0.9.1-cp313-cp313-macosx_10_12_x86_64.whl (1.3 MB view details)

Uploaded CPython 3.13macOS 10.12+ x86-64

pyrwkv_tokenizer-0.9.1-cp312-cp312-win_amd64.whl (1.1 MB view details)

Uploaded CPython 3.12Windows x86-64

pyrwkv_tokenizer-0.9.1-cp312-cp312-win32.whl (1.1 MB view details)

Uploaded CPython 3.12Windows x86

pyrwkv_tokenizer-0.9.1-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (1.4 MB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ x86-64

pyrwkv_tokenizer-0.9.1-cp312-cp312-manylinux_2_17_s390x.manylinux2014_s390x.whl (1.5 MB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ s390x

pyrwkv_tokenizer-0.9.1-cp312-cp312-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (1.5 MB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ ppc64le

pyrwkv_tokenizer-0.9.1-cp312-cp312-manylinux_2_17_i686.manylinux2014_i686.whl (1.4 MB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ i686

pyrwkv_tokenizer-0.9.1-cp312-cp312-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (1.3 MB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ ARMv7l

pyrwkv_tokenizer-0.9.1-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (1.4 MB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ ARM64

pyrwkv_tokenizer-0.9.1-cp312-cp312-macosx_11_0_arm64.whl (1.3 MB view details)

Uploaded CPython 3.12macOS 11.0+ ARM64

pyrwkv_tokenizer-0.9.1-cp312-cp312-macosx_10_12_x86_64.whl (1.3 MB view details)

Uploaded CPython 3.12macOS 10.12+ x86-64

pyrwkv_tokenizer-0.9.1-cp311-cp311-win_amd64.whl (1.1 MB view details)

Uploaded CPython 3.11Windows x86-64

pyrwkv_tokenizer-0.9.1-cp311-cp311-win32.whl (1.1 MB view details)

Uploaded CPython 3.11Windows x86

pyrwkv_tokenizer-0.9.1-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (1.4 MB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ x86-64

pyrwkv_tokenizer-0.9.1-cp311-cp311-manylinux_2_17_s390x.manylinux2014_s390x.whl (1.5 MB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ s390x

pyrwkv_tokenizer-0.9.1-cp311-cp311-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (1.5 MB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ ppc64le

pyrwkv_tokenizer-0.9.1-cp311-cp311-manylinux_2_17_i686.manylinux2014_i686.whl (1.4 MB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ i686

pyrwkv_tokenizer-0.9.1-cp311-cp311-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (1.3 MB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ ARMv7l

pyrwkv_tokenizer-0.9.1-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (1.4 MB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ ARM64

pyrwkv_tokenizer-0.9.1-cp311-cp311-macosx_11_0_arm64.whl (1.3 MB view details)

Uploaded CPython 3.11macOS 11.0+ ARM64

pyrwkv_tokenizer-0.9.1-cp311-cp311-macosx_10_12_x86_64.whl (1.3 MB view details)

Uploaded CPython 3.11macOS 10.12+ x86-64

pyrwkv_tokenizer-0.9.1-cp310-cp310-win_amd64.whl (1.1 MB view details)

Uploaded CPython 3.10Windows x86-64

pyrwkv_tokenizer-0.9.1-cp310-cp310-win32.whl (1.1 MB view details)

Uploaded CPython 3.10Windows x86

pyrwkv_tokenizer-0.9.1-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (1.4 MB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ x86-64

pyrwkv_tokenizer-0.9.1-cp310-cp310-manylinux_2_17_s390x.manylinux2014_s390x.whl (1.5 MB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ s390x

pyrwkv_tokenizer-0.9.1-cp310-cp310-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (1.5 MB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ ppc64le

pyrwkv_tokenizer-0.9.1-cp310-cp310-manylinux_2_17_i686.manylinux2014_i686.whl (1.4 MB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ i686

pyrwkv_tokenizer-0.9.1-cp310-cp310-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (1.3 MB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ ARMv7l

pyrwkv_tokenizer-0.9.1-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (1.4 MB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ ARM64

pyrwkv_tokenizer-0.9.1-cp310-cp310-macosx_11_0_arm64.whl (1.3 MB view details)

Uploaded CPython 3.10macOS 11.0+ ARM64

pyrwkv_tokenizer-0.9.1-cp310-cp310-macosx_10_12_x86_64.whl (1.3 MB view details)

Uploaded CPython 3.10macOS 10.12+ x86-64

pyrwkv_tokenizer-0.9.1-cp39-cp39-win_amd64.whl (1.1 MB view details)

Uploaded CPython 3.9Windows x86-64

pyrwkv_tokenizer-0.9.1-cp39-cp39-win32.whl (1.1 MB view details)

Uploaded CPython 3.9Windows x86

pyrwkv_tokenizer-0.9.1-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (1.4 MB view details)

Uploaded CPython 3.9manylinux: glibc 2.17+ x86-64

pyrwkv_tokenizer-0.9.1-cp39-cp39-manylinux_2_17_s390x.manylinux2014_s390x.whl (1.5 MB view details)

Uploaded CPython 3.9manylinux: glibc 2.17+ s390x

pyrwkv_tokenizer-0.9.1-cp39-cp39-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (1.5 MB view details)

Uploaded CPython 3.9manylinux: glibc 2.17+ ppc64le

pyrwkv_tokenizer-0.9.1-cp39-cp39-manylinux_2_17_i686.manylinux2014_i686.whl (1.4 MB view details)

Uploaded CPython 3.9manylinux: glibc 2.17+ i686

pyrwkv_tokenizer-0.9.1-cp39-cp39-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (1.3 MB view details)

Uploaded CPython 3.9manylinux: glibc 2.17+ ARMv7l

pyrwkv_tokenizer-0.9.1-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (1.4 MB view details)

Uploaded CPython 3.9manylinux: glibc 2.17+ ARM64

pyrwkv_tokenizer-0.9.1-cp38-cp38-win_amd64.whl (1.1 MB view details)

Uploaded CPython 3.8Windows x86-64

pyrwkv_tokenizer-0.9.1-cp38-cp38-win32.whl (1.1 MB view details)

Uploaded CPython 3.8Windows x86

pyrwkv_tokenizer-0.9.1-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (1.4 MB view details)

Uploaded CPython 3.8manylinux: glibc 2.17+ x86-64

pyrwkv_tokenizer-0.9.1-cp38-cp38-manylinux_2_17_s390x.manylinux2014_s390x.whl (1.5 MB view details)

Uploaded CPython 3.8manylinux: glibc 2.17+ s390x

pyrwkv_tokenizer-0.9.1-cp38-cp38-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (1.5 MB view details)

Uploaded CPython 3.8manylinux: glibc 2.17+ ppc64le

pyrwkv_tokenizer-0.9.1-cp38-cp38-manylinux_2_17_i686.manylinux2014_i686.whl (1.4 MB view details)

Uploaded CPython 3.8manylinux: glibc 2.17+ i686

pyrwkv_tokenizer-0.9.1-cp38-cp38-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (1.3 MB view details)

Uploaded CPython 3.8manylinux: glibc 2.17+ ARMv7l

pyrwkv_tokenizer-0.9.1-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (1.4 MB view details)

Uploaded CPython 3.8manylinux: glibc 2.17+ ARM64

File details

Details for the file pyrwkv_tokenizer-0.9.1.tar.gz.

File metadata

  • Download URL: pyrwkv_tokenizer-0.9.1.tar.gz
  • Upload date:
  • Size: 392.4 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: maturin/1.8.3

File hashes

Hashes for pyrwkv_tokenizer-0.9.1.tar.gz
Algorithm Hash digest
SHA256 1838aa958cd1a7864977d6b7a9e66fa17f5fab6b31d89bae2de1691b2d4cf00f
MD5 6e983668a204b9e796a49bff9e50ce94
BLAKE2b-256 93350c8c8a2e2bbabc0ec3af38f7abe1e4a7466f6816c9d23840d3439346326b

See more details on using hashes here.

File details

Details for the file pyrwkv_tokenizer-0.9.1-pp311-pypy311_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for pyrwkv_tokenizer-0.9.1-pp311-pypy311_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 ade424b012774868d9ed9a92dd6f3c644e519150f2d11551d3c54489a708c39b
MD5 8ced04d78a584da56d028cc90d6479dd
BLAKE2b-256 1ac1f04a42dc81ca8c3e5e9ae4d3a3a7442c7f0c49597d419bb8565daced602c

See more details on using hashes here.

File details

Details for the file pyrwkv_tokenizer-0.9.1-pp311-pypy311_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl.

File metadata

File hashes

Hashes for pyrwkv_tokenizer-0.9.1-pp311-pypy311_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 eece41658abb9b60962556cab24fc320e12ac4822f18f1d8171bf6a7868ab267
MD5 764f15dcfcb0762e1b90a9f4109de92f
BLAKE2b-256 b5c588f1e59f971c031bc142f4dd850a03e3328d4ca1d6498e786b67d8ddf383

See more details on using hashes here.

File details

Details for the file pyrwkv_tokenizer-0.9.1-pp311-pypy311_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.

File metadata

File hashes

Hashes for pyrwkv_tokenizer-0.9.1-pp311-pypy311_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 2846b3ae09fe9f3db2d345f1aa9bd4ce0c7ec6668b7583b299053353e862df80
MD5 a8b6a27348798dc5d47893bf9b1127fb
BLAKE2b-256 4fd791a21c7e31ebb80b5ca2381d72e94497609332338a5743ca5573ba65994a

See more details on using hashes here.

File details

Details for the file pyrwkv_tokenizer-0.9.1-pp311-pypy311_pp73-manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for pyrwkv_tokenizer-0.9.1-pp311-pypy311_pp73-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 c1ee458e93d42b2bb88fefcbcc552ba7fe59782177cb7718016fa17b33e0589b
MD5 b25ecd051a014a4e189824a9c9a9c652
BLAKE2b-256 560d3baa1cacaded97dba90e718b9d780347744110b9cc0ccddd367d4291e4e7

See more details on using hashes here.

File details

Details for the file pyrwkv_tokenizer-0.9.1-pp311-pypy311_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl.

File metadata

File hashes

Hashes for pyrwkv_tokenizer-0.9.1-pp311-pypy311_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 96f912d69f53e3466b2234cfafa1c35c1584b69fb92e6d4c1f7cb921e2f19184
MD5 0b4818ff86bfb927beb2188c4f50dd70
BLAKE2b-256 9209160006b9fbe79948c5c3fb883d9001c6a7763f9d932960ef3d0dddc102a8

See more details on using hashes here.

File details

Details for the file pyrwkv_tokenizer-0.9.1-pp311-pypy311_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for pyrwkv_tokenizer-0.9.1-pp311-pypy311_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 d8fae36855b11b1ebf08e5a61b1c5246453799a9c04e0e833e4ad7b2e786fbf9
MD5 021a2d5e84d24c9d5e8154fff6f73b94
BLAKE2b-256 54efcdeff35abb010e191368d7a7c5f1e78dca158939e66e54560a50d1a646d8

See more details on using hashes here.

File details

Details for the file pyrwkv_tokenizer-0.9.1-pp310-pypy310_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for pyrwkv_tokenizer-0.9.1-pp310-pypy310_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 7c896566fd1a937cdcef7e29508586b29e8ca5fb77f8d497b5cc7790ec4dab14
MD5 26a92475c42b04d7f8a2dd46f0476036
BLAKE2b-256 ccffce297e349a829b491a8fc1e73bc197f00a3c2f568c2233ee7a1f3edbcbcc

See more details on using hashes here.

File details

Details for the file pyrwkv_tokenizer-0.9.1-pp310-pypy310_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl.

File metadata

File hashes

Hashes for pyrwkv_tokenizer-0.9.1-pp310-pypy310_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 c8055ed0f2024432e4034d903d6ac0e630d40f8655c521b01e4217bc6dde6c1c
MD5 c9bf7cc11acb803607a7607c51afbb99
BLAKE2b-256 5dea12fdd0f2f625c9f75703086930c62fe63a462b4d3bb653d3e05a1d84dc45

See more details on using hashes here.

File details

Details for the file pyrwkv_tokenizer-0.9.1-pp310-pypy310_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.

File metadata

File hashes

Hashes for pyrwkv_tokenizer-0.9.1-pp310-pypy310_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 379b2af46089345ffcbe6de388c0da86210257331eca1a60fe2b53d8113c6ea0
MD5 ad3b14b1727bfb675135d4f8dce76bc4
BLAKE2b-256 15b08169cdd51eade5b7eb222a1f989997c3fdd1c2465cee6b08ececa765cdcf

See more details on using hashes here.

File details

Details for the file pyrwkv_tokenizer-0.9.1-pp310-pypy310_pp73-manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for pyrwkv_tokenizer-0.9.1-pp310-pypy310_pp73-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 ca71f4bc2d41a94b8365d2d11754ff51b3b5df5728e54c107fcbf69ec609ad98
MD5 d8b84989e96a139d1a792c69a56f8abd
BLAKE2b-256 a2e975aa882e3f310d1be9af610a6354e9752fbd393cf5ee89c653cffe974e00

See more details on using hashes here.

File details

Details for the file pyrwkv_tokenizer-0.9.1-pp310-pypy310_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl.

File metadata

File hashes

Hashes for pyrwkv_tokenizer-0.9.1-pp310-pypy310_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 e9e23be17f7b5ffcde5d8deaf07bb387dd1319d66d8053f684b341e34dd8f02b
MD5 eefef984aaefa5ae9f267496b768f28d
BLAKE2b-256 84c1046c9d3e516975240697f82f4c2c918971afd7f1ddcedca029e65ca08770

See more details on using hashes here.

File details

Details for the file pyrwkv_tokenizer-0.9.1-pp310-pypy310_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for pyrwkv_tokenizer-0.9.1-pp310-pypy310_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 bae8f976a3db67d7103548927576cc2179136fff68744831c2a2fddfe6c80872
MD5 34e07e4b95ca97377fc55c71b3cf0243
BLAKE2b-256 1dfbab160f2bda11ce1c727ca71f2aabd70299a80a07d1f39bca121c5c5f1dc6

See more details on using hashes here.

File details

Details for the file pyrwkv_tokenizer-0.9.1-pp39-pypy39_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl.

File metadata

File hashes

Hashes for pyrwkv_tokenizer-0.9.1-pp39-pypy39_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 88acf3f9e5d73b029d54ac37aa35488ca35c31e55e8a22b99b202be18251fb0d
MD5 7a84753d87b187b285c145f9322eee57
BLAKE2b-256 73a9d38431a5d4f0861095135218e0de7535f6d25396098cbea182ca20e18a55

See more details on using hashes here.

File details

Details for the file pyrwkv_tokenizer-0.9.1-pp39-pypy39_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.

File metadata

File hashes

Hashes for pyrwkv_tokenizer-0.9.1-pp39-pypy39_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 6c3581a690bc9f82baee9883a2e0b7c69b1f2c6bc0ec9a58a56224521dd73a47
MD5 842f78df54dbdbaeb967f7b868db3def
BLAKE2b-256 a128967b7a09ab20fba438e89ce36c02a5eb3b43c11ab56610044433fd53744e

See more details on using hashes here.

File details

Details for the file pyrwkv_tokenizer-0.9.1-pp39-pypy39_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl.

File metadata

File hashes

Hashes for pyrwkv_tokenizer-0.9.1-pp39-pypy39_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 0451fc5f47643a2306867115bba22572e956ea499b8b0e57e6d4a09ecc2386e4
MD5 d8bdde07e492c16c420aa86739920fb1
BLAKE2b-256 c7e1a0ee16ff78284c72f827a87267fc8c98ae73382a59706ca3f3d9b9046860

See more details on using hashes here.

File details

Details for the file pyrwkv_tokenizer-0.9.1-pp39-pypy39_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for pyrwkv_tokenizer-0.9.1-pp39-pypy39_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 b68d802b93873b9c0a085f4ef9d8bb2349d4669f00cc7b9988d870bda2fd3701
MD5 b56b4578e405dfe02f3c62b1c6ac303a
BLAKE2b-256 d2054367da58cc863812b30e779e3c17dd05042db3cb32dfc21bec211d48704e

See more details on using hashes here.

File details

Details for the file pyrwkv_tokenizer-0.9.1-cp313-cp313t-manylinux_2_17_s390x.manylinux2014_s390x.whl.

File metadata

File hashes

Hashes for pyrwkv_tokenizer-0.9.1-cp313-cp313t-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 618fef466fb2374c74227b317b0e437ee7db7a200bdc8f2e4c6983146b340d36
MD5 525d8a3c5512f8da2ac2f4d2ea9dc14b
BLAKE2b-256 316ff35e102fbc1b4ea2c6139fcabc7a143a68282778fd8e9f587831d8137ebf

See more details on using hashes here.

File details

Details for the file pyrwkv_tokenizer-0.9.1-cp313-cp313t-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.

File metadata

File hashes

Hashes for pyrwkv_tokenizer-0.9.1-cp313-cp313t-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 8349031e71a4ea57078b1c0b970c88b4c9698e1b9ee5f0511ecdca361a414e28
MD5 a4b1a400b873fd883b5aa620c05a0293
BLAKE2b-256 6869319bdc0f07d7646f1e1c114c3624444860c0767f79c5d65e8b08e54a4d1f

See more details on using hashes here.

File details

Details for the file pyrwkv_tokenizer-0.9.1-cp313-cp313t-manylinux_2_17_armv7l.manylinux2014_armv7l.whl.

File metadata

File hashes

Hashes for pyrwkv_tokenizer-0.9.1-cp313-cp313t-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 e7554674b701a77c645eb24585172be0f4428d6973a7deaf085d3f7536aaf6f4
MD5 b74b87b7468c175319cb8332e8a022de
BLAKE2b-256 fd226b622668791550a24c5c2e308e2bec4193f4b0d415ba67edf16750b4568e

See more details on using hashes here.

File details

Details for the file pyrwkv_tokenizer-0.9.1-cp313-cp313t-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for pyrwkv_tokenizer-0.9.1-cp313-cp313t-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 f627dedf4cf0de9219a45cc0604b721295caa5f301deffee0f87f7645705dd3b
MD5 fc4b4a612dbda55a6b5f2def2c4783ec
BLAKE2b-256 c04d2818524270e9026dae0060756a7555ea6f2dad7cce177472ea42a08b51c7

See more details on using hashes here.

File details

Details for the file pyrwkv_tokenizer-0.9.1-cp313-cp313-win_amd64.whl.

File metadata

File hashes

Hashes for pyrwkv_tokenizer-0.9.1-cp313-cp313-win_amd64.whl
Algorithm Hash digest
SHA256 71085d2d5aeff5dfb8e58218d764b9ab79dab579b42078be0e44701071639de5
MD5 4158dd7cc43f0c0cf1d9f93b0d84403f
BLAKE2b-256 c4d8e792a07cdb12db4d2a24cbd4c3a82f88ce40240ba172210b99e76c9a7dfa

See more details on using hashes here.

File details

Details for the file pyrwkv_tokenizer-0.9.1-cp313-cp313-win32.whl.

File metadata

File hashes

Hashes for pyrwkv_tokenizer-0.9.1-cp313-cp313-win32.whl
Algorithm Hash digest
SHA256 d0d9ae72e89154a23b82936c5223ff6eccf286b3d3cb8dc6a9941748dae65c66
MD5 a59b757dbc3bed86085f1d8c6ebb119e
BLAKE2b-256 4b4224c81cb2f589b0b4a80b9712b34d5d598d5e455ca01cb46fc1d5bb5cca2f

See more details on using hashes here.

File details

Details for the file pyrwkv_tokenizer-0.9.1-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for pyrwkv_tokenizer-0.9.1-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 5446e9e3dc4309b2a3ff95b72abad163312419c24f20626d65d79eac1e212b47
MD5 bb1723a6475b9b391b04b8c72e90af25
BLAKE2b-256 83c4b9f9790e6108c031a06aa42798ac03d42bdea2951995c00eee5f233b1b3a

See more details on using hashes here.

File details

Details for the file pyrwkv_tokenizer-0.9.1-cp313-cp313-manylinux_2_17_s390x.manylinux2014_s390x.whl.

File metadata

File hashes

Hashes for pyrwkv_tokenizer-0.9.1-cp313-cp313-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 91c5ae7a7b663ea535245b9a1b76624a5088926ebd701632ed3b6000527433ea
MD5 ad5b490c59efb39d81d61027ba6007d7
BLAKE2b-256 5fdace7d25820c489aab1a79f86c3f2c5a7fd24c164a9740ab9bf2c9bd12b86e

See more details on using hashes here.

File details

Details for the file pyrwkv_tokenizer-0.9.1-cp313-cp313-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.

File metadata

File hashes

Hashes for pyrwkv_tokenizer-0.9.1-cp313-cp313-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 3a3ca4fcdf7bec81e89903bba1175bfcf55c5746ef37fc8bdee728a9b7b27913
MD5 1b133d72950fdf2907486791c494a2d8
BLAKE2b-256 52122d058a7174ab0e51b78207a3e83cb61da0ea580551d015a8ff11c4544e7e

See more details on using hashes here.

File details

Details for the file pyrwkv_tokenizer-0.9.1-cp313-cp313-manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for pyrwkv_tokenizer-0.9.1-cp313-cp313-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 f282e68aeccbac1140a7c800b7b4f7f41899165ef17b952191fd8c780f7364aa
MD5 6e274ade9bf6379e29b0ae21b8df5ae3
BLAKE2b-256 a01451669b3903428e0b5e44980206be841cfd23c40bc124899bcc5d0ce64a6b

See more details on using hashes here.

File details

Details for the file pyrwkv_tokenizer-0.9.1-cp313-cp313-manylinux_2_17_armv7l.manylinux2014_armv7l.whl.

File metadata

File hashes

Hashes for pyrwkv_tokenizer-0.9.1-cp313-cp313-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 2a093c4324aaca23d8d2616af81e5d4eb90d1c80f6c28ef8bb95548c78990a07
MD5 7da46fb8ab31cba3c43bc17d6cd84a5b
BLAKE2b-256 4c8b6f0428aac41bfc2a4a1f7808d8dd3b75baf1a8e59ff3e395f33c11f5c970

See more details on using hashes here.

File details

Details for the file pyrwkv_tokenizer-0.9.1-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for pyrwkv_tokenizer-0.9.1-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 1dc3a20df784da59745571e6b25febc66416e82e24963fdde83bbd788f6b200e
MD5 528c41a2b9704be0a8a7200c0f055738
BLAKE2b-256 b56e3f926e7e897e4c57f891e5340b07d5d00aeb3dd9d1715d58dbba29c20932

See more details on using hashes here.

File details

Details for the file pyrwkv_tokenizer-0.9.1-cp313-cp313-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for pyrwkv_tokenizer-0.9.1-cp313-cp313-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 4fa7224e382ee34db6f9033001b35f1ca68256314eb01921e33d5f035867ee70
MD5 3a2c79f1f2173151f46c109fbdfd1269
BLAKE2b-256 854aba703fde0eda906a170c3521c353a566a6528f62de196e53cdc519690c72

See more details on using hashes here.

File details

Details for the file pyrwkv_tokenizer-0.9.1-cp313-cp313-macosx_10_12_x86_64.whl.

File metadata

File hashes

Hashes for pyrwkv_tokenizer-0.9.1-cp313-cp313-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 21ea5226d8ec7fb5a1dc4af9ae5bcfb260d6a949f5f906e0203000dd89bdd8d0
MD5 f5c47c792078762e97c52cbf8c28aea7
BLAKE2b-256 580f49552f1aee5318a3967660f30f05ed93159424c4c1839d197fca7598cffc

See more details on using hashes here.

File details

Details for the file pyrwkv_tokenizer-0.9.1-cp312-cp312-win_amd64.whl.

File metadata

File hashes

Hashes for pyrwkv_tokenizer-0.9.1-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 c0bea8f0efd4ad99a55456d62ebe0a354ab1869051e5b89bf94f635cb0f39218
MD5 b0e05764b3958285f90891c183304a4e
BLAKE2b-256 a44976794a86a2c7479ee3eaadd9126012159989c784cbf4a9ba9db93c8ee543

See more details on using hashes here.

File details

Details for the file pyrwkv_tokenizer-0.9.1-cp312-cp312-win32.whl.

File metadata

File hashes

Hashes for pyrwkv_tokenizer-0.9.1-cp312-cp312-win32.whl
Algorithm Hash digest
SHA256 acbfe111c1194c32a0eb7ec90b5ececeb8c6a604cb8184eb850bbd59d59709e5
MD5 20c1ff3dfce4c0d7a21162383f8f1d89
BLAKE2b-256 dbd834b3bc1dfa9a1b629d8ee283cd59f4d6a1aae1809459c83331ab0b4082fd

See more details on using hashes here.

File details

Details for the file pyrwkv_tokenizer-0.9.1-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for pyrwkv_tokenizer-0.9.1-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 0abc007d115a6f1f4e7b8e1e1f3d839f0e1568c97fb063c045c9a2391b5617f2
MD5 f6c613c47fd44d33105d3c06a450f90f
BLAKE2b-256 e1f8c79db73ddb24b91c4bad1c1e7b51cbc380bf6226dfd70c8631204c041155

See more details on using hashes here.

File details

Details for the file pyrwkv_tokenizer-0.9.1-cp312-cp312-manylinux_2_17_s390x.manylinux2014_s390x.whl.

File metadata

File hashes

Hashes for pyrwkv_tokenizer-0.9.1-cp312-cp312-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 24f70441d1d70340c5f19478683af9ea87b8b8ccabc3d138708422c420c16b37
MD5 85fb015d6c4ecffe95cb6e2ce916d192
BLAKE2b-256 3f981b008c7274e9f0c8495621ed56e7bbb0ecb3f898abc274f811898a74feb9

See more details on using hashes here.

File details

Details for the file pyrwkv_tokenizer-0.9.1-cp312-cp312-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.

File metadata

File hashes

Hashes for pyrwkv_tokenizer-0.9.1-cp312-cp312-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 c0b0b5e5aef1c4e0eb87c56dc751df09ffcda57b889feee9efa70bd0df3f130d
MD5 d8ee16ba8a8b345057d2eb9462cf0e12
BLAKE2b-256 41b04c97b9b4ebfe2d6c360edf50dd9fd2b5457e3461d365cb077717489c60db

See more details on using hashes here.

File details

Details for the file pyrwkv_tokenizer-0.9.1-cp312-cp312-manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for pyrwkv_tokenizer-0.9.1-cp312-cp312-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 15259935c1b5c31086162720e16443347cd6237f3d577c0765f27db2e101b4e2
MD5 a7f6629389fa3bc461e1edfa7ae8e99b
BLAKE2b-256 6da4ad4aa218b4b6ffdd64c63a0c5b2bf72984d55598eeb46409324d82aedb1b

See more details on using hashes here.

File details

Details for the file pyrwkv_tokenizer-0.9.1-cp312-cp312-manylinux_2_17_armv7l.manylinux2014_armv7l.whl.

File metadata

File hashes

Hashes for pyrwkv_tokenizer-0.9.1-cp312-cp312-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 8edcdcb284c8689ae6a0f1c61fe04daee2d85126fa926ec21c390ca4f25708a8
MD5 bbcd8075a5b6ced4f5e87e78937b37be
BLAKE2b-256 2e56c1048c9beec7c0a8e6a075a6899e7ebd6a99ed7c27fd49a1cea438f5b978

See more details on using hashes here.

File details

Details for the file pyrwkv_tokenizer-0.9.1-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for pyrwkv_tokenizer-0.9.1-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 2552a70886418e2b33ad5835a3f71ae3a154081c05ed5dde79d17ec93dc164c4
MD5 d4ee4ca687417b874be8eee1f2997917
BLAKE2b-256 05bd35748e7654186833eafa40f53cdf29bdf2b48e1dc6e94560430721837570

See more details on using hashes here.

File details

Details for the file pyrwkv_tokenizer-0.9.1-cp312-cp312-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for pyrwkv_tokenizer-0.9.1-cp312-cp312-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 37f55cafa99f7cf754279386551c7bbca6d13f6cf6c4d5d70527084d2508310b
MD5 f65c7d4486932270d9e0dadc904a5366
BLAKE2b-256 3f3e5c8e1c3d64a0f50194e721f8b33c253efd0f32edf178327d9a17634ff3ad

See more details on using hashes here.

File details

Details for the file pyrwkv_tokenizer-0.9.1-cp312-cp312-macosx_10_12_x86_64.whl.

File metadata

File hashes

Hashes for pyrwkv_tokenizer-0.9.1-cp312-cp312-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 51b68f8465d6e55b170c91c3ee89465b39c0aedf2874505019e5204f62eb6c87
MD5 fbd38115240e19df93ace39a264796af
BLAKE2b-256 65d3b090639d9321a9764eb27659b7c6f67720f2a0c8ea4227b2ccae56d77dfa

See more details on using hashes here.

File details

Details for the file pyrwkv_tokenizer-0.9.1-cp311-cp311-win_amd64.whl.

File metadata

File hashes

Hashes for pyrwkv_tokenizer-0.9.1-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 64aabc8a443707447467056ee0f8c83326d3f56641816546313588b33c8f3b8b
MD5 09dd237a9ce3e5ea1d660765b5150216
BLAKE2b-256 0a69da7c14c1d3a10cfd63970f886c69e6e6e5b9c516ab4d8ae668e80be23633

See more details on using hashes here.

File details

Details for the file pyrwkv_tokenizer-0.9.1-cp311-cp311-win32.whl.

File metadata

File hashes

Hashes for pyrwkv_tokenizer-0.9.1-cp311-cp311-win32.whl
Algorithm Hash digest
SHA256 5d1a6d0b2061cce48ff93785a91583117825be15d0702d92149408108838482f
MD5 18cebc617c30f7c0970d1816f992568a
BLAKE2b-256 e6a0b693acefe339e66f2e5ae6a09b8e5eb12e4b65a35f3f7330838d4fab5c81

See more details on using hashes here.

File details

Details for the file pyrwkv_tokenizer-0.9.1-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for pyrwkv_tokenizer-0.9.1-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 9e7f75249a34fe35ef0f7737ed909b1886f3c96801818cb59ad4480db254377c
MD5 3f21f4cb789510601b28f68ff2d8a0ea
BLAKE2b-256 8615873012fe2344f2a46f3bf9f221c20624e2180977874fdfd1f3b042ae835d

See more details on using hashes here.

File details

Details for the file pyrwkv_tokenizer-0.9.1-cp311-cp311-manylinux_2_17_s390x.manylinux2014_s390x.whl.

File metadata

File hashes

Hashes for pyrwkv_tokenizer-0.9.1-cp311-cp311-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 79a63633ddf4b962d25e9caf5da3a6efeb30b7936f894f02e7b656a1d9b45d39
MD5 6a7c4a70d6d922f7adbeb86163981531
BLAKE2b-256 6664631cdb1caa91b4b070b080c5caf01f82d0637985b637625b48158a48fde0

See more details on using hashes here.

File details

Details for the file pyrwkv_tokenizer-0.9.1-cp311-cp311-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.

File metadata

File hashes

Hashes for pyrwkv_tokenizer-0.9.1-cp311-cp311-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 a06420ff14f1e01dca09b37f2884d7dbc146e45951693cceff18659f1eb84d24
MD5 a5e5e457c21bd05274953b32a499309e
BLAKE2b-256 c491fb5c9842a0d2cab4a36b0cf9735bcffffaeba0b47606f46d1eeddf4315bd

See more details on using hashes here.

File details

Details for the file pyrwkv_tokenizer-0.9.1-cp311-cp311-manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for pyrwkv_tokenizer-0.9.1-cp311-cp311-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 dba7edc37c385f4e5e8884ef45c0362ad2a8fde4931c012bfb48639fb8001287
MD5 acafd7d496b24c715451f44946021bd2
BLAKE2b-256 52e77843506d212ad5fdea060d231e903584024d46871c97640dc62cbe3086b6

See more details on using hashes here.

File details

Details for the file pyrwkv_tokenizer-0.9.1-cp311-cp311-manylinux_2_17_armv7l.manylinux2014_armv7l.whl.

File metadata

File hashes

Hashes for pyrwkv_tokenizer-0.9.1-cp311-cp311-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 de5d0564e07b665f2d8d69fa11606755a468ce128887473c5407ae6d32bc625d
MD5 8d12ae1bd193e1bc53394b1e6568b3cb
BLAKE2b-256 0efc42814bc943b890c054372260c832579b9be6e29dca9948349aa71784f6b7

See more details on using hashes here.

File details

Details for the file pyrwkv_tokenizer-0.9.1-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for pyrwkv_tokenizer-0.9.1-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 b674076452427c78407032e7e9af434c9b281df940e28850d7260edb4e6f0061
MD5 21cb6208331e6882af23b8a9dfa2bf89
BLAKE2b-256 83f8a97112ee4913063b9d219c8626f819b328ccadf92da02179bc840df17454

See more details on using hashes here.

File details

Details for the file pyrwkv_tokenizer-0.9.1-cp311-cp311-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for pyrwkv_tokenizer-0.9.1-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 199e88210c4f207856c8598d3797b4b85b98063e82603393e85d238ec104ec4c
MD5 147e02dbde754875c4b43f0c94136cfe
BLAKE2b-256 cbd9056c0247b09845ff093caa44cbac5367317e595503806ee72771fc8a8d93

See more details on using hashes here.

File details

Details for the file pyrwkv_tokenizer-0.9.1-cp311-cp311-macosx_10_12_x86_64.whl.

File metadata

File hashes

Hashes for pyrwkv_tokenizer-0.9.1-cp311-cp311-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 bef1961ba988a34f66dfbf6fc40d53e4aceff49fb0da6635cce2f61d0dffbe62
MD5 5357870eab5f52da5532ff351c77f46d
BLAKE2b-256 bf816aa2bfb679f03fb1f4ff4708a186c8c49c5a08244d8a1c8fb47b43b56e32

See more details on using hashes here.

File details

Details for the file pyrwkv_tokenizer-0.9.1-cp310-cp310-win_amd64.whl.

File metadata

File hashes

Hashes for pyrwkv_tokenizer-0.9.1-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 6185b7d8c7548e8d9f96f6e30a748770ab3e2ee465090869b26b7ae0afa7e080
MD5 f4e65cfe2a8289ef3ee7fa8547dda16e
BLAKE2b-256 56013f205df7a86aee5ebfc4983ae624b86accb0cb7d88feee55cdbfc4750d4a

See more details on using hashes here.

File details

Details for the file pyrwkv_tokenizer-0.9.1-cp310-cp310-win32.whl.

File metadata

File hashes

Hashes for pyrwkv_tokenizer-0.9.1-cp310-cp310-win32.whl
Algorithm Hash digest
SHA256 6735fc44bb0a27a07070d4a2fe3258a20d7b35fd1583e65602a79aeea49cbe6f
MD5 a731d595e9a6bda182a756e8c79f1de9
BLAKE2b-256 69cedee0767242ffc3cbb62dadc4480dae1a756e7bc44de8d80578c91f19d63d

See more details on using hashes here.

File details

Details for the file pyrwkv_tokenizer-0.9.1-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for pyrwkv_tokenizer-0.9.1-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 26f6766564cb4096ad441afeec1c08059d1c6a1ed7caabd1389f85412ce56ceb
MD5 4639213d8dcc0b9f9178cba38190b36e
BLAKE2b-256 d7b40db9f0491552f05e57fabb100d6ff384f1c40cedb175730c5b878b0da711

See more details on using hashes here.

File details

Details for the file pyrwkv_tokenizer-0.9.1-cp310-cp310-manylinux_2_17_s390x.manylinux2014_s390x.whl.

File metadata

File hashes

Hashes for pyrwkv_tokenizer-0.9.1-cp310-cp310-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 afb7f12705b6f14ba6be7dd3bcdaa1f60d09baefdd33d8d32b168b82dce4ebf8
MD5 fd369df6cd41aada6958ec713dcbe223
BLAKE2b-256 cd61503ad236a78be07c48e113ef6aef20eee14ed4876fad10e268fe86440a1b

See more details on using hashes here.

File details

Details for the file pyrwkv_tokenizer-0.9.1-cp310-cp310-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.

File metadata

File hashes

Hashes for pyrwkv_tokenizer-0.9.1-cp310-cp310-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 c4e8af153308d1df693119c6c3385205469337401a7d68f80ca466fe5272706b
MD5 470fb9f24187be135c3392863c382af8
BLAKE2b-256 23453b3f7f4021abe7702607591450d15a98527d77789c2b3533f5fe17ac9a58

See more details on using hashes here.

File details

Details for the file pyrwkv_tokenizer-0.9.1-cp310-cp310-manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for pyrwkv_tokenizer-0.9.1-cp310-cp310-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 93c9d49c86514eda166d1744b5df6963c9fbc7bd6a9af6bdc305a1ebbedae403
MD5 65d6d668917fe0d9442630df32e65001
BLAKE2b-256 755da9c349627d60adcce9d06586db33fbf3fe75b7d788716e532f08057b914f

See more details on using hashes here.

File details

Details for the file pyrwkv_tokenizer-0.9.1-cp310-cp310-manylinux_2_17_armv7l.manylinux2014_armv7l.whl.

File metadata

File hashes

Hashes for pyrwkv_tokenizer-0.9.1-cp310-cp310-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 feb4ac6eb7ea4f928c83fb17ceffb3931e9443368fe1a1c79ced386eae79deaf
MD5 568afff651568357d329a04171fd32c0
BLAKE2b-256 55e7f11e6337bb73492ee3b84054d07e791d021fa9a92b2f1ea325dd4d252174

See more details on using hashes here.

File details

Details for the file pyrwkv_tokenizer-0.9.1-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for pyrwkv_tokenizer-0.9.1-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 f2ad96aebc6f11e5ee8c46cf7a17cea4ab9dfdbf572993b2defe7cfba952388f
MD5 5099e409c7e5802908b694e96813f653
BLAKE2b-256 6df7958f128aac174f0dec51a33c4c63c7bb6a9b4ffacebcc7b65237eab26016

See more details on using hashes here.

File details

Details for the file pyrwkv_tokenizer-0.9.1-cp310-cp310-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for pyrwkv_tokenizer-0.9.1-cp310-cp310-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 53b0d1ca78833eb70644950fe05452dffca2bcf42b5eeab37d21d73d21dd5da5
MD5 d474cd42ea3359167d6840a97a13b716
BLAKE2b-256 9c1b14b69037ae9fe3c38a8687fc7f639438cb77e63c8b546688c49f61b2c6ef

See more details on using hashes here.

File details

Details for the file pyrwkv_tokenizer-0.9.1-cp310-cp310-macosx_10_12_x86_64.whl.

File metadata

File hashes

Hashes for pyrwkv_tokenizer-0.9.1-cp310-cp310-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 6c55414d16543c6ab71536053ceedd8bbc958e077659e58b38422f7d84adba4d
MD5 216bae7d4d27b31eb8933e9a5f49c1d2
BLAKE2b-256 bc69a0a7a9d0eee0e3faed1ea566c4cd203a273efb44d2a6c02705821d1107d4

See more details on using hashes here.

File details

Details for the file pyrwkv_tokenizer-0.9.1-cp39-cp39-win_amd64.whl.

File metadata

File hashes

Hashes for pyrwkv_tokenizer-0.9.1-cp39-cp39-win_amd64.whl
Algorithm Hash digest
SHA256 cd183d5091ffb4eb82ef15602c2616e9a0a7832368cfe2cbae13d7624a107ebf
MD5 82222edfcc96a70504605e43cdda1a8a
BLAKE2b-256 bb3121bdb5f126aec4864583dbaa536e8b8632865828ab0cde297dabbec10227

See more details on using hashes here.

File details

Details for the file pyrwkv_tokenizer-0.9.1-cp39-cp39-win32.whl.

File metadata

File hashes

Hashes for pyrwkv_tokenizer-0.9.1-cp39-cp39-win32.whl
Algorithm Hash digest
SHA256 f768ff076551721846c59993c055c24b7f9db732904c26596b3263c43002236f
MD5 67dd618f647d6ac4635ff142345a2e9c
BLAKE2b-256 62093b59e8c01189953d852e282bd5834812f1cf3e294d648ab21bc884be5e71

See more details on using hashes here.

File details

Details for the file pyrwkv_tokenizer-0.9.1-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for pyrwkv_tokenizer-0.9.1-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 632941ea2b38dab50bc6f8d8e8738efb171f5105b3f5edf77b288f6991a8a171
MD5 f21f63451641001890eec92917295aed
BLAKE2b-256 a56ef745347b4b97fc329a709a2a517a1fe8f195669d14ed0febee482e745cb3

See more details on using hashes here.

File details

Details for the file pyrwkv_tokenizer-0.9.1-cp39-cp39-manylinux_2_17_s390x.manylinux2014_s390x.whl.

File metadata

File hashes

Hashes for pyrwkv_tokenizer-0.9.1-cp39-cp39-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 467378d1ee0bc6580b4d176fc44fe49861a7750e4d80e978d8e4768f10b666de
MD5 e9f4b815bbc66bfebd338ef8571cbf16
BLAKE2b-256 5df8c7ec202cacc0e9c411eef94d743475c4e3bdef0bc766bcee86f90252a6f5

See more details on using hashes here.

File details

Details for the file pyrwkv_tokenizer-0.9.1-cp39-cp39-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.

File metadata

File hashes

Hashes for pyrwkv_tokenizer-0.9.1-cp39-cp39-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 b2bd11e9b9d85f5c548b155be453ded8b1dddb519decb2661d8ca05d1c87a5d4
MD5 ce6ef344af4750a53c4649fdaca198ff
BLAKE2b-256 476381e8cba5f9c91483130c7c5d146678451e8a48aac6755c4f14a6c60c9977

See more details on using hashes here.

File details

Details for the file pyrwkv_tokenizer-0.9.1-cp39-cp39-manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for pyrwkv_tokenizer-0.9.1-cp39-cp39-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 57ee8ac8d884e76f1a03a693c1aebf74340c80a7f0e6990a9e1a8275c93cfa3e
MD5 c396223d2b7c4fafdf101a3a2b14521e
BLAKE2b-256 2cc05921ea797250d848165e321c33c4e5133edb57399955d7d411bd90226557

See more details on using hashes here.

File details

Details for the file pyrwkv_tokenizer-0.9.1-cp39-cp39-manylinux_2_17_armv7l.manylinux2014_armv7l.whl.

File metadata

File hashes

Hashes for pyrwkv_tokenizer-0.9.1-cp39-cp39-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 ed47922d3527212e01a424005786373ae748c0bfc921176b2ed38c496d2d2603
MD5 6f5739407f98144f493dd9fa066e7240
BLAKE2b-256 d21282ffa5ef7c5ba25d52be2535f102031bdf07ee3333ae735da5b242d2ebda

See more details on using hashes here.

File details

Details for the file pyrwkv_tokenizer-0.9.1-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for pyrwkv_tokenizer-0.9.1-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 ea26266670c266bad29455ed317673d9726fcb83f55fb633a4589a58b3c4bc29
MD5 bf413a14276ac5f2da21a31684b1d343
BLAKE2b-256 d4f8eec5e004ed1fe5f8337a5fe193344757e6d7d221a220b7ac27f9459e406e

See more details on using hashes here.

File details

Details for the file pyrwkv_tokenizer-0.9.1-cp38-cp38-win_amd64.whl.

File metadata

File hashes

Hashes for pyrwkv_tokenizer-0.9.1-cp38-cp38-win_amd64.whl
Algorithm Hash digest
SHA256 78e0e24cac585843a05d008ac521b2e4dd6eb4fa277227f926b4a47062784e56
MD5 6d21810a146a99e3e79bda201ad9d792
BLAKE2b-256 fa747c97a94b91fa921604241e83bdc206bdd678ea8cf5b255032de74918cb4e

See more details on using hashes here.

File details

Details for the file pyrwkv_tokenizer-0.9.1-cp38-cp38-win32.whl.

File metadata

File hashes

Hashes for pyrwkv_tokenizer-0.9.1-cp38-cp38-win32.whl
Algorithm Hash digest
SHA256 323fde5bb55f903f93edc4f14f99f90d5f63cb55da4984db574157e04b05c581
MD5 a20d61a44f1447741b16d3bef65fe831
BLAKE2b-256 b6c60766eb3393abb8e0bcb39d624a94dc3a3d0bea44b74140038a180ef24984

See more details on using hashes here.

File details

Details for the file pyrwkv_tokenizer-0.9.1-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for pyrwkv_tokenizer-0.9.1-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 5c2d16d3654096e63b9bea3f8f0b0997e184d8262ca600aaecf35ba38ba0237f
MD5 601c48e83d0802fa740e39ba2e12ca2a
BLAKE2b-256 fdf6fd4ac6fe0b15092b2e1863e5d2dcc689e2414d8694fc8a291a3d713eb288

See more details on using hashes here.

File details

Details for the file pyrwkv_tokenizer-0.9.1-cp38-cp38-manylinux_2_17_s390x.manylinux2014_s390x.whl.

File metadata

File hashes

Hashes for pyrwkv_tokenizer-0.9.1-cp38-cp38-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 825917fbc01db17d80a336baa23da975dfa2b02c7343e6bdfc11326d8dc9f1c5
MD5 e5ee154c929b47881ed2bec43592a5bf
BLAKE2b-256 4e6e9c324b1e576f013ebc40f1d5997796cfdf9749416cb472417f8bd340dd08

See more details on using hashes here.

File details

Details for the file pyrwkv_tokenizer-0.9.1-cp38-cp38-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.

File metadata

File hashes

Hashes for pyrwkv_tokenizer-0.9.1-cp38-cp38-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 5f8139b8366d92c4df33e9783d0b04a6a1293274cc174eb14b19f5634773f965
MD5 ab860bacc5d2d974329384bbbe215616
BLAKE2b-256 06fd71d1f63e64c2d76f2f009d81bf8105e88dc8af02ba1b6147a873fe2ba539

See more details on using hashes here.

File details

Details for the file pyrwkv_tokenizer-0.9.1-cp38-cp38-manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for pyrwkv_tokenizer-0.9.1-cp38-cp38-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 ac8fa833d35bde63b413103af33f6aad615267a6b49c1b2216982ce9d2cd31df
MD5 18e02f988116707b93dead8339f9f93b
BLAKE2b-256 9ce4205fbb8c5a770cc22524e1eb4680311836a3a764d108182172163cfa4be2

See more details on using hashes here.

File details

Details for the file pyrwkv_tokenizer-0.9.1-cp38-cp38-manylinux_2_17_armv7l.manylinux2014_armv7l.whl.

File metadata

File hashes

Hashes for pyrwkv_tokenizer-0.9.1-cp38-cp38-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 569d97e7e404a23f5348b6219891a9fcbf6c6fc0d7b9087a1fbd8ecd708fba32
MD5 8cd65103210f1d26a59a068b8ca4d3be
BLAKE2b-256 fbf64558cb9620eaab6b8f05fb5a28d30395cee4c7ddcff5859b25373ec7e1a3

See more details on using hashes here.

File details

Details for the file pyrwkv_tokenizer-0.9.1-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for pyrwkv_tokenizer-0.9.1-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 98a351299bda73adae92effadc26a99857626502bfe7c9c3ade5cef2746a1291
MD5 a671f1d0dcaff03d85e5ed842d4b4688
BLAKE2b-256 b5f4dba7b74238ce1c13bb7565ca08204757d3abdd7581260d7f34b9cd0e850e

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page