"scripts/deprecated/test_httpserver_reuse.py" did not exist on "ae7ee01a8e59f755d47426c4b08641053b765a89"
Commit 847f6b1e authored by rusty1s's avatar rusty1s
Browse files

pytorch version

parent 2cfde75e
...@@ -24,14 +24,17 @@ All included operations work on varying data types and are implemented both for ...@@ -24,14 +24,17 @@ All included operations work on varying data types and are implemented both for
## Installation ## 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 $ echo $PATH
/usr/local/cuda/bin:... >>> /usr/local/cuda/bin:...
$ echo $CPATH $ echo $CPATH
/usr/local/cuda/install:... >>> /usr/local/cuda/install:...
``` ```
Then run: Then run:
......
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