Skip to content

Commit

Permalink
Merge pull request #21 from yuchen0cc/main
Browse files Browse the repository at this point in the history
expose OssClient
  • Loading branch information
liulanzheng authored Dec 23, 2024
2 parents cf262a7 + 1ff30c1 commit 21b8830
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions oss-torch-connector/osstorchconnector/__init__.py
Original file line number Diff line number Diff line change
@@ -1,13 +1,15 @@
from .oss_iterable_dataset import OssIterableDataset
from .oss_map_dataset import OssMapDataset
from .oss_checkpoint import OssCheckpoint
from ._oss_client import OssClient
from ._oss_bucket_iterable import imagenet_manifest_parser
from ._oss_tar_iterable import generate_tar_archive

__all__ = [
"OssIterableDataset",
"OssMapDataset",
"OssCheckpoint",
"OssClient",
"imagenet_manifest_parser",
"generate_tar_archive",
]

0 comments on commit 21b8830

Please sign in to comment.