ci : disable wget progress output

ggml-ci
This commit is contained in:
Georgi Gerganov 2023-07-17 17:03:41 +03:00
parent 68d4dd301d
commit 5fd6650af4
No known key found for this signature in database
GPG key ID: 449E073F9DC10735

View file

@ -20,7 +20,7 @@ function gg_wget {
cd $out
# should not re-download if file is the same
wget -N $url
wget -nv -N $url
cd $cwd
}