Files
wehub-resource-sync a203934033
Lint test / lint (push) Has been cancelled
chore: import upstream snapshot with attribution
2026-07-13 13:34:58 +08:00

9 lines
301 B
Python

# Copyright (c) ModelScope Contributors. All rights reserved.
from __future__ import annotations
from .npu_patch import NPUCastError, apply_all_patches, patch_mindspeed_te_cp_implementation
apply_all_patches()
__all__ = ['NPUCastError', 'apply_all_patches', 'patch_mindspeed_te_cp_implementation']