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 @@ -36,9 +36,9 @@ Prepare System:
36
36
# apt install python3 python3-pip python3-dev
37
37
# apt install build-essential cmake curl clang-3.9 git zlib1g zlib1g-dev libtinfo-dev
38
38
39
- Clone nGraph's ` v0.10.0-rc.6 ` tag, build and install it into ` $HOME/ngraph_dist ` :
39
+ Clone nGraph's ` v0.10.0 ` tag, build and install it into ` $HOME/ngraph_dist ` :
40
40
41
- $ git clone -b 'v0.10.0-rc.6 ' --single-branch --depth 1 https://github.com/NervanaSystems/ngraph.git
41
+ $ git clone -b 'v0.10.0' --single-branch --depth 1 https://github.com/NervanaSystems/ngraph.git
42
42
$ mkdir ngraph/build
43
43
$ cd ngraph/build
44
44
$ cmake ../ -DNGRAPH_USE_PREBUILT_LLVM=TRUE -DCMAKE_INSTALL_PREFIX=$HOME/ngraph_dist
@@ -78,5 +78,5 @@ If you don't see any errors, nGraph should be installed correctly.
78
78
79
79
You can install ngraph-onnx using pip:
80
80
81
- (your_venv) $ pip install git+https://github.com/NervanaSystems/ngraph-onnx/@v0.10.0-rc.6
81
+ (your_venv) $ pip install git+https://github.com/NervanaSystems/ngraph-onnx/@v0.10.0
82
82
Original file line number Diff line number Diff line change 5
5
from setuptools import find_packages
6
6
7
7
setup (name = 'ngraph-onnx' ,
8
- version = '0.10.0-rc.6 ' ,
8
+ version = '0.10.0' ,
9
9
description = 'ONNX support for ngraph' ,
10
10
author = 'Intel' ,
11
11
author_email = 'intelnervana@intel.com' ,
You can’t perform that action at this time.
0 commit comments