Explorar el Código

ci : continue file download with wget (#15471)

ggml-ci
Georgi Gerganov hace 4 meses
padre
commit
30649cab65
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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
 }