9 lines
249 B
Python
9 lines
249 B
Python
# Copyright (c) Microsoft Corporation.
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
# DeepSpeed Team
|
|
|
|
from .py_file_writer import PyFileWriter
|
|
from .fast_file_writer import FastFileWriter, FastFileWriterConfig
|
|
from .mock_file_writer import MockFileWriter
|