Files
FlashQLA-SM70-SM75/flash_qla/ops/__init__.py
2026-06-14 23:49:03 +08:00

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"]