polish readme

This commit is contained in:
Dun Liang 2020-04-24 12:36:49 +08:00
parent 59faac1fa5
commit b0339a703c
3 changed files with 2 additions and 2 deletions

View File

@ -83,6 +83,7 @@ Jittor使用Python和C++编写。 它需要用于即时编译的编译器。当
- g++ >=5.4.0
- clang >=8.0
* GPU 编译器(可选)
- nvcc (>=10.0 for g++ 或者 >=10.2 for clang)
Jittor的环境要求如下:

View File

@ -84,7 +84,6 @@ Jittor is written in Python and C++. It requires a compiler for JIT compilation,
* clang (>=8.0)
* GPU compiler (optional)
* nvcc (>=10.0 for g++ or >=10.2 for clang)
- nvcc (>=10.0 for g++ or >=10.2 for clang)

View File

@ -107,7 +107,7 @@ Jittor使用Python和C++编写。 它需要用于即时编译的编译器。当
* GPU compiler (optional)
* nvcc (>=10.0 for g++ or >=10.2 for clang)
* GPU 编译器(可选)
- nvcc (>=10.0 for g++ or >=10.2 for clang)
- nvcc (>=10.0 for g++ 或者 >=10.2 for clang)
Jittor的环境要求如下: