https://github.com/ydrmaster/llm-rs
https://github.com/ydrmaster/llm-rs
Last synced: 8 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/ydrmaster/llm-rs
- Owner: YdrMaster
- License: mit
- Created: 2025-03-27T09:32:24.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-04-09T10:24:08.000Z (about 1 year ago)
- Last Synced: 2025-06-22T17:46:30.273Z (about 1 year ago)
- Language: Rust
- Size: 165 KB
- Stars: 0
- Watchers: 1
- Forks: 3
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# llm.c 的 Rust 版本 \[N\]
[](https://github.com/YdrMaster/llm-rs/actions)
[](https://mit-license.org/)
[](https://github.com/YdrMaster/llm-rs/issues)
[](https://github.com/YdrMaster/llm-rs/pulls)




先用 llm.c 的脚本下载训练数据,然后:
```shell
cargo run --release -- ``
```
`` 是 llm.c 下载训练集的路径,通常是 llm.c 的项目目录。