Skip to content

Commit 5fd6650

Browse files
committed
ci : disable wget progress output
ggml-ci
1 parent 68d4dd3 commit 5fd6650

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
@@ -20,7 +20,7 @@ function gg_wget {
2020
cd $out
2121

2222
# should not re-download if file is the same
23-
wget -N $url
23+
wget -nv -N $url
2424

2525
cd $cwd
2626
}

0 commit comments

Comments
 (0)