"test/git@developer.sourcefind.cn:OpenDAS/torchaudio.git" did not exist on "6086874863402d2cbe2e2d2c1b4caec831007b98"
Commit 8c25ddef authored by rusty1s's avatar rusty1s
Browse files

bump pytorch version

parent 83faec77
...@@ -79,11 +79,11 @@ where `${CUDA}` should be replaced by either `cpu`, `cu101`, `cu102`, or `cu111` ...@@ -79,11 +79,11 @@ where `${CUDA}` should be replaced by either `cpu`, `cu101`, `cu102`, or `cu111`
### From source ### From source
Ensure that at least PyTorch 1.4.0 is installed and verify that `cuda/bin` and `cuda/include` are in your `$PATH` and `$CPATH` respectively, *e.g.*: Ensure that at least PyTorch 1.7.0 is installed and verify that `cuda/bin` and `cuda/include` are in your `$PATH` and `$CPATH` respectively, *e.g.*:
``` ```
$ python -c "import torch; print(torch.__version__)" $ python -c "import torch; print(torch.__version__)"
>>> 1.4.0 >>> 1.7.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