From ba0b11a499f5ba2ada1865182aa7a043cb3d8640 Mon Sep 17 00:00:00 2001 From: zhengly123 Date: Thu, 22 Sep 2022 17:38:15 +0800 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c09b00e4..160b0b6e 100644 --- a/README.md +++ b/README.md @@ -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