neversa commited on
Commit
e89c339
·
verified ·
1 Parent(s): c59bcdd

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -1
README.md CHANGED
@@ -11,7 +11,8 @@ To extract on another machine:
11
  # edit环境
12
 
13
  ## 环境配置
14
- ```conda create -n visual python=3.10 -y
 
15
  conda activate visual
16
  pip install torch==2.5.1 torchvision==0.20.1 torchaudio==2.5.1 --index-url https://download.pytorch.org/whl/cu121
17
 
 
11
  # edit环境
12
 
13
  ## 环境配置
14
+ ```
15
+ conda create -n visual python=3.10 -y
16
  conda activate visual
17
  pip install torch==2.5.1 torchvision==0.20.1 torchaudio==2.5.1 --index-url https://download.pytorch.org/whl/cu121
18