chinese version link

This commit is contained in:
Dun Liang 2020-03-25 14:16:49 +08:00
parent 8689dbab5c
commit 8ea9dc54f5
2 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
# Jittor: a Just-in-time(JIT) deep learning framework
[Quickstart](#quickstart) | [Install](#install) | [Tutorial](#tutorial)
[Quickstart](#quickstart) | [Install](#install) | [Tutorial](#tutorial) | [Chinese](./README.cn.md)
Jittor is a high-performance deep learning framework based on JIT compiling and meta-operators. The whole framework and meta-operators are compiled just-in-time. A powerful op compiler and tuner are integrated into Jittor. It allowed us to generate high-performance code with specialized for your model.

View File

@ -1,7 +1,7 @@
# Jittor: a Just-in-time(JIT) deep learning framework
# Jittor: 即时编译深度学习框架
[Quickstart](#quickstart) | [Install](#install) | [Tutorial](#tutorial)
[Quickstart](#quickstart) | [Install](#install) | [Tutorial](#tutorial) | [Chinese](./README.cn.md)
[快速开始](#快速开始) | [安装](#安装) | [教程](#教程)