Skip to content

Commit

Permalink
Update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
Artrajz committed Apr 9, 2024
1 parent a6c444c commit 6a71703
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -202,10 +202,10 @@ nvidia-smi
Taking CUDA 11.7 as an example, download it from the [official website](https://developer.nvidia.com/cuda-11-7-0-download-archive?target_os=Windows&target_arch=x86_64&target_version=10&target_type=exe_local)
### Install GPU version of PyTorch

1.13.1+cu117 is recommended, other versions may have memory instability issues.
https://pytorch.org/

```
pip install torch==1.13.1+cu117 --extra-index-url https://download.pytorch.org/whl/cu117
pip install torch --index-url https://download.pytorch.org/whl/cu118
```
## Linux
The installation process is similar, but I don't have the environment to test it.
Expand Down
4 changes: 2 additions & 2 deletions README_zh.md
Original file line number Diff line number Diff line change
Expand Up @@ -211,10 +211,10 @@ nvidia-smi
### 安装GPU版pytorch
CUDA11.7对应的pytorch是用这个命令安装,推荐使用1.13.1+cu117,其他版本可能存在内存不稳定的问题。
https://pytorch.org/
```
pip install torch==1.13.1+cu117 --extra-index-url https://download.pytorch.org/whl/cu117
pip install torch --index-url https://download.pytorch.org/whl/cu118
```
## Linux
Expand Down

0 comments on commit 6a71703

Please sign in to comment.