https://github.com/hyperai/tvm-cn
TVM Documentation in Chinese Simplified / TVM 中文文档
https://github.com/hyperai/tvm-cn
apache chinese-simplified deep-learning documentation gpu machine-learning translation tvm
Last synced: 3 months ago
JSON representation
TVM Documentation in Chinese Simplified / TVM 中文文档
- Host: GitHub
- URL: https://github.com/hyperai/tvm-cn
- Owner: hyperai
- License: apache-2.0
- Created: 2022-05-30T07:02:03.000Z (about 3 years ago)
- Default Branch: master
- Last Pushed: 2024-10-24T01:10:31.000Z (8 months ago)
- Last Synced: 2024-10-24T16:16:37.747Z (8 months ago)
- Topics: apache, chinese-simplified, deep-learning, documentation, gpu, machine-learning, translation, tvm
- Language: TypeScript
- Homepage: https://tvm.hyper.ai
- Size: 11.8 MB
- Stars: 952
- Watchers: 96
- Forks: 155
- Open Issues: 41
-
Metadata Files:
- Readme: README.en.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Codeowners: .github/CODEOWNERS
Awesome Lists containing this project
README
# TVM Documentation in Chinese Simplified
[Documentation](https://tvm.hyper.ai/) |
[Contributing](CONTRIBUTING.md) |
[Lean More](https://hyper.ai/) |
[Version Changelog](NEWS.md)Apache [TVM documentation](https://github.com/apache/tvm) in Chinese Simplified
## Contributing
Local dev server. Install Node.js and [pnpm](https://pnpm.io/installation) first.
```bash
pnpm install
pnpm start
```