Quellcode durchsuchen

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
Piotr Bojanowski vor 7 Jahren
Ursprung
Commit
ddb5e06e3b
1 geänderte Dateien mit 1 neuen und 1 gelöschten Zeilen
  1. 1 1
      crawl/download_crawl.sh

+ 1 - 1
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