polish readme

This commit is contained in:
Dun Liang 2021-10-03 23:33:50 +08:00
parent 2bf1b89c5e
commit 203d2f4de8
3 changed files with 6 additions and 1 deletions

View File

@ -1,6 +1,6 @@
# Jittor: 即时编译深度学习框架
![Jittor Logo](doc/logo.png)
[快速开始](#快速开始) | [安装](#安装) | [教程](#教程)
@ -97,6 +97,8 @@ Jittor 支持**Linux**(e.g. Ubuntu/CentOS/Arch), **macOS**,**Windows** 其中
* GPU 编译器可选nvcc >=10.0
* GPU 加速库可选cudnn-dev (cudnn开发版, 推荐使用tar安装方法[参考链接](https://docs.nvidia.com/deeplearning/cudnn/install-guide/index.html#installlinux-tar))
Jittor 目前还支持主流国产Linux操作系统如统信、麒麟、普华、龙芯Loongnix安装方式可参考 Linux pip安装方法准备好python和g++即可。
**Windows**对环境的要求为:
* Python版本 >= 3.8(建议从Python官网安装<https://www.python.org/downloads/windows/>)
* x86_64处理器

View File

@ -94,6 +94,7 @@ We provide some jupyter notebooks to help you quick start with Jittor.
Jittor environment requirements:
* System: **Linux**(e.g. Ubuntu/CentOS/Arch), **macOS**, or **Windows**, enviroment requirements of **Linux** and **Mac** are list below:

View File

@ -122,6 +122,8 @@ Jittor 支持**Linux**(e.g. Ubuntu/CentOS/Arch), **macOS**,**Windows** 其中
* GPU 编译器可选nvcc >=10.0
* GPU 加速库可选cudnn-dev (cudnn开发版, 推荐使用tar安装方法[参考链接](https://docs.nvidia.com/deeplearning/cudnn/install-guide/index.html#installlinux-tar))
Jittor 目前还支持主流国产Linux操作系统如统信、麒麟、普华、龙芯Loongnix安装方式可参考 Linux pip安装方法准备好python和g++即可。
**Windows**对环境的要求为:
* Python版本 >= 3.8(建议从Python官网安装<https://www.python.org/downloads/windows/>)
* x86_64处理器