"torchvision/git@developer.sourcefind.cn:OpenDAS/vision.git" did not exist on "4886ccc84b3ce5b9595abb993747e99801521bea"
Commit 136b16ab authored by rusty1s's avatar rusty1s
Browse files

typo

parent a7671588
...@@ -40,7 +40,7 @@ Ensure that at least PyTorch 1.1.0 is installed and verify that `cuda/bin` and ` ...@@ -40,7 +40,7 @@ Ensure that at least PyTorch 1.1.0 is installed and verify that `cuda/bin` and `
``` ```
$ python -c "import torch; print(torch.__version__)" $ python -c "import torch; print(torch.__version__)"
>>> 1.0.0 >>> 1.1.0
$ echo $PATH $ echo $PATH
>>> /usr/local/cuda/bin:... >>> /usr/local/cuda/bin:...
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment