File tree Expand file tree Collapse file tree 1 file changed +0
-3
lines changed Expand file tree Collapse file tree 1 file changed +0
-3
lines changed Original file line number Diff line number Diff line change 21
21
22
22
import jax
23
23
import jax .numpy as jnp
24
- from jax .ad_checkpoint import checkpoint_name
25
24
from jax .sharding import Mesh
26
25
27
26
from flax import linen as nn
31
30
from MaxText import max_logging
32
31
from MaxText .inference import page_manager
33
32
from MaxText .layers import linears
34
- from MaxText .layers import quantizations
35
33
from MaxText .layers import pipeline
36
34
from MaxText import maxtext_utils
37
35
from MaxText import multimodal_utils
38
36
from MaxText .layers .blocks import DecoderLayer
39
- from MaxText .layers .attentions import Attention
40
37
from MaxText .layers .normalizations import RMSNorm
41
38
from MaxText .layers .embeddings import PositionalEmbedding , Embed
42
39
from MaxText .layers .quantizations import AqtQuantization as Quant
You can’t perform that action at this time.
0 commit comments