Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
OpenDAS
torch-cluster
Commits
33fa08d2
Unverified
Commit
33fa08d2
authored
Mar 30, 2019
by
Matthias Fey
Committed by
GitHub
Mar 30, 2019
Browse files
Merge pull request #17 from justanhduc/patch-1
fixed typo in pytorch version
parents
4024ba48
c473c236
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
README.md
README.md
+1
-1
No files found.
README.md
View file @
33fa08d2
...
@@ -30,7 +30,7 @@ Ensure that at least PyTorch 1.0.0 is installed and verify that `cuda/bin` and `
...
@@ -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__)"
$ python -c "import torch; print(torch.__version__)"
>>>
0.4.1
>>>
1.0.0
$ echo $PATH
$ echo $PATH
>>> /usr/local/cuda/bin:...
>>> /usr/local/cuda/bin:...
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment