From 20ad2565192afb01e8ccb321282d8a5eb6a2bcd4 Mon Sep 17 00:00:00 2001 From: zhouchengrong Date: Mon, 1 Sep 2025 12:29:08 +0800 Subject: [PATCH] test --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 8f886a0..7ebf746 100644 --- a/README.md +++ b/README.md @@ -17,7 +17,7 @@ 1. 安装依赖 $ conda create -n trinity_client_aida python=3.9 -y - $ conda activate trinity_client_aida + $ conda activate trinity_client_aida $ pip install -r requirements.txt $ conda install pytorch torchvision torchaudio pytorch-cuda=11.8 -c pytorch -c nvidia -y $ pip install mmcv==1.4.2 -f https://download.openmmlab.com/mmcv/dist/cu117/torch1.13/index.html