Travis: Update models download link.

This commit is contained in:
Brandon Amos 2017-02-07 12:16:35 -05:00
parent 320cf3d728
commit ec25aecb0d
No known key found for this signature in database
GPG Key ID: E9B7164CB72D6B6F
1 changed files with 1 additions and 1 deletions

View File

@ -24,7 +24,7 @@ script:
cd /root/src/openface; \
./models/get-models.sh && \
./data/download-lfw-subset.sh && \
wget -nv http://openface-models.storage.cmusatyalab.org/nn4.v1.t7 \
wget -nv http://cmusatyalab.org/openface-models/nn4.v1.t7 \
-O ./models/openface/nn4.v1.t7 && \
python2 setup.py install && \
./run-tests.sh"