Browse Source

ci : continue file download with wget (#15471)

ggml-ci
Georgi Gerganov 5 months ago
parent
commit
30649cab65
1 changed files with 1 additions and 1 deletions
  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
 }