-
Notifications
You must be signed in to change notification settings - Fork 64
Update TF version in ngraph bridge
Sayantan Sarkar edited this page Jan 29, 2020
·
8 revisions
- Update TF version in README, build_ngtf.py, configure_bazel.sh, test_ngtf.py
- Make sure that the
io_bazel_rules_closure
(here: https://github.com/tensorflow/ngraph-bridge/blob/master/bazel/WORKSPACE) is in sync with the same target in TensorFlow's WORKSPACE file(https://github.com/tensorflow/tensorflow/blob/master/WORKSPACE). - Update all the yaml files and run-pipeline.sh file required for ci buildkite
- Login to each buildkite agent listed below separately and follow these steps to build tensorflow and have a tensorflow wheel file available for ci.
- sudo su - buildkite-agent
- git clone https://github.com/tensorflow/ngraph-bridge.git
- ./build_tf.py --tf_version --output_dir /localdisk/buildkite-agent/prebuilt_tensorflow_version
- Update the bazel version in Dockerfile.clang-8.ubuntu18.04 (bazel/docker/Dockerfile.clang-8.ubuntu18.04)
Ex: ./build_tf.py --tf_version v1.14.0 --output_dir /localdisk/buildkite-agent/prebuilt_tensorflow_1_14_0
Remember to change bazel version in buildkite
Update https://www.ngraph.ai/ to reflect the changed dependency