-
Notifications
You must be signed in to change notification settings - Fork 63
Update TF version in ngraph bridge
Sindhura Kantamani edited this page Jun 21, 2019
·
8 revisions
- Update TF version in README, build_ngtf.py, configure_bazel.sh, test_ngtf.py
- 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
Ex: ./build_tf.py --tf_version v1.14.0 --output_dir /localdisk/buildkite-agent/prebuilt_tensorflow_1_14_0