Update README.md

This commit is contained in:
zhengly123 2022-09-22 17:38:15 +08:00 committed by GitHub
parent c7c974f07a
commit ba0b11a499
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -5,7 +5,7 @@
# Enter the root of InfiniTensor
source test/script/env_lotus.sh
mkdir build && cd build
cmake .. && make -j 12
cmake -DUSE_CUDA=ON .. && make -j 12
```
## Contributor Guide