ci : continue file download with wget (#15471)

ggml-ci
This commit is contained in:
Georgi Gerganov
2025-08-21 13:42:55 +03:00
committed by GitHub
parent 2758fa10da
commit 30649cab65

View File

@@ -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
}