Skip to content

Commit 813262c

Browse files
committed
feat: Implement asynchronous checkpoint saving to disk with dataset handling
1 parent 2b4f3e3 commit 813262c

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

ipfs_datasets_py/ipfs_embeddings_py/ipfs_embeddings.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,9 @@
11
from .ipfs_multiformats import *
22
from .ipfs_only_hash import *
3+
import asyncio
34
import subprocess
45
import os
6+
import datasets
57

68
class ipfs_embeddings_py:
79
def __init__(self, resources, metedata):

0 commit comments

Comments
 (0)