diff --git a/ci/sync_from_upstream_tf.sh b/ci/sync_from_upstream_tf.sh index bb5d098a75c..2d5f7c8ebba 100755 --- a/ci/sync_from_upstream_tf.sh +++ b/ci/sync_from_upstream_tf.sh @@ -27,20 +27,33 @@ SCRIPT_DIR="$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)" ROOT_DIR=${SCRIPT_DIR}/.. cd "${ROOT_DIR}" -rm -rf /tmp/tensorflow +rm -rf /tmp/litert -git clone https://github.com/tensorflow/tensorflow.git --depth=1 /tmp/tensorflow +git clone https://github.com/google-ai-edge/LiteRT.git --depth=1 /tmp/litert -SHARED_TFL_CODE=$(