Skip to content
This repository was archived by the owner on Jan 3, 2023. It is now read-only.

Commit fc58c8c

Browse files
author
Adam Rogowiec
authored
Upgrade version to v0.10.0 (#264)
1 parent a2364b8 commit fc58c8c

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

BUILDING.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -36,9 +36,9 @@ Prepare System:
3636
# apt install python3 python3-pip python3-dev
3737
# apt install build-essential cmake curl clang-3.9 git zlib1g zlib1g-dev libtinfo-dev
3838

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`:
4040

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
4242
$ mkdir ngraph/build
4343
$ cd ngraph/build
4444
$ 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.
7878

7979
You can install ngraph-onnx using pip:
8080

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
8282

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
from setuptools import find_packages
66

77
setup(name='ngraph-onnx',
8-
version='0.10.0-rc.6',
8+
version='0.10.0',
99
description='ONNX support for ngraph',
1010
author='Intel',
1111
author_email='intelnervana@intel.com',

0 commit comments

Comments
 (0)