Merge pull request #37388 from kiszk:spelling_tweaks_lite_lib_package
PiperOrigin-RevId: 299466258 Change-Id: I3cede2756046ca8281cf64b423f8ade8f818441d
This commit is contained in:
commit
2fdfcb35bd
@ -45,7 +45,7 @@ if [ $USE_GPU_DELEGATE == "true" ] ; then
|
||||
for filename in metal_delegate.h libmetal_delegate.a ; do
|
||||
if [[ ! -f "${TFLITE_DIR}/delegates/gpu/${filename}" ]] ; then
|
||||
echo "File ${TFLITE_DIR}/delegates/gpu/${filename} doesn't exist."
|
||||
echo "It's requried for building TFLite Framework with GPU. Aborting."
|
||||
echo "It's required for building TFLite Framework with GPU. Aborting."
|
||||
exit 1
|
||||
fi
|
||||
done
|
||||
|
Loading…
Reference in New Issue
Block a user