Skip to content

Commit e24ca5b

Browse files
remove spurios log
Signed-off-by: Adrian Cole <[email protected]>
1 parent 55904f1 commit e24ca5b

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

supporting-blog-content/building-multimodal-rag-with-elasticsearch-gotham/src/embedding_generator.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,6 @@ def _load_model(self):
3030
checkpoint_path = os.path.expanduser(
3131
"~/.cache/torch/checkpoints/imagebind_huge.pth"
3232
)
33-
logger.info(f"Using cache {checkpoint_path}")
3433
os.makedirs(os.path.dirname(checkpoint_path), exist_ok=True)
3534

3635
if not os.path.exists(checkpoint_path):

0 commit comments

Comments
 (0)