8 lines
203 B
Python
8 lines
203 B
Python
# Copyright (c) 2026 The Qwen team, Alibaba Group.
|
|
# Licensed under The MIT License [see LICENSE for details]
|
|
|
|
from .gated_delta_rule import chunk_gated_delta_rule
|
|
|
|
|
|
__all__ = ["chunk_gated_delta_rule"]
|