Skip to content

Commit 5f015c5

Browse files
Updated version info
1 parent a563e66 commit 5f015c5

File tree

4 files changed

+26
-26
lines changed

4 files changed

+26
-26
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.2
237+
GIT_TAG v0.23.0-rc.3
238238
CMAKE_ARGS
239239
-DNGRAPH_DISTRIBUTED_ENABLE=${NGRAPH_DISTRIBUTED_ENABLE}
240240
-DNGRAPH_INSTALL_PREFIX=${NGRAPH_ARTIFACTS_DIR}

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 = "1a1182f639506d472a22cefff53c9bdd536f2feacb633f66ad6a72fb5354ee06",
29-
strip_prefix = "ngraph-0.23.0-rc.2",
28+
sha256 = "bc818db68986ad309a6d546fa875cddf94196a51f8c7082631aeffd124859b58",
29+
strip_prefix = "ngraph-0.23.0-rc.3",
3030
urls = [
31-
"https://mirror.bazel.build/github.com/NervanaSystems/ngraph/archive/v0.23.0-rc.2.tar.gz",
32-
"https://github.com/NervanaSystems/ngraph/archive/v0.23.0-rc.2.tar.gz"
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"
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.2"
56+
ngraph_version = "v0.23.0-rc.3"
5757
tf_version = "v1.14.0"
5858

5959
# Command line parser options

test/ci/buildkite/ngtf-cpu_ubuntu_18_04.yaml

Lines changed: 20 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@
66
77
label: ":gear: Setup"
88
timeout_in_minutes: 30
9-
agents:
10-
- "queue=cpu_tf_1.14"
9+
# agents:
10+
# - "queue=cpu_tf_1.14"
1111
parallelism: 1
1212
- wait
1313

@@ -18,8 +18,8 @@
1818
1919
label: ":pencil: Code Format ?"
2020
timeout_in_minutes: 30
21-
agents:
22-
- "queue=cpu_tf_1.14"
21+
# agents:
22+
# - "queue=cpu_tf_1.14"
2323
parallelism: 1
2424
- wait
2525

@@ -30,8 +30,8 @@
3030
3131
label: ":hammer_and_wrench: Build"
3232
timeout_in_minutes: 60
33-
agents:
34-
- "queue=cpu_tf_1.14"
33+
# agents:
34+
# - "queue=cpu_tf_1.14"
3535
parallelism: 1
3636
- wait
3737

@@ -44,8 +44,8 @@
4444
4545
label: ":bazel: Bazel Build"
4646
timeout_in_minutes: 30
47-
agents:
48-
- "queue=cpu_tf_1.14"
47+
# agents:
48+
# - "queue=cpu_tf_1.14"
4949
- wait
5050

5151
- command: |
@@ -54,8 +54,8 @@
5454
5555
label: ":chrome: C++ Unit Test"
5656
timeout_in_minutes: 30
57-
agents:
58-
- "queue=cpu_tf_1.14"
57+
# agents:
58+
# - "queue=cpu_tf_1.14"
5959
- wait
6060

6161
- command: |
@@ -66,8 +66,8 @@
6666
6767
label: ":gear: Install"
6868
timeout_in_minutes: 30
69-
agents:
70-
- "queue=cpu_tf_1.14"
69+
# agents:
70+
# - "queue=cpu_tf_1.14"
7171
- wait
7272
- command: |
7373
source /localdisk/buildkite/artifacts/$BUILDKITE_BUILD_ID/venv/bin/activate
@@ -77,8 +77,8 @@
7777
7878
label: ":python: nGraph Pytest"
7979
timeout_in_minutes: 30
80-
agents:
81-
- "queue=cpu_tf_1.14"
80+
# agents:
81+
# - "queue=cpu_tf_1.14"
8282
8383
- wait
8484
- command: |
@@ -89,8 +89,8 @@
8989
9090
label: ":python: TensorFlow Pytest"
9191
timeout_in_minutes: 60
92-
agents:
93-
- "queue=cpu_tf_1.14"
92+
# agents:
93+
# - "queue=cpu_tf_1.14"
9494
9595
- wait
9696

@@ -100,12 +100,12 @@
100100
--artifacts /localdisk/buildkite/artifacts/$BUILDKITE_BUILD_ID --test_resnet
101101
label: ":bar_chart: ResNet50"
102102
timeout_in_minutes: 30
103-
agents:
104-
- "queue=cpu_tf_1.14"
103+
# agents:
104+
# - "queue=cpu_tf_1.14"
105105
- wait
106106
- command: |
107107
rm -rf /localdisk/buildkite/artifacts/$BUILDKITE_BUILD_ID
108108
label: ":wastebasket: Cleanup"
109-
agents:
110-
- "queue=cpu_tf_1.14"
109+
# agents:
110+
# - "queue=cpu_tf_1.14"
111111

0 commit comments

Comments
 (0)