From ddb5e06e3b5bae043e5aec988af05323ecc26393 Mon Sep 17 00:00:00 2001 From: Piotr Bojanowski Date: Fri, 22 Feb 2019 07:20:22 -0800 Subject: [PATCH] Corrected URL for lid models in the scripts to process CC. Summary: Previous URL was pointing to the old amazon aws hosting. Reviewed By: Celebio Differential Revision: D14165685 fbshipit-source-id: ee52491be0fb73dff275e7e735af43328bbd1da4 --- crawl/download_crawl.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crawl/download_crawl.sh b/crawl/download_crawl.sh index 1a7a837b2..b94f1f296 100644 --- a/crawl/download_crawl.sh +++ b/crawl/download_crawl.sh @@ -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 fi if [ ! -d tmp ]; then