trustgraph/trustgraph-core/scripts/embeddings-hf

7 lines
78 B
Text
Raw Normal View History

2024-07-10 23:20:06 +01:00
#!/usr/bin/env python3
2024-09-28 22:01:50 +01:00
from trustgraph.core.embeddings.hf import run
2024-07-10 23:20:06 +01:00
run()