We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 55904f1 commit e24ca5bCopy full SHA for e24ca5b
supporting-blog-content/building-multimodal-rag-with-elasticsearch-gotham/src/embedding_generator.py
@@ -30,7 +30,6 @@ def _load_model(self):
30
checkpoint_path = os.path.expanduser(
31
"~/.cache/torch/checkpoints/imagebind_huge.pth"
32
)
33
- logger.info(f"Using cache {checkpoint_path}")
34
os.makedirs(os.path.dirname(checkpoint_path), exist_ok=True)
35
36
if not os.path.exists(checkpoint_path):
0 commit comments