mirror of https://github.com/Jittor/Jittor
polish readme
This commit is contained in:
parent
59faac1fa5
commit
b0339a703c
|
@ -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的环境要求如下:
|
||||
|
||||
|
|
|
@ -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)
|
||||
|
||||
|
||||
|
||||
|
|
|
@ -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的环境要求如下:
|
||||
|
||||
|
|
Loading…
Reference in New Issue