We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 83a8b8e commit cfad91cCopy full SHA for cfad91c
mindnlp/dataset/load.py
@@ -23,6 +23,7 @@
23
DownloadConfig, DownloadMode, VerificationMode, Version
24
from mindspore.dataset import GeneratorDataset
25
from mindspore.communication import get_rank, get_group_size
26
+from mindnlp.configs import DEFAULT_ROOT
27
from ..accelerate import DistributedType
28
from ..accelerate.utils import accelerate_distributed_type
29
0 commit comments