This repository was archived by the owner on Jan 3, 2023. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -42,9 +42,9 @@ Prepare System:
42
42
# apt install python3 python3-pip python3-dev
43
43
# apt install build-essential cmake curl clang-3.9 git zlib1g zlib1g-dev libtinfo-dev
44
44
45
- Clone nGraph's ` v0.10.0-rc.1 ` tag, build and install it into ` $HOME/ngraph_dist ` :
45
+ Clone nGraph's ` v0.10.0-rc.5 ` tag, build and install it into ` $HOME/ngraph_dist ` :
46
46
47
- $ git clone -b 'v0.10.0-rc.1 ' --single-branch --depth 1 https://github.com/NervanaSystems/ngraph.git
47
+ $ git clone -b 'v0.10.0-rc.5 ' --single-branch --depth 1 https://github.com/NervanaSystems/ngraph.git
48
48
$ mkdir ngraph/build
49
49
$ cd ngraph/build
50
50
$ cmake ../ -DNGRAPH_USE_PREBUILT_LLVM=TRUE -DCMAKE_INSTALL_PREFIX=$HOME/ngraph_dist
@@ -84,7 +84,7 @@ If you don't see any errors, nGraph should be installed correctly.
84
84
85
85
You can install ngraph-onnx using pip:
86
86
87
- (your_venv) $ pip install git+https://github.com/NervanaSystems/ngraph-onnx/@v0.10.0-rc.1
87
+ (your_venv) $ pip install git+https://github.com/NervanaSystems/ngraph-onnx/@v0.10.0-rc.5
88
88
89
89
90
90
## Usage example
Original file line number Diff line number Diff line change 4
4
from setuptools import find_packages
5
5
6
6
setup (name = 'ngraph-onnx' ,
7
- version = '0.10.0-rc.1 ' ,
7
+ version = '0.10.0-rc.5 ' ,
8
8
description = 'ONNX support for ngraph' ,
9
9
author = 'Intel' ,
10
10
author_email = 'intelnervana@intel.com' ,
You can’t perform that action at this time.
0 commit comments