Skip to content

Commit

Permalink
Update index.md
Browse files Browse the repository at this point in the history
  • Loading branch information
astonzhang authored Mar 27, 2021
1 parent d275241 commit 666328a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion chapter_installation/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ pip uninstall mxnet
```


然后,我们需要找到安装的 CUDA 版本。你可以通过 `nvcc --version``cat /usr/local/cuda/version.txt` 查看。如果不存在nvcc,ubuntu系统安装命令为`sudo apt update && sudo apt install nvidia-cuda-toolkit -y`。假设你已安装 CUDA 10.1,则可以使用以下命令进行安装:
然后,我们需要找到安装的 CUDA 版本。你可以通过 `nvcc --version``cat /usr/local/cuda/version.txt` 查看。如果不存在nvcc,系统安装命令为`sudo apt update && sudo apt install nvidia-cuda-toolkit -y`。假设你已安装 CUDA 10.1,则可以使用以下命令进行安装:


```bash
Expand Down

0 comments on commit 666328a

Please sign in to comment.