如何通过终端或导航器使用 Anaconda 从 1.4 -> 1.5 更新 PyTorch?
更新 Anaconda 并conda update --all
更新了一些包,而不是全部包,包括 PyTorch。
最初,我通过运行安装 PyTorchconda install -c pytorch pytorch
从 PyTorch Github 页面有命令
conda install -c pytorch magma-cuda90 # or [magma-cuda92 | magma-cuda100 | magma-cuda101 ] depending on your cuda version
但我想知道已经安装的版本和这个版本之间是否会有任何冲突。
谢谢