mirror of
https://github.com/YaoFANGUK/video-subtitle-remover.git
synced 2026-05-13 14:47:34 +08:00
Update README.md
This commit is contained in:
@@ -138,11 +138,11 @@ conda activate videoEnv
|
|||||||
- 安装GPU版本Pytorch:
|
- 安装GPU版本Pytorch:
|
||||||
|
|
||||||
```shell
|
```shell
|
||||||
conda install pytorch==2.1.0 torchvision==0.16.0 pytorch-cuda=11.8 -c pytorch -c nvidia
|
conda install pytorch==2.0.1 torchvision==0.16.0 pytorch-cuda=11.8 -c pytorch -c nvidia
|
||||||
```
|
```
|
||||||
或者使用
|
或者使用
|
||||||
```shell
|
```shell
|
||||||
pip install torch==2.1.0 torchvision==0.16.0 --index-url https://download.pytorch.org/whl/cu118
|
pip install torch==2.0.1 torchvision==0.16.0 --index-url https://download.pytorch.org/whl/cu118
|
||||||
```
|
```
|
||||||
|
|
||||||
- 安装其他依赖:
|
- 安装其他依赖:
|
||||||
|
|||||||
Reference in New Issue
Block a user