Procházet zdrojové kódy

ci : continue file download with wget (#15471)

ggml-ci
Georgi Gerganov před 4 měsíci
rodič
revize
30649cab65
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  1. 1 1
      ci/run.sh

+ 1 - 1
ci/run.sh

@@ -106,7 +106,7 @@ function gg_wget {
     cd $out
 
     # should not re-download if file is the same
-    wget -nv -N $url
+    wget -nv -c -N $url
 
     cd $cwd
 }