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

Commit 526ed0d

Browse files
Adam Rogowiecpostrational
authored andcommitted
Upgrade version to 0.10.0-rc.5 (#259)
1 parent 8168bbe commit 526ed0d

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

README.md

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

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

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
4848
$ mkdir ngraph/build
4949
$ cd ngraph/build
5050
$ 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.
8484

8585
You can install ngraph-onnx using pip:
8686

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
8888

8989

9090
## Usage example

setup.py

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

66
setup(name='ngraph-onnx',
7-
version='0.10.0-rc.1',
7+
version='0.10.0-rc.5',
88
description='ONNX support for ngraph',
99
author='Intel',
1010
author_email='intelnervana@intel.com',

0 commit comments

Comments
 (0)