mirror of
https://github.com/hpcaitech/ColossalAI.git
synced 2026-01-14 03:56:03 +00:00
* [devops] remove post commit ci * [misc] run pre-commit on all files * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci --------- Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
5 lines
271 B
Python
5 lines
271 B
Python
from .scaled_masked_softmax_cuda import ScaledMaskedSoftmaxCudaExtension
|
|
from .scaled_upper_triangle_masked_softmax_cuda import ScaledUpperTriangleMaskedSoftmaxCudaExtension
|
|
|
|
__all__ = ["ScaledMaskedSoftmaxCudaExtension", "ScaledUpperTriangleMaskedSoftmaxCudaExtension"]
|