Skip to content

Commit 4dfed8c

Browse files
committed
Show activity
1 parent fce1ed6 commit 4dfed8c

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

lib/gliner.rb

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -158,6 +158,8 @@ def download_default_model
158158

159159
next if File.exist?(target) && File.size?(target)
160160

161+
puts "Downloading #{DEFAULT_MODEL_BASE}/#{file}"
162+
161163
client
162164
.get("#{DEFAULT_MODEL_BASE}/#{file}")
163165
.copy_to(target)

0 commit comments

Comments
 (0)