We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4f26105 commit 529d9e1Copy full SHA for 529d9e1
magnet/ize/memory.py
@@ -25,6 +25,7 @@ class Embedder:
25
def __init__(self, config, create=False, initialize=False):
26
self.config = config
27
self.model = SentenceTransformer(self.config['MODEL'])
28
+ _f('info', f'loading into {self.model.device}')
29
self.db = MilvusDB(self.config)
30
self.db.on()
31
if create:
0 commit comments