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

Commit

Permalink
Upgrade to version 0.9.1 (#256)
Browse files Browse the repository at this point in the history
* Upgrade version

* Update package dependencies

* Update version to 0.9.1
  • Loading branch information
Adam Rogowiec authored Nov 28, 2018
1 parent 1ba0b63 commit 09e643c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,9 +42,9 @@ Prepare System:
# apt install python3 python3-pip python3-dev
# apt install build-essential cmake curl clang-3.9 git zlib1g zlib1g-dev libtinfo-dev

Clone nGraph's `v0.9.0` tag, build and install it into `$HOME/ngraph_dist`:
Clone nGraph's `v0.9.1` tag, build and install it into `$HOME/ngraph_dist`:

$ git clone -b 'v0.9.0' --single-branch --depth 1 https://github.com/NervanaSystems/ngraph.git
$ git clone -b 'v0.9.1' --single-branch --depth 1 https://github.com/NervanaSystems/ngraph.git
$ mkdir ngraph/build
$ cd ngraph/build
$ cmake ../ -DNGRAPH_USE_PREBUILT_LLVM=TRUE -DCMAKE_INSTALL_PREFIX=$HOME/ngraph_dist
Expand Down Expand Up @@ -84,7 +84,7 @@ If you don't see any errors, nGraph should be installed correctly.

You can install ngraph-onnx using pip:

(your_venv) $ pip install git+https://github.com/NervanaSystems/ngraph-onnx/@v0.9.0
(your_venv) $ pip install git+https://github.com/NervanaSystems/ngraph-onnx/@v0.9.1


## Usage example
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
from setuptools import find_packages

setup(name='ngraph-onnx',
version='0.9.0',
version='0.9.1',
description='ONNX support for ngraph',
author='Intel',
author_email='intelnervana@intel.com',
Expand Down

0 comments on commit 09e643c

Please # to comment.