Unverified Commit 33fa08d2 authored by Matthias Fey's avatar Matthias Fey Committed by GitHub
Browse files

Merge pull request #17 from justanhduc/patch-1

fixed typo in pytorch version
parents 4024ba48 c473c236
......@@ -30,7 +30,7 @@ Ensure that at least PyTorch 1.0.0 is installed and verify that `cuda/bin` and `
```
$ python -c "import torch; print(torch.__version__)"
>>> 0.4.1
>>> 1.0.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