Merge pull request #49470 from advaitjain:tflm-flatbuffer-download

PiperOrigin-RevId: 375106325
Change-Id: I6540fc92d9319b2c0f3e26f7a62cdea88e38ce8b
This commit is contained in:
TensorFlower Gardener 2021-05-21 10:03:57 -07:00
commit a1acddcf3f

View File

@ -91,7 +91,7 @@ if [ -d ${DOWNLOADED_FLATBUFFERS_PATH} ]; then
echo >&2 "${DOWNLOADED_FLATBUFFERS_PATH} already exists, skipping the download."
else
ZIP_PREFIX="dca12522a9f9e37f126ab925fd385c807ab4f84e"
FLATBUFFERS_URL="http://mirror.tensorflow.org/github.com/google/flatbuffers/archive/${ZIP_PREFIX}.zip"
FLATBUFFERS_URL="https://github.com/google/flatbuffers/archive/${ZIP_PREFIX}.zip"
FLATBUFFERS_MD5="aa9adc93eb9b33fa1a2a90969e48baee"
TEMPDIR="$(mktemp -d)"