From: Georgi Gerganov Date: Thu, 21 Aug 2025 10:42:55 +0000 (+0300) Subject: ci : continue file download with wget (#15471) X-Git-Tag: upstream/0.0.6527~297 X-Git-Url: https://git.djapps.eu/?a=commitdiff_plain;h=30649cab657d87ac46692332a76e1b75d5d22e00;p=pkg%2Fggml%2Fsources%2Fllama.cpp ci : continue file download with wget (#15471) ggml-ci --- diff --git a/ci/run.sh b/ci/run.sh index 4d3abf92..d51ba443 100755 --- a/ci/run.sh +++ b/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 }