ci : continue file download with wget (#15471)
Copilot Setup Steps / copilot-setup-steps (push) Failing after 8s
Check Pre-Tokenizer Hashes / pre-tokenizer-hashes (push) Successful in 28s
Python check requirements.txt / check-requirements (push) Failing after 7s
Python Type-Check / pyright type-check (push) Successful in 26s

ggml-ci
This commit is contained in:
Georgi Gerganov
2025-08-21 13:42:55 +03:00
committed by GitHub
parent 2758fa10da
commit 30649cab65
+1 -1
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
}