File tree Expand file tree Collapse file tree 3 files changed +1
-3
lines changed Expand file tree Collapse file tree 3 files changed +1
-3
lines changed Original file line number Diff line number Diff line change @@ -170,7 +170,6 @@ if [[ $WITH_TFLITE != 0 ]]; then
170
170
LIBTFLITE_ARCHIVE=libtensorflowlite-${TFLITE_OS} -${TFLITE_ARCH} -${TFLITE_VERSION} .tar.gz
171
171
172
172
[[ ! -f $LIBTFLITE_ARCHIVE || $FORCE == 1 ]] && wget $LIBTF_URL_BASE /$LIBTFLITE_ARCHIVE
173
- echo $LIBTF_URL_BASE /$LIBTFLITE_ARCHIVE
174
173
175
174
rm -rf $LIBTFLITE .x
176
175
mkdir $LIBTFLITE .x
Original file line number Diff line number Diff line change @@ -16,6 +16,7 @@ elif [[ "$1" == "gpu" ]]; then
16
16
else
17
17
GPU=${GPU:- 0}
18
18
fi
19
+
19
20
OS=$( python3 $ROOT /opt/readies/bin/platform --os)
20
21
ARCH=$( python3 $ROOT /opt/readies/bin/platform --arch)
21
22
65
66
LIBTORCH_ZIP=libtorch-${PT_BUILD} -${PT_OS} -${PT_ARCH} -${PT_VERSION} .zip
66
67
if [ ! -f $LIBTORCH_ARCHIVE ]; then
67
68
echo " Downloading libtorch ${PT_VERSION} ${PT_BUILD} "
68
- echo $LIBTORCH_URL
69
69
wget -q -O $LIBTORCH_ZIP $LIBTORCH_URL
70
70
fi
71
71
Original file line number Diff line number Diff line change 1
1
numpy
2
- scipy
3
2
scikit-image
4
3
redis-py-cluster
You can’t perform that action at this time.
0 commit comments