We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3b79b23 commit 363a8ccCopy full SHA for 363a8cc
doc/source/python.rst
@@ -59,9 +59,9 @@ The following is a list of all the commands needed to perform a manual install:
59
cd dynet
60
mkdir build
61
cd build
62
- # without GPU support:
+ # without GPU support (if you get an error that Eigen cannot be found, try using the full path to Eigen)
63
cmake .. -DEIGEN3_INCLUDE_DIR=../../eigen -DPYTHON=`which python`
64
- # or with GPU support:
+ # or with GPU support (if you get an error that Eigen cannot be found, try using the full path to Eigen)
65
cmake .. -DEIGEN3_INCLUDE_DIR=../../eigen -DPYTHON=`which python` -DBACKEND=cuda
66
67
make -j 2 # replace 2 with the number of available cores
0 commit comments