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

Commit

Permalink
Upgrade version to v0.10.0 (#264)
Browse files Browse the repository at this point in the history
  • Loading branch information
Adam Rogowiec authored Nov 30, 2018
1 parent a2364b8 commit fc58c8c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions BUILDING.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,9 +36,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.10.0-rc.6` tag, build and install it into `$HOME/ngraph_dist`:
Clone nGraph's `v0.10.0` tag, build and install it into `$HOME/ngraph_dist`:

$ git clone -b 'v0.10.0-rc.6' --single-branch --depth 1 https://github.com/NervanaSystems/ngraph.git
$ git clone -b 'v0.10.0' --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 @@ -78,5 +78,5 @@ 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.10.0-rc.6
(your_venv) $ pip install git+https://github.com/NervanaSystems/ngraph-onnx/@v0.10.0

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.10.0-rc.6',
version='0.10.0',
description='ONNX support for ngraph',
author='Intel',
author_email='[email protected]',
Expand Down

0 comments on commit fc58c8c

Please sign in to comment.