You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jan 3, 2023. It is now read-only.
Copy file name to clipboardExpand all lines: README.md
+13-70Lines changed: 13 additions & 70 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,86 +6,29 @@ This repository contains tools to run [ONNX](http://onnx.ai/) models using the [
6
6
7
7
## Installation
8
8
9
-
### Prerequisites
10
-
11
-
Python 3.4 or higher is required.
12
-
13
-
#### Protocol Buffers
14
-
15
-
You will need Protocol Buffers `v.2.6.1` or higher installed on your system to use ONNX.
16
-
17
-
On Ubuntu, for example you can install protobuf using:
18
-
19
-
# apt install protobuf-compiler libprotobuf-dev
20
-
21
-
And on Mac OS you can install protobuf using Homebrew:
22
-
23
-
$ brew install protobuf
9
+
nGraph and nGraph-ONNX are available as binary wheels you can install from PyPI.
24
10
11
+
nGraph binary wheels are currently tested on Ubuntu 16.04, if you're using a different system, you may want to [build](BUILDING.md) nGraph-ONNX from sources.
25
12
26
-
You can verify whether you have version `>=2.6.1` installed using the command:
27
-
28
-
$ protoc --version
29
-
libprotoc 3.4.0
30
-
31
-
32
-
#### nGraph
33
-
34
-
The other requirement is of course nGraph and nGraph's Python bindings.
35
-
You can follow these instructions to build an nGraph Python wheel containing both.
0 commit comments