mirror of
https://github.com/ollama/ollama.git
synced 2025-03-31 16:08:51 +02:00
library: add echo for verify progress
This commit is contained in:
parent
1511219763
commit
d9f54300c3
@ -10,6 +10,7 @@ function process_line {
|
||||
# Get the filename from the URL
|
||||
local filename=models/$(basename $url)
|
||||
|
||||
echo "verifying $filename..."
|
||||
|
||||
# If the file exists, compute its checksum
|
||||
if [ -f $filename ]; then
|
||||
|
Loading…
x
Reference in New Issue
Block a user