[v1] kernel plugin (#9274)

Co-authored-by: frozenleaves <frozen@Mac.local>
This commit is contained in:
魅影
2025-10-18 18:02:14 +08:00
committed by GitHub
parent d9d67ba62d
commit 2c6aded5d4
15 changed files with 543 additions and 2 deletions

View File

@@ -13,7 +13,9 @@
# limitations under the License.
from typing import Callable, NotRequired, TypedDict
from typing import Callable, TypedDict
from typing_extensions import NotRequired
from ...extras.types import Sample, SFTSample