Skip to content

v3.0.0

Compare
Choose a tag to compare
@dame-cell dame-cell released this 28 Oct 14:29
· 91 commits to main since this release

TritonLayerNorm:
Implemented Layer Normalization in Triton, designed to improve the stability and performance of transformer models. This implementation leverages Triton’s capabilities for optimized computation, allowing for faster training and inference times.

TritonSoftmax:
Introduced an efficient Softmax implementation in Triton. This addition enables more effective processing of output layers in neural networks, particularly in tasks requiring probabilistic outputs.

Usage

from triformer import TritonLayerNorm
from triformer import TritonSoftmax