Skip to content

Convert the editing into bash command #36

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 3 additions & 6 deletions online_demo/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,11 +57,8 @@ git submodule update --init
mkdir build
cp cmake/config.cmake build/
cd build
#[
#edit config.cmake to change
# 32 line: USE_CUDA OFF -> USE_CUDA ON
#104 line: USE_LLVM OFF -> USE_LLVM ON
#]
sed -i "s/USE_CUDA OFF/USE_CUDA ON/g" ./config.cmake
sed -i "s/USE_LLVM OFF/USE_LLVM ON/g" ./config.cmake
cmake ..
make -j4
cd ..
Expand Down Expand Up @@ -120,4 +117,4 @@ For any problems, contact:

Ji Lin, [email protected]

Yaoyao Ding, [email protected]
Yaoyao Ding, [email protected]