mirror of
https://github.com/zebrajr/tensorflow.git
synced 2025-12-06 00:19:58 +01:00
Merge pull request #49470 from advaitjain:tflm-flatbuffer-download
PiperOrigin-RevId: 375106325 Change-Id: I6540fc92d9319b2c0f3e26f7a62cdea88e38ce8b
This commit is contained in:
commit
a1acddcf3f
|
|
@ -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)"
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user