8 lines
146 B
Python
8 lines
146 B
Python
# Copyright (c) Microsoft Corporation.
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
# DeepSpeed Team
|
|
|
|
from .mixed_gemm import *
|
|
from .moe_gemm import *
|