From 2f0c3493aad2a9eeed9dc201bd48a7633d9be299 Mon Sep 17 00:00:00 2001 From: kang sheng Date: Wed, 13 Aug 2025 10:10:32 +0800 Subject: [PATCH] fix typo --- docs/INSTALL.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/INSTALL.md b/docs/INSTALL.md index e08cf14..c27e0b4 100644 --- a/docs/INSTALL.md +++ b/docs/INSTALL.md @@ -30,7 +30,7 @@ export CUDA_HOME=YOUR_CUDA_PATH/ **e. Install mmcv-series packages.** ```shell -git clone https://github.com/open-mmlab/mmcv.git & cd mmcv +git clone https://github.com/open-mmlab/mmcv.git && cd mmcv git checkout v1.6.0 export MMCV_WITH_OPS=1 MMCV_CUDA_ARGS=-std=c++17 pip install -v -e . @@ -63,4 +63,4 @@ wget https://github.com/OpenDriveLab/UniAD/releases/download/v1.0.1/uniad_base_e ``` --- --> Next Page: [Prepare The Dataset](./DATA_PREP.md) \ No newline at end of file +-> Next Page: [Prepare The Dataset](./DATA_PREP.md)