Skip to content

Commit 3533048

Browse files
committed
Fixed Caffe2 version
1 parent cb31849 commit 3533048

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

src/setup.sh

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,10 @@ brew install automake libtool
44
echo "[Step2] git cloning Caffe2"
55
git clone --recursive https://github.com/caffe2/caffe2.git
66

7+
echo "[Step2 - b] checkout to a stable version tags/v0.7.0-163-gebc17cc8"
8+
cd caffe2 && git checkout tags/v0.7.0-163-gebc17cc8
9+
710
echo "[Step3] build ios"
8-
cd caffe2 && ./scripts/build_ios.sh
11+
./scripts/build_ios.sh
912

10-
echo "[Tada!] Done"
13+
echo "[Tada!] Done"

0 commit comments

Comments
 (0)