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
c473c236
"testing/python/vscode:/vscode.git/clone" did not exist on "d0434c3ede5920478f00a97b5b211fb16332be84"
Unverified
Commit
c473c236
authored
Mar 30, 2019
by
Duc Nguyen
Committed by
GitHub
Mar 30, 2019
Browse files
fixed typo in pytorch version
parent
4024ba48
Changes
1
Hide 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 @
c473c236
...
@@ -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