Skip to content

Commit 1127dcc

Browse files
authored
Expose mlx.data.datasets in top-level module (#99)
1 parent e5c55fb commit 1127dcc

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

python/mlx/data/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,6 @@
1919

2020
del numpy
2121

22-
from . import tokenizer_helpers
22+
from . import datasets, tokenizer_helpers
2323
from ._c import *
2424
from ._c import __version__

0 commit comments

Comments
 (0)