Skip to content

Commit 9805b71

Browse files
committed
publish: transfer repo
Signed-off-by: YdrMaster <ydrml@hotmail.com>
1 parent efca1cf commit 9805b71

File tree

2 files changed

+9
-9
lines changed

2 files changed

+9
-9
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ description = "Another tokenizer crate"
44
version = "0.0.2"
55
edition = "2021"
66
authors = ["YdrMaster <ydrml@hotmail.com>"]
7-
repository = "https://github.com/YdrMaster/tokeneer"
7+
repository = "https://github.com/InfiniTensor/tokeneer"
88
documentation = "https://docs.rs/tokeneer"
99
license = "MIT"
1010
readme = "README.md"

README.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
# Tokeneer
22

3-
[![CI](https://github.com/YdrMaster/tokeneer/actions/workflows/build.yml/badge.svg?branch=main)](https://github.com/YdrMaster/tokeneer/actions)
3+
[![CI](https://github.com/InfiniTensor/tokeneer/actions/workflows/build.yml/badge.svg?branch=main)](https://github.com/InfiniTensor/tokeneer/actions)
44
[![Latest version](https://img.shields.io/crates/v/tokeneer.svg)](https://crates.io/crates/tokeneer)
55
[![Documentation](https://docs.rs/tokeneer/badge.svg)](https://docs.rs/tokeneer)
6-
[![license](https://img.shields.io/github/license/YdrMaster/tokeneer)](https://mit-license.org/)
7-
![GitHub repo size](https://img.shields.io/github/repo-size/YdrMaster/tokeneer)
8-
![GitHub code size in bytes](https://img.shields.io/github/languages/code-size/YdrMaster/tokeneer)
6+
[![license](https://img.shields.io/github/license/InfiniTensor/tokeneer)](https://mit-license.org/)
7+
![GitHub repo size](https://img.shields.io/github/repo-size/InfiniTensor/tokeneer)
8+
![GitHub code size in bytes](https://img.shields.io/github/languages/code-size/InfiniTensor/tokeneer)
99

10-
[![GitHub Issues](https://img.shields.io/github/issues/YdrMaster/tokeneer)](https://github.com/YdrMaster/tokeneer/issues)
11-
[![GitHub Pull Requests](https://img.shields.io/github/issues-pr/YdrMaster/tokeneer)](https://github.com/YdrMaster/tokeneer/pulls)
12-
![GitHub contributors](https://img.shields.io/github/contributors/YdrMaster/tokeneer)
13-
![GitHub commit activity](https://img.shields.io/github/commit-activity/m/YdrMaster/tokeneer)
10+
[![GitHub Issues](https://img.shields.io/github/issues/InfiniTensor/tokeneer)](https://github.com/InfiniTensor/tokeneer/issues)
11+
[![GitHub Pull Requests](https://img.shields.io/github/issues-pr/InfiniTensor/tokeneer)](https://github.com/InfiniTensor/tokeneer/pulls)
12+
![GitHub contributors](https://img.shields.io/github/contributors/InfiniTensor/tokeneer)
13+
![GitHub commit activity](https://img.shields.io/github/commit-activity/m/InfiniTensor/tokeneer)
1414

1515
Another tokenizer crate.

0 commit comments

Comments
 (0)