Skip to content

Commit

Permalink
Merge pull request #3922 from wenscarl:direct_quant
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 671087442
  • Loading branch information
Flax Authors committed Sep 4, 2024
2 parents 35c4edf + e9d19ac commit c44b916
Show file tree
Hide file tree
Showing 3 changed files with 333 additions and 44 deletions.
7 changes: 5 additions & 2 deletions flax/linen/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -86,8 +86,11 @@
)
from .batch_apply import BatchApply as BatchApply
from .combinators import Sequential as Sequential
from .fp8_ops import Fp8DotGeneralOp as Fp8DotGeneralOp
from .fp8_ops import NANOOFp8DotGeneralOp as NANOOFp8DotGeneralOp
from .fp8_ops import (
Fp8DotGeneralOp as Fp8DotGeneralOp,
Fp8DirectDotGeneralOp as Fp8DirectDotGeneralOp,
NANOOFp8DotGeneralOp as NANOOFp8DotGeneralOp,
)
from .initializers import (
ones_init as ones_init,
ones as ones,
Expand Down
Loading

0 comments on commit c44b916

Please sign in to comment.