Skip to content

Commit

Permalink
Fixed Caffe2 version
Browse files Browse the repository at this point in the history
  • Loading branch information
KleinYuan committed Aug 6, 2017
1 parent cb31849 commit 3533048
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions src/setup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,10 @@ brew install automake libtool
echo "[Step2] git cloning Caffe2"
git clone --recursive https://github.com/caffe2/caffe2.git

echo "[Step2 - b] checkout to a stable version tags/v0.7.0-163-gebc17cc8"
cd caffe2 && git checkout tags/v0.7.0-163-gebc17cc8

echo "[Step3] build ios"
cd caffe2 && ./scripts/build_ios.sh
./scripts/build_ios.sh

echo "[Tada!] Done"
echo "[Tada!] Done"

0 comments on commit 3533048

Please sign in to comment.