From ddab5222166739d1af7240f000a05950518e64e8 Mon Sep 17 00:00:00 2001 From: Timothee Cour Date: Tue, 1 Oct 2019 10:14:26 -0700 Subject: [PATCH] fix #720: edit INSTALL insructions --- INSTALL.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/INSTALL.md b/INSTALL.md index 8694fdc0e..9de49ffaa 100644 --- a/INSTALL.md +++ b/INSTALL.md @@ -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