Skip to content
This repository has been archived by the owner on Oct 31, 2023. It is now read-only.

fix #720: edit INSTALL instructions #1117

Open
wants to merge 1 commit into
base: main
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
2 changes: 1 addition & 1 deletion INSTALL.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ python setup.py build_ext install
cd $INSTALL_DIR
git clone https://github.com/NVIDIA/apex.git
cd apex
python setup.py install --cuda_ext --cpp_ext
python setup.py install --cuda_ext --cpp_ext # or: `python setup.py install` for CPU only

# install PyTorch Detection
cd $INSTALL_DIR
Expand Down