Skip to content

Commit 30649ca

Browse files
authored
ci : continue file download with wget (ggml-org#15471)
ggml-ci
1 parent 2758fa1 commit 30649ca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ci/run.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ function gg_wget {
106106
cd $out
107107

108108
# should not re-download if file is the same
109-
wget -nv -N $url
109+
wget -nv -c -N $url
110110

111111
cd $cwd
112112
}

0 commit comments

Comments
 (0)