Commit 93e779f8 authored by rusty1s's avatar rusty1s
Browse files

version up

parent 88dd792e
......@@ -38,11 +38,11 @@ All included operations are broadcastable, work on varying data types, are imple
## Installation
Ensure that at least PyTorch 1.3.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.4.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__)"
>>> 1.3.0
>>> 1.4.0
$ echo $PATH
>>> /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