Skip to content

Commit

Permalink
add quant norm
Browse files Browse the repository at this point in the history
  • Loading branch information
qwopqwop200 committed May 8, 2023
1 parent c1cfbbc commit 0578159
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions quant/__init__.py
Expand Up @@ -2,3 +2,4 @@
from .fused_attn import QuantLlamaAttention, make_quant_attn
from .fused_mlp import QuantLlamaMLP, make_fused_mlp, autotune_warmup_fused
from .quant_linear import QuantLinear, make_quant_linear, autotune_warmup_linear
from .triton_norm import TritonLlamaRMSNorm, make_quant_norm

0 comments on commit 0578159

Please sign in to comment.