Skip to content

Commit 93e779f

Browse files
committed
version up
1 parent 88dd792 commit 93e779f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,11 +38,11 @@ All included operations are broadcastable, work on varying data types, are imple
3838

3939
## Installation
4040

41-
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.*:
41+
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.*:
4242

4343
```
4444
$ python -c "import torch; print(torch.__version__)"
45-
>>> 1.3.0
45+
>>> 1.4.0
4646
4747
$ echo $PATH
4848
>>> /usr/local/cuda/bin:...

0 commit comments

Comments
 (0)