Sfoglia il codice sorgente

ci : continue file download with wget (#15471)

ggml-ci
Georgi Gerganov 4 mesi fa
parent
commit
30649cab65
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  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
 }