jamtur01's picture
Upload folder using huggingface_hub
9c6594c verified
raw
history blame contribute delete
302 Bytes
# Copyright (c) Microsoft Corporation.
# SPDX-License-Identifier: Apache-2.0
# DeepSpeed Team
"""
Functionality of swapping optimizer tensors to/from (NVMe) storage devices.
"""
from deepspeed.ops.op_builder import AsyncIOBuilder
assert AsyncIOBuilder().is_compatible()
assert AsyncIOBuilder().load()