https://github.com/modeltc/mtc-token-healing
Token healing implementation in Rust
https://github.com/modeltc/mtc-token-healing
Last synced: about 1 year ago
JSON representation
Token healing implementation in Rust
- Host: GitHub
- URL: https://github.com/modeltc/mtc-token-healing
- Owner: ModelTC
- License: apache-2.0
- Created: 2024-04-24T08:55:26.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-10-18T06:17:48.000Z (over 1 year ago)
- Last Synced: 2024-10-18T08:52:11.645Z (over 1 year ago)
- Language: Rust
- Size: 35.2 KB
- Stars: 3
- Watchers: 6
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE-APACHE
Awesome Lists containing this project
README
# mtc-token-healing
[](https://crates.io/crates/mtc-token-healing)
[](https://docs.rs/mtc-token-healing)
[](#license)
[](https://github.com/ModelTC/mtc-token-healing/actions)
Token healing implementation in Rust.
## Usage
See [`examples/rand-infer.rs`](examples/rand-infer.rs).
```sh
echo '"def helloworl"' | cargo run --example rand-infer
```
```sh
echo '"def helloworl"' | cargo run --example rand-infer
```
## TODOs
- [x] Python bindings
- [ ] Python docs, examples and tests
## License
- © 2024 Chielo Newctle \<[ChieloNewctle@gmail.com](mailto:ChieloNewctle@gmail.com)\>
- © 2024 ModelTC Team
This project is licensed under either of
- [Apache License, Version 2.0](https://www.apache.org/licenses/LICENSE-2.0) ([`LICENSE-APACHE`](LICENSE-APACHE))
- [MIT license](https://opensource.org/licenses/MIT) ([`LICENSE-MIT`](LICENSE-MIT))
at your option.
The [SPDX](https://spdx.dev) license identifier for this project is `MIT OR Apache-2.0`.