mirror of
https://github.com/PaddlePaddle/FastDeploy.git
synced 2025-10-17 14:11:14 +08:00
Sync v2.0 version of code to github repo
This commit is contained in:
@@ -11,3 +11,13 @@
|
||||
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||
# See the License for the specific language governing permissions and
|
||||
# limitations under the License.
|
||||
|
||||
from .fused_moe_cutlass_backend import (CutlassW4A8MoEMethod,
|
||||
CutlassWeightOnlyMoEMethod)
|
||||
from .fused_moe_triton_backend import TritonWeightOnlyMoEMethod
|
||||
from .moe import FusedMoE
|
||||
|
||||
__all__ = [
|
||||
CutlassWeightOnlyMoEMethod, CutlassW4A8MoEMethod, FusedMoE,
|
||||
TritonWeightOnlyMoEMethod
|
||||
]
|
||||
|
Reference in New Issue
Block a user