Skip to content

Commit 42c94b7

Browse files
sayantan-nervanaavijit-nervana
authored andcommitted
Sarkars/Version change preparation (#135)
1 parent cd2fafb commit 42c94b7

File tree

7 files changed

+1416
-11
lines changed

7 files changed

+1416
-11
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -234,7 +234,7 @@ if (NOT USE_PRE_BUILT_NGRAPH)
234234
ExternalProject_Add(
235235
ext_ngraph
236236
GIT_REPOSITORY https://github.com/NervanaSystems/ngraph
237-
GIT_TAG v0.23.0-rc.5
237+
GIT_TAG v0.23.0-rc.6
238238
CMAKE_ARGS
239239
-DNGRAPH_DISTRIBUTED_ENABLE=${NGRAPH_DISTRIBUTED_ENABLE}
240240
-DNGRAPH_INSTALL_PREFIX=${NGRAPH_ARTIFACTS_DIR}

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ Once TensorFlow's dependencies are installed, clone the `ngraph-bridge` repo:
8888

8989
git clone https://github.com/tensorflow/ngraph-bridge.git
9090
cd ngraph-bridge
91-
git checkout master
91+
git checkout v0.16.0-rc3
9292

9393
Run the following Python script to build TensorFlow, nGraph, and the bridge. Use Python 3.5:
9494

bazel/WORKSPACE

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -25,11 +25,11 @@ tf_configure(
2525
http_archive(
2626
name = "ngraph",
2727
build_file = "//:bazel/ngraph.BUILD",
28-
sha256 = "bc818db68986ad309a6d546fa875cddf94196a51f8c7082631aeffd124859b58",
29-
strip_prefix = "ngraph-0.23.0-rc.3",
28+
sha256 = "1eff688767ab9ccadd08fdf9f64f832150a2d780c3aeb8c077dbcdf70e5885cf",
29+
strip_prefix = "ngraph-0.23.0-rc.6",
3030
urls = [
31-
"https://mirror.bazel.build/github.com/NervanaSystems/ngraph/archive/v0.23.0-rc.3.tar.gz",
32-
"https://github.com/NervanaSystems/ngraph/archive/v0.23.0-rc.3.tar.gz"
31+
"https://mirror.bazel.build/github.com/NervanaSystems/ngraph/archive/v0.23.0-rc.6.tar.gz",
32+
"https://github.com/NervanaSystems/ngraph/archive/v0.23.0-rc.6.tar.gz"
3333
],
3434
)
3535

build_ngtf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ def main():
5353
'''
5454

5555
# Component versions
56-
ngraph_version = "v0.23.0-rc.5"
56+
ngraph_version = "v0.23.0-rc.6"
5757
tf_version = "v1.14.0"
5858

5959
# Command line parser options

0 commit comments

Comments
 (0)