Преглед изворни кода

ci : continue file download with wget (#15471)

ggml-ci
Georgi Gerganov пре 4 месеци
родитељ
комит
30649cab65
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      ci/run.sh

+ 1 - 1
ci/run.sh

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