Summary: Previous URL was pointing to the old amazon aws hosting. Reviewed By: Celebio Differential Revision: D14165685 fbshipit-source-id: ee52491be0fb73dff275e7e735af43328bbd1da4
@@ -28,7 +28,7 @@ if [ ! -f fastText/fasttext ]; then
fi
if [ ! -f lid.176.bin ]; then
- wget https://s3-us-west-1.amazonaws.com/fasttext-vectors/supervised_models/lid.176.bin
+ wget https://dl.fbaipublicfiles.com/fasttext/supervised-models/lid.176.bin
if [ ! -d tmp ]; then