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-sparse
Commits
847f6b1e
Commit
847f6b1e
authored
Jul 31, 2018
by
rusty1s
Browse files
pytorch version
parent
2cfde75e
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
3 deletions
+6
-3
README.md
README.md
+6
-3
No files found.
README.md
View file @
847f6b1e
...
...
@@ -24,14 +24,17 @@ All included operations work on varying data types and are implemented both for
## Installation
Ensure that PyTorch 0.4.0 is installed and verify that
`cuda/bin`
and
`cuda/install`
are in your
`$PATH`
and
`$CPATH`
respectively,
*e.g.*
:
Ensure that
at least
PyTorch 0.4.0 is installed and verify that
`cuda/bin`
and
`cuda/install`
are in your
`$PATH`
and
`$CPATH`
respectively,
*e.g.*
:
```
$ python -c "import torch; print(torch.__version__)"
>>> 0.4.0
$ echo $PATH
/usr/local/cuda/bin:...
>>>
/usr/local/cuda/bin:...
$ echo $CPATH
/usr/local/cuda/install:...
>>>
/usr/local/cuda/install:...
```
Then run:
...
...
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