7 lines
157 B
Python
7 lines
157 B
Python
# Copyright (c) Microsoft Corporation.
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
# DeepSpeed Team
|
|
|
|
from .dense_blocked_attention import DSDenseBlockedAttention
|