Skip to content

Commit 08bc15a

Browse files
author
hhsecond
committed
review clean up
1 parent f11dd94 commit 08bc15a

File tree

3 files changed

+1
-3
lines changed

3 files changed

+1
-3
lines changed

get_deps.sh

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -170,7 +170,6 @@ if [[ $WITH_TFLITE != 0 ]]; then
170170
LIBTFLITE_ARCHIVE=libtensorflowlite-${TFLITE_OS}-${TFLITE_ARCH}-${TFLITE_VERSION}.tar.gz
171171

172172
[[ ! -f $LIBTFLITE_ARCHIVE || $FORCE == 1 ]] && wget $LIBTF_URL_BASE/$LIBTFLITE_ARCHIVE
173-
echo $LIBTF_URL_BASE/$LIBTFLITE_ARCHIVE
174173

175174
rm -rf $LIBTFLITE.x
176175
mkdir $LIBTFLITE.x

opt/build/libtorch/repack.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ elif [[ "$1" == "gpu" ]]; then
1616
else
1717
GPU=${GPU:-0}
1818
fi
19+
1920
OS=$(python3 $ROOT/opt/readies/bin/platform --os)
2021
ARCH=$(python3 $ROOT/opt/readies/bin/platform --arch)
2122

@@ -65,7 +66,6 @@ fi
6566
LIBTORCH_ZIP=libtorch-${PT_BUILD}-${PT_OS}-${PT_ARCH}-${PT_VERSION}.zip
6667
if [ ! -f $LIBTORCH_ARCHIVE ]; then
6768
echo "Downloading libtorch ${PT_VERSION} ${PT_BUILD}"
68-
echo $LIBTORCH_URL
6969
wget -q -O $LIBTORCH_ZIP $LIBTORCH_URL
7070
fi
7171

test/test_requirements.txt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
11
numpy
2-
scipy
32
scikit-image
43
redis-py-cluster

0 commit comments

Comments
 (0)