mirror of
https://github.com/ollama/ollama.git
synced 2025-11-19 14:47:52 +01:00
library: add echo for verify progress
This commit is contained in:
@@ -10,6 +10,7 @@ function process_line {
|
|||||||
# Get the filename from the URL
|
# Get the filename from the URL
|
||||||
local filename=models/$(basename $url)
|
local filename=models/$(basename $url)
|
||||||
|
|
||||||
|
echo "verifying $filename..."
|
||||||
|
|
||||||
# If the file exists, compute its checksum
|
# If the file exists, compute its checksum
|
||||||
if [ -f $filename ]; then
|
if [ -f $filename ]; then
|
||||||
|
|||||||
Reference in New Issue
Block a user