From 631eb06d6fbfaed52e4bf3ec3fbd58c227e4426d Mon Sep 17 00:00:00 2001 From: Cahya Wirawan Date: Thu, 20 Jun 2024 14:12:11 +0200 Subject: [PATCH] update README.md --- README.md | 2 +- bindings/python/README.md | 2 +- rwkv-tokenizer/README.md | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 8991f51..4e13cef 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ [![Pypi.org Downloads](https://img.shields.io/pypi/dd/pyrwkv-tokenizer)](https://pypi.org/project/pyrwkv-tokenizer/) [![Crates.io Version](https://img.shields.io/crates/v/rwkv-tokenizer.svg)](https://crates.io/crates/rwkv-tokenizer) [![Crates.io Downloads](https://img.shields.io/crates/d/rwkv-tokenizer.svg)](https://crates.io/crates/rwkv-tokenizer) -[![License: Apache 2.0](https://img.shields.io/badge/license-Apache_2.0-blue.svg)](https://github.com/laysakura/trie-rs/blob/master/LICENSE-APACHE) +[![License: Apache 2.0](https://img.shields.io/badge/license-Apache_2.0-blue.svg)](https://github.com/cahya-wirawan/rwkv-tokenizer/blob/main/LICENSE.txt) A fast RWKV Tokenizer written in Rust that supports the World Tokenizer used by the diff --git a/bindings/python/README.md b/bindings/python/README.md index 0baa01d..ec2da9e 100644 --- a/bindings/python/README.md +++ b/bindings/python/README.md @@ -3,7 +3,7 @@ [![GitHub Actions Status](https://github.com/cahya-wirawan/rwkv-tokenizer/actions/workflows/CI.yml/badge.svg)](https://github.com/cahya-wirawan/rwkv-tokenizer/actions/) [![Pypi.org Version](https://img.shields.io/pypi/v/pyrwkv-tokenizer.svg)](https://pypi.org/project/pyrwkv-tokenizer/) [![Pypi.org Downloads](https://img.shields.io/pypi/dd/pyrwkv-tokenizer)](https://pypi.org/project/pyrwkv-tokenizer/) -[![License: Apache 2.0](https://img.shields.io/badge/license-Apache_2.0-blue.svg)](https://github.com/laysakura/trie-rs/blob/master/LICENSE-APACHE) +[![License: Apache 2.0](https://img.shields.io/badge/license-Apache_2.0-blue.svg)](https://github.com/cahya-wirawan/rwkv-tokenizer/blob/main/LICENSE.txt) A fast RWKV Tokenizer written in Rust that supports the World Tokenizer used by the diff --git a/rwkv-tokenizer/README.md b/rwkv-tokenizer/README.md index e2b95b8..f6ed0fb 100644 --- a/rwkv-tokenizer/README.md +++ b/rwkv-tokenizer/README.md @@ -4,7 +4,7 @@ [![GitHub Actions Status](https://github.com/cahya-wirawan/rwkv-tokenizer/actions/workflows/CI.yml/badge.svg)](https://github.com/cahya-wirawan/rwkv-tokenizer/actions/) [![Crates.io Version](https://img.shields.io/crates/v/rwkv-tokenizer.svg)](https://crates.io/crates/rwkv-tokenizer) [![Crates.io Downloads](https://img.shields.io/crates/d/rwkv-tokenizer.svg)](https://crates.io/crates/rwkv-tokenizer) -[![License: Apache 2.0](https://img.shields.io/badge/license-Apache_2.0-blue.svg)](https://github.com/laysakura/trie-rs/blob/master/LICENSE-APACHE) +[![License: Apache 2.0](https://img.shields.io/badge/license-Apache_2.0-blue.svg)](https://github.com/cahya-wirawan/rwkv-tokenizer/blob/main/LICENSE.txt) A fast RWKV Tokenizer written in Rust that supports the World Tokenizer used by the