File tree Expand file tree Collapse file tree 1 file changed +18
-1
lines changed Expand file tree Collapse file tree 1 file changed +18
-1
lines changed Original file line number Diff line number Diff line change 1
1
Installing DyNet for Python
2
2
===========================
3
3
4
+ Installing a Release CPU Version
5
+ --------------------------------
6
+
4
7
Python bindings to DyNet are supported for both Python 2.x and 3.x.
5
- Before installing DyNet, you will need to make sure that several packages are installed.
8
+ If you want to install a release version of DyNet and don't need to run on GPU, you can
9
+ simply run
10
+
11
+ ::
12
+
13
+ pip install dynet
14
+
15
+
16
+ Installing a Cutting-edge and/or GPU Version
17
+ --------------------------------------------
18
+
19
+ If you want the most recent features of DyNet from the development branch, or want GPU
20
+ compute capability, you'll want to install DyNet from source.
21
+
22
+ Before doing so, you will need to make sure that several packages are installed.
6
23
For example on **Ubuntu Linux **:
7
24
8
25
::
You can’t perform that action at this time.
0 commit comments