main (e27fc1e97) vs feat/nnx-trainstate-and-training-loop (e27fc1e97)| Metric | main e27fc1e97 | feat/nnx-trainstate-and-training-loop e27fc1e97 | Diff (feat/nnx-trainstate-and-training-loop − main) |
|---|---|---|---|
| Parameters | 1.105 billion | 1.105 billion | — |
| Final loss | 6.1670 | 6.1670 | 0 |
| TFLOP/s | 85.902 | 85.939 | +0.037 |
| Tok/s | 12948.0 | 12953.7 | +5.651 |
| Avg s/step | 1.789 | 1.921 | +0.132 |
| Memory % | 1.44 | 1.44 | 0 |
| JAX | 0.9.2 | 0.9.2 | — |
Diff = branch value − main value. Green = branch improved. Red = branch regressed.
XPK Start: Tue Apr 21 06:27:57 UTC 2026 PyTorch was not found. Models won't be available and only tokenizers, configuration and file/data utilities can be used. `rope_parameters`'s factor field must be a float >= 1, got 40 `rope_parameters`'s beta_fast field must be a float, got 32 `rope_parameters`'s beta_slow field must be a float, got 1 DeepseekV32Config got `key=rope_scaling` in kwargs but hasn't set it as attribute. For RoPE standardization you need to set `self.rope_parameters` in model's config. 2026-04-21 06:28:23.011727: E external/local_xla/xla/stream_executor/cuda/cuda_platform.cc:51] failed call to cuInit: INTERNAL: CUDA error: Failed call to cuInit: UNKNOWN ERROR (303) I0421 06:28:23.220046 132163276240704 max_utils.py:273] Attempting to initialize the jax distributed system... I0421 06:28:32.261011 132163276240704 distributed.py:149] Starting JAX distributed service on [::]:8482 I0421 06:28:32.263340 132163276240704 distributed.py:172] Connecting to JAX distributed service on mt-05-fp8-1cd78-slice-job-0-0.mt-05-fp8-1cd78:8482 I0421 06:28:33.647696 132163276240704 max_utils.py:284] Jax distributed system initialized! I0421 06:28:39.707912 132163276240704 max_utils.py:800] System Information: Jax Version: 0.9.2 I0421 06:28:39.708024 132163276240704 max_utils.py:801] System Information: Jaxlib Version: 0.9.2 I0421 06:28:39.708064 132163276240704 max_utils.py:802] System Information: Jax Backend: PJRT C API TFRT TPU v6 lite Built on Mar 4 2026 11:32:08 (1772652728) cl/878335365 I0421 06:28:39.708099 132163276240704 train_utils.py:361] WARNING: Sequence packing is essentially ignored for synthetic data. Please use a real dataset to use sequence packing. I0421 06:28:40.404944 132163276240704 maxtext_utils.py:1565] Num_devices: 32, shape (1, 1, 1, 32, 1, 1, 1, 1, 1, 1, 1, 1, 1) I0421 06:28:40.405224 132163276240704 checkpointing.py:677] Setting up checkpoint logger... I0421 06:28:40.405278 132163276240704 checkpointing.py:233] Creating checkpoint manager with ocdbt=True and zarr3=True I0421 06:28:40.405322 132163276240704 pytree_checkpoint_handler.py:592] save_device_host_concurrent_bytes=None I0421 06:28:40.405647 132163276240704 base_pytree_checkpoint_handler.py:441] Created BasePyTreeCheckpointHandler: use_ocdbt=True, use_zarr3=True, pytree_metadata_options=PyTreeMetadataOptions(support_rich_types=False), array_metadata_store=<orbax.checkpoint._src.metadata.array_metadata_store.Store object at 0x7832f1748740>, enable_pinned_host_transfer=False, save_concurrent_bytes: 96000000000 (89.4 GiB), restore_concurrent_bytes: 96000000000 (89.4 GiB) I0421 06:28:44.084786 132163276240704 checkpointing.py:265] Enabling policy for fixed interval checkpointing. I0421 06:28:44.085026 132163276240704 checkpoint_manager.py:708] [process=7][thread=MainThread] CheckpointManager init: checkpointers=None, item_names=('items',), item_handlers={'items': <orbax.checkpoint._src.handlers.pytree_checkpoint_handler.PyTreeCheckpointHandler object at 0x781ebc63dbb0>}, handler_registry=None I0421 06:28:44.085264 132163276240704 composite_checkpoint_handler.py:237] Deferred registration for item: "items". Adding handler `<orbax.checkpoint._src.handlers.pytree_checkpoint_handler.PyTreeCheckpointHandler object at 0x781ebc63dbb0>` for item "items" and save args `<class 'orbax.checkpoint._src.handlers.pytree_checkpoint_handler.PyTreeSaveArgs'>` and restore args `<class 'orbax.checkpoint._src.handlers.pytree_checkpoint_handler.PyTreeRestoreArgs'>` to `_handler_registry`. I0421 06:28:44.085313 132163276240704 composite_checkpoint_handler.py:237] Deferred registration for item: "metrics". Adding handler `<orbax.checkpoint._src.handlers.json_checkpoint_handler.JsonCheckpointHandler object at 0x781ebc641790>` for item "metrics" and save args `<class 'orbax.checkpoint._src.handlers.json_checkpoint_handler.JsonSaveArgs'>` and restore args `<class 'orbax.checkpoint._src.handlers.json_checkpoint_handler.JsonRestoreArgs'>` to `_handler_registry`. I0421 06:28:44.085350 132163276240704 composite_checkpoint_handler.py:505] Initialized registry DefaultCheckpointHandlerRegistry({('items', <class 'orbax.checkpoint._src.handlers.pytree_checkpoint_handler.PyTreeSaveArgs'>): <orbax.checkpoint._src.handlers.pytree_checkpoint_handler.PyTreeCheckpointHandler object at 0x781ebc63dbb0>, ('items', <class 'orbax.checkpoint._src.handlers.pytree_checkpoint_handler.PyTreeRestoreArgs'>): <orbax.checkpoint._src.handlers.pytree_checkpoint_handler.PyTreeCheckpointHandler object at 0x781ebc63dbb0>, ('metrics', <class 'orbax.checkpoint._src.handlers.json_checkpoint_handler.JsonSaveArgs'>): <orbax.checkpoint._src.handlers.json_checkpoint_handler.JsonCheckpointHandler object at 0x781ebc641790>, ('metrics', <class 'orbax.checkpoint._src.handlers.json_checkpoint_handler.JsonRestoreArgs'>): <orbax.checkpoint._src.handlers.json_checkpoint_handler.JsonCheckpointHandler object at 0x781ebc641790>}). I0421 06:28:44.085663 132163276240704 abstract_checkpointer.py:35] orbax-checkpoint version: 0.11.34 I0421 06:28:44.085744 132163276240704 async_checkpointer.py:192] [process=7][thread=MainThread] Using barrier_sync_fn: <function get_barrier_sync_fn.<locals>._fn at 0x781ebc3d9440> timeout: 1200 secs and primary_host=0 for async checkpoint writes I0421 06:28:45.347954 132163276240704 checkpoint_manager.py:1812] Found 0 checkpoint steps in gs://lance-maxtext/linen_ckpt_xpk_main_20260421_061359/linen_xpk_main_20260421_061359_05_fp8/checkpoints I0421 06:28:45.768409 132163276240704 checkpoint_manager.py:929] [process=7][thread=MainThread] CheckpointManager created, primary_host=0, CheckpointManagerOptions=CheckpointManagerOptions(save_interval_steps=1, max_to_keep=None, keep_time_interval=None, keep_period=None, should_keep_fn=None, best_fn=None, best_mode='max', keep_checkpoints_without_metrics=True, step_prefix=None, step_format_fixed_length=None, step_name_format=None, create=True, cleanup_tmp_directories=False, save_on_steps=frozenset(), single_host_load_and_broadcast=False, todelete_subdir=None, todelete_full_path=None, enable_background_delete=False, read_only=False, enable_async_checkpointing=True, async_options=None, multiprocessing_options=MultiprocessingOptions(primary_host=0, active_processes=None, barrier_sync_key_prefix=None), should_save_fn=None, file_options=FileOptions(path_permission_mode=None), save_root_metadata=True, temporary_path_class=None, save_decision_policy=FixedIntervalPolicy(interval=10), preservation_policy=LatestN(n=None), prevent_write_metrics=False, enable_should_save_is_saving_in_progress_check=True, enable_per_process_directory_creation=False, lightweight_initialize=False), root_directory=gs://lance-maxtext/linen_ckpt_xpk_main_20260421_061359/linen_xpk_main_20260421_061359_05_fp8/checkpoints: <orbax.checkpoint.checkpoint_manager.CheckpointManager object at 0x781ebc63d130> I0421 06:28:45.768589 132163276240704 checkpointing.py:301] Checkpoint manager created! I0421 06:28:46.860480 132163276240704 nnx_wrappers.py:437] Unknown Logical: bfloat16[32,2048,2048]...................................... ('activation_batch', 'activation_norm_length', 'activation_embed'). I0421 06:28:46.860601 132163276240704 nnx_wrappers.py:437] Unknown Physical: bfloat16[32,2048,2048]...................................... ('fsdp', None, None). I0421 06:28:47.245419 132163276240704 attentions.py:1088] attentions/inputs_q Logical: bfloat16[32,2048,2048]...................................... ('activation_batch', 'activation_attn_length', 'activation_attn_embed'). I0421 06:28:47.245517 132163276240704 attentions.py:1088] attentions/inputs_q Physical: bfloat16[32,2048,2048]...................................... ('fsdp', None, None). I0421 06:28:47.261877 132163276240704 attentions.py:1089] attentions/inputs_kv Logical: bfloat16[32,2048,2048]...................................... ('activation_batch', 'activation_attn_length', 'activation_attn_embed'). I0421 06:28:47.261939 132163276240704 attentions.py:1089] attentions/inputs_kv Physical: bfloat16[32,2048,2048]...................................... ('fsdp', None, None). I0421 06:28:47.314231 132163276240704 attentions.py:1154] attentions/query Logical: bfloat16[32,2048,16,128].................................... ('activation_kv_batch', 'activation_attn_length', 'activation_kv_heads', 'activation_kv_head_dim'). I0421 06:28:47.314315 132163276240704 attentions.py:1154] attentions/query Physical: bfloat16[32,2048,16,128].................................... ('fsdp', None, None, None). I0421 06:28:47.330748 132163276240704 attentions.py:1155] attentions/key Logical: bfloat16[32,2048,16,128].................................... ('activation_kv_batch', 'activation_attn_length', 'activation_kv_heads', 'activation_kv_head_dim'). I0421 06:28:47.330813 132163276240704 attentions.py:1155] attentions/key Physical: bfloat16[32,2048,16,128].................................... ('fsdp', None, None, None). I0421 06:28:47.347155 132163276240704 attentions.py:1156] attentions/value Logical: bfloat16[32,2048,16,128].................................... ('activation_kv_batch', 'activation_attn_length', 'activation_kv_heads', 'activation_kv_head_dim'). I0421 06:28:47.347217 132163276240704 attentions.py:1156] attentions/value Physical: bfloat16[32,2048,16,128].................................... ('fsdp', None, None, None). I0421 06:28:47.372632 132163276240704 attentions.py:1198] attentions/out Logical: bfloat16[32,2048,16,128].................................... ('activation_batch', 'activation_attn_length', 'activation_heads', 'activation_kv'). I0421 06:28:47.372709 132163276240704 attentions.py:1198] attentions/out Physical: bfloat16[32,2048,16,128].................................... ('fsdp', None, None, None). I0421 06:28:47.430418 132163276240704 linears.py:525] linears/x Logical: bfloat16[32,2048,7168]...................................... ('activation_batch', 'activation_length', 'activation_mlp'). I0421 06:28:47.430517 132163276240704 linears.py:525] linears/x Physical: bfloat16[32,2048,7168]...................................... ('fsdp', None, None). I0421 06:28:47.864310 132163276240704 checkpointing.py:577] checkpoint manager exists so trying to load this run's existing checkpoint I0421 06:28:47.864430 132163276240704 checkpointing.py:665] No existing checkpoints found, not restoring checkpoint. fsdp: 32 I0421 06:28:49.805718 132163276240704 maxtext_utils.py:1668] params/_overwrite_with_gradient/decoder/layers/mlp/wi_0/Fp8DirectDotGeneralOp_0/input_amax_history Shape: float32[16,1024] Logical: P() Physical: () I0421 06:28:49.805852 132163276240704 maxtext_utils.py:1668] params/_overwrite_with_gradient/decoder/layers/mlp/wi_0/Fp8DirectDotGeneralOp_0/input_scale Shape: float32[16,1] Logical: P() Physical: () I0421 06:28:49.805899 132163276240704 maxtext_utils.py:1668] params/_overwrite_with_gradient/decoder/layers/mlp/wi_0/Fp8DirectDotGeneralOp_0/kernel_amax_history Shape: float32[16,1024] Logical: P() Physical: () I0421 06:28:49.805943 132163276240704 maxtext_utils.py:1668] params/_overwrite_with_gradient/decoder/layers/mlp/wi_0/Fp8DirectDotGeneralOp_0/kernel_scale Shape: float32[16,1] Logical: P() Physical: () I0421 06:28:49.805978 132163276240704 maxtext_utils.py:1668] params/_overwrite_with_gradient/decoder/layers/mlp/wi_0/Fp8DirectDotGeneralOp_0/output_grad_amax_history Shape: float32[16,1024] Logical: P() Physical: () I0421 06:28:49.806015 132163276240704 maxtext_utils.py:1668] params/_overwrite_with_gradient/decoder/layers/mlp/wi_0/Fp8DirectDotGeneralOp_0/output_grad_scale Shape: float32[16,1] Logical: P() Physical: () I0421 06:28:49.806048 132163276240704 maxtext_utils.py:1668] params/_overwrite_with_gradient/decoder/layers/mlp/wi_1/Fp8DirectDotGeneralOp_0/input_amax_history Shape: float32[16,1024] Logical: P() Physical: () I0421 06:28:49.806077 132163276240704 maxtext_utils.py:1668] params/_overwrite_with_gradient/decoder/layers/mlp/wi_1/Fp8DirectDotGeneralOp_0/input_scale Shape: float32[16,1] Logical: P() Physical: () I0421 06:28:49.806106 132163276240704 maxtext_utils.py:1668] params/_overwrite_with_gradient/decoder/layers/mlp/wi_1/Fp8DirectDotGeneralOp_0/kernel_amax_history Shape: float32[16,1024] Logical: P() Physical: () I0421 06:28:49.806134 132163276240704 maxtext_utils.py:1668] params/_overwrite_with_gradient/decoder/layers/mlp/wi_1/Fp8DirectDotGeneralOp_0/kernel_scale Shape: float32[16,1] Logical: P() Physical: () I0421 06:28:49.806163 132163276240704 maxtext_utils.py:1668] params/_overwrite_with_gradient/decoder/layers/mlp/wi_1/Fp8DirectDotGeneralOp_0/output_grad_amax_history Shape: float32[16,1024] Logical: P() Physical: () I0421 06:28:49.806191 132163276240704 maxtext_utils.py:1668] params/_overwrite_with_gradient/decoder/layers/mlp/wi_1/Fp8DirectDotGeneralOp_0/output_grad_scale Shape: float32[16,1] Logical: P() Physical: () I0421 06:28:49.806222 132163276240704 maxtext_utils.py:1668] params/_overwrite_with_gradient/decoder/layers/mlp/wo/Fp8DirectDotGeneralOp_0/input_amax_history Shape: float32[16,1024] Logical: P() Physical: () I0421 06:28:49.806251 132163276240704 maxtext_utils.py:1668] params/_overwrite_with_gradient/decoder/layers/mlp/wo/Fp8DirectDotGeneralOp_0/input_scale Shape: float32[16,1] Logical: P() Physical: () I0421 06:28:49.806279 132163276240704 maxtext_utils.py:1668] params/_overwrite_with_gradient/decoder/layers/mlp/wo/Fp8DirectDotGeneralOp_0/kernel_amax_history Shape: float32[16,1024] Logical: P() Physical: () I0421 06:28:49.806306 132163276240704 maxtext_utils.py:1668] params/_overwrite_with_gradient/decoder/layers/mlp/wo/Fp8DirectDotGeneralOp_0/kernel_scale Shape: float32[16,1] Logical: P() Physical: () I0421 06:28:49.806333 132163276240704 maxtext_utils.py:1668] params/_overwrite_with_gradient/decoder/layers/mlp/wo/Fp8DirectDotGeneralOp_0/output_grad_amax_history Shape: float32[16,1024] Logical: P() Physical: () I0421 06:28:49.806361 132163276240704 maxtext_utils.py:1668] params/_overwrite_with_gradient/decoder/layers/mlp/wo/Fp8DirectDotGeneralOp_0/output_grad_scale Shape: float32[16,1] Logical: P() Physical: () I0421 06:28:49.806389 132163276240704 maxtext_utils.py:1668] params/_overwrite_with_gradient/decoder/layers/self_attention/key/Fp8DirectDotGeneralOp_0/input_amax_history Shape: float32[16,1024] Logical: P() Physical: () I0421 06:28:49.806416 132163276240704 maxtext_utils.py:1668] params/_overwrite_with_gradient/decoder/layers/self_attention/key/Fp8DirectDotGeneralOp_0/input_scale Shape: float32[16,1] Logical: P() Physical: () I0421 06:28:49.806442 132163276240704 maxtext_utils.py:1668] params/_overwrite_with_gradient/decoder/layers/self_attention/key/Fp8DirectDotGeneralOp_0/kernel_amax_history Shape: float32[16,1024] Logical: P() Physical: () I0421 06:28:49.806469 132163276240704 maxtext_utils.py:1668] params/_overwrite_with_gradient/decoder/layers/self_attention/key/Fp8DirectDotGeneralOp_0/kernel_scale Shape: float32[16,1] Logical: P() Physical: () I0421 06:28:49.806495 132163276240704 maxtext_utils.py:1668] params/_overwrite_with_gradient/decoder/layers/self_attention/key/Fp8DirectDotGeneralOp_0/output_grad_amax_history Shape: float32[16,1024] Logical: P() Physical: () I0421 06:28:49.806521 132163276240704 maxtext_utils.py:1668] params/_overwrite_with_gradient/decoder/layers/self_attention/key/Fp8DirectDotGeneralOp_0/output_grad_scale Shape: float32[16,1] Logical: P() Physical: () I0421 06:28:49.806547 132163276240704 maxtext_utils.py:1668] params/_overwrite_with_gradient/decoder/layers/self_attention/out/Fp8DirectDotGeneralOp_0/input_amax_history Shape: float32[16,1024] Logical: P() Physical: () I0421 06:28:49.806573 132163276240704 maxtext_utils.py:1668] params/_overwrite_with_gradient/decoder/layers/self_attention/out/Fp8DirectDotGeneralOp_0/input_scale Shape: float32[16,1] Logical: P() Physical: () I0421 06:28:49.806599 132163276240704 maxtext_utils.py:1668] params/_overwrite_with_gradient/decoder/layers/self_attention/out/Fp8DirectDotGeneralOp_0/kernel_amax_history Shape: float32[16,1024] Logical: P() Physical: () I0421 06:28:49.806624 132163276240704 maxtext_utils.py:1668] params/_overwrite_with_gradient/decoder/layers/self_attention/out/Fp8DirectDotGeneralOp_0/kernel_scale Shape: float32[16,1] Logical: P() Physical: () I0421 06:28:49.806650 132163276240704 maxtext_utils.py:1668] params/_overwrite_with_gradient/decoder/layers/self_attention/out/Fp8DirectDotGeneralOp_0/output_grad_amax_history Shape: float32[16,1024] Logical: P() Physical: () I0421 06:28:49.806676 132163276240704 maxtext_utils.py:1668] params/_overwrite_with_gradient/decoder/layers/self_attention/out/Fp8DirectDotGeneralOp_0/output_grad_scale Shape: float32[16,1] Logical: P() Physical: () I0421 06:28:49.806703 132163276240704 maxtext_utils.py:1668] params/_overwrite_with_gradient/decoder/layers/self_attention/query/Fp8DirectDotGeneralOp_0/input_amax_history Shape: float32[16,1024] Logical: P() Physical: () I0421 06:28:49.806729 132163276240704 maxtext_utils.py:1668] params/_overwrite_with_gradient/decoder/layers/self_attention/query/Fp8DirectDotGeneralOp_0/input_scale Shape: float32[16,1] Logical: P() Physical: () I0421 06:28:49.806777 132163276240704 maxtext_utils.py:1668] params/_overwrite_with_gradient/decoder/layers/self_attention/query/Fp8DirectDotGeneralOp_0/kernel_amax_history Shape: float32[16,1024] Logical: P() Physical: () I0421 06:28:49.806825 132163276240704 maxtext_utils.py:1668] params/_overwrite_with_gradient/decoder/layers/self_attention/query/Fp8DirectDotGeneralOp_0/kernel_scale Shape: float32[16,1] Logical: P() Physical: () I0421 06:28:49.806856 132163276240704 maxtext_utils.py:1668] params/_overwrite_with_gradient/decoder/layers/self_attention/query/Fp8DirectDotGeneralOp_0/output_grad_amax_history Shape: float32[16,1024] Logical: P() Physical: () I0421 06:28:49.806884 132163276240704 maxtext_utils.py:1668] params/_overwrite_with_gradient/decoder/layers/self_attention/query/Fp8DirectDotGeneralOp_0/output_grad_scale Shape: float32[16,1] Logical: P() Physical: () I0421 06:28:49.806910 132163276240704 maxtext_utils.py:1668] params/_overwrite_with_gradient/decoder/layers/self_attention/value/Fp8DirectDotGeneralOp_0/input_amax_history Shape: float32[16,1024] Logical: P() Physical: () I0421 06:28:49.806935 132163276240704 maxtext_utils.py:1668] params/_overwrite_with_gradient/decoder/layers/self_attention/value/Fp8DirectDotGeneralOp_0/input_scale Shape: float32[16,1] Logical: P() Physical: () I0421 06:28:49.806963 132163276240704 maxtext_utils.py:1668] params/_overwrite_with_gradient/decoder/layers/self_attention/value/Fp8DirectDotGeneralOp_0/kernel_amax_history Shape: float32[16,1024] Logical: P() Physical: () I0421 06:28:49.807004 132163276240704 maxtext_utils.py:1668] params/_overwrite_with_gradient/decoder/layers/self_attention/value/Fp8DirectDotGeneralOp_0/kernel_scale Shape: float32[16,1] Logical: P() Physical: () I0421 06:28:49.807059 132163276240704 maxtext_utils.py:1668] params/_overwrite_with_gradient/decoder/layers/self_attention/value/Fp8DirectDotGeneralOp_0/output_grad_amax_history Shape: float32[16,1024] Logical: P() Physical: () I0421 06:28:49.807092 132163276240704 maxtext_utils.py:1668] params/_overwrite_with_gradient/decoder/layers/self_attention/value/Fp8DirectDotGeneralOp_0/output_grad_scale Shape: float32[16,1] Logical: P() Physical: () I0421 06:28:49.807144 132163276240704 maxtext_utils.py:1668] params/params/decoder/decoder_norm/scale Shape: float32[2048] Logical: P('norm',) Physical: (None,) I0421 06:28:49.807196 132163276240704 maxtext_utils.py:1668] params/params/decoder/layers/mlp/wi_0/kernel Shape: float32[2048,16,7168] Logical: P('embed', 'layers', 'mlp') Physical: ('fsdp', None, None) I0421 06:28:49.807232 132163276240704 maxtext_utils.py:1668] params/params/decoder/layers/mlp/wi_1/kernel Shape: float32[2048,16,7168] Logical: P('embed', 'layers', 'mlp') Physical: ('fsdp', None, None) I0421 06:28:49.807276 132163276240704 maxtext_utils.py:1668] params/params/decoder/layers/mlp/wo/kernel Shape: float32[7168,16,2048] Logical: P('mlp', 'layers', 'embed') Physical: (None, None, 'fsdp') I0421 06:28:49.807320 132163276240704 maxtext_utils.py:1668] params/params/decoder/layers/post_self_attention_layer_norm/scale Shape: float32[2048,16] Logical: P('norm', 'layers') Physical: (None, None) I0421 06:28:49.807352 132163276240704 maxtext_utils.py:1668] params/params/decoder/layers/pre_self_attention_layer_norm/scale Shape: float32[2048,16] Logical: P('norm', 'layers') Physical: (None, None) I0421 06:28:49.807397 132163276240704 maxtext_utils.py:1668] params/params/decoder/layers/self_attention/key/kernel Shape: float32[2048,16,16,128] Logical: P('embed', 'layers', 'kv_heads', 'kv_head_dim') Physical: ('fsdp', None, None, None) I0421 06:28:49.807442 132163276240704 maxtext_utils.py:1668] params/params/decoder/layers/self_attention/out/kernel Shape: float32[16,16,128,2048] Logical: P('heads', 'layers', 'kv', 'embed') Physical: (None, None, None, 'fsdp') I0421 06:28:49.807475 132163276240704 maxtext_utils.py:1668] params/params/decoder/layers/self_attention/query/kernel Shape: float32[2048,16,16,128] Logical: P('embed', 'layers', 'q_heads', 'kv') Physical: ('fsdp', None, None, None) I0421 06:28:49.807506 132163276240704 maxtext_utils.py:1668] params/params/decoder/layers/self_attention/value/kernel Shape: float32[2048,16,16,128] Logical: P('embed', 'layers', 'kv_heads', 'kv_head_dim') Physical: ('fsdp', None, None, None) I0421 06:28:49.807547 132163276240704 maxtext_utils.py:1668] params/params/decoder/logits_dense/kernel Shape: float32[2048,32000] Logical: P('embed_vocab', 'vocab') Physical: ('fsdp', None) I0421 06:28:49.807587 132163276240704 maxtext_utils.py:1668] params/params/token_embedder/embedding Shape: float32[32000,2048] Logical: P('vocab', 'embed_vocab') Physical: (None, 'fsdp') I0421 06:28:51.425977 132163276240704 train.py:155] train/xent Logical: float32[32,2048]............................................ ('activation_embed_and_logits_batch', 'activation_length'). I0421 06:28:51.426072 132163276240704 train.py:155] train/xent Physical: float32[32,2048]............................................ ('fsdp', None). I0421 06:28:51.441353 132163276240704 train.py:162] train/z_loss Logical: float32[32,2048]............................................ ('activation_embed_and_logits_batch', 'activation_length'). I0421 06:28:51.441415 132163276240704 train.py:162] train/z_loss Physical: float32[32,2048]............................................ ('fsdp', None). I0421 06:29:05.556449 132163276240704 max_utils.py:791] Total memory size: 1.5 GB, Output size: 0.4 GB, Temp size: 1.1 GB, Argument size: 0.4 GB, Host temp size: 0.0 GB. I0421 06:29:05.557339 132163276240704 metric_logger.py:301] number parameters: 1.105 billion I0421 06:29:20.740784 132163276240704 checkpointing.py:772] Waiting for step 0 to finish before checkpoint... I0421 06:29:20.908869 132163276240704 checkpointing.py:776] Waited 0.1680917739868164 seconds for step 0 to finish before starting checkpointing. I0421 06:29:20.911437 132163276240704 checkpoint_manager.py:2009] [process=7][thread=MainThread][wait_until_finished] No Save Finalize thread to wait for. Returning. I0421 06:29:20.913308 132163276240704 checkpoint_manager.py:1512] [process=7] Saving checkpoint at step 0 I0421 06:29:20.914724 132163276240704 event_tracking.py:70] [process=7] [async] Started save checkpoint @ gs://lance-maxtext/linen_ckpt_xpk_main_20260421_061359/linen_xpk_main_20260421_061359_05_fp8/checkpoints/0. I0421 06:29:21.681885 132163276240704 signaling_client.py:364] Using JaxDistributedSignalingClient I0421 06:29:21.682889 132163276240704 jax_array_handlers.py:360] Scheduling D2H of 81 prioritized jax.Array. I0421 06:29:21.682985 132163276240704 replica_slices.py:424] Transferring arrays to host memory with options: use_replica_parallel=True, min_slice_bytes_for_replica_parallel=None, max_replicas_for_replica_parallel=None, enable_pinned_host_transfer=False I0421 06:29:22.090966 132163276240704 base_pytree_checkpoint_handler.py:154] [process=7][thread=MainThread] Initiated "orbax.checkpoint._src.serialization.jax_array_handlers.ArrayHandler".serialize. Time taken: 0.409202s I0421 06:29:22.091136 132163276240704 base_pytree_checkpoint_handler.py:130] [process=7] /jax/orbax/write/blocking_gbytes_per_sec: 3.693 GiB/s (total gbytes: 1.5 GiB) (time elapsed: 0.41774606704711914 s) (per-host) I0421 06:29:22.091188 132163276240704 base_pytree_checkpoint_handler.py:768] [process=7][thread=MainThread] Initiated Pytree async_save. Time taken: 0.417809s (batch_requests_ready=0.003831s, total_serialization_initiated=0.413906s, others=0.000071s) I0421 06:29:22.091312 132163276240704 composite_checkpoint_handler.py:715] [process=7][thread=MainThread] Initiated CompositeCheckpointHandler.async_save. Time taken: 0.422017s (all_items=0.000018s, per_item={'items': '0.00001812'}, temp_paths=0.421999) I0421 06:29:22.092077 132163276240704 event_tracking.py:125] [process=7] [async] Finished blocking save in 1.18 seconds. Continuing save @ gs://lance-maxtext/linen_ckpt_xpk_main_20260421_061359/linen_xpk_main_20260421_061359_05_fp8/checkpoints/0. I0421 06:29:22.092348 132032193623808 async_checkpointer.py:76] [process=7][thread=async_save] Background save thread started. Deadline for this save operation is 2026-04-21 06:49:22.092323 I0421 06:29:22.106103 132163276240704 checkpoint_manager.py:1560] [process=7][thread=MainThread][step=0] Starting CheckpointManager Save Finalize thread=save_finalize I0421 06:29:22.106351 132032168445696 async_checkpointer.py:280] [process=7][thread=save_finalize] Waiting for background save thread=async_save. I0421 06:29:22.106475 132163276240704 standard_logger.py:34] {'step': 0, 'event_type': 'save', 'directory': 'gs://lance-maxtext/linen_ckpt_xpk_main_20260421_061359/linen_xpk_main_20260421_061359_05_fp8/checkpoints', 'reached_preemption': False, 'preemption_received_at': None, 'synchronous': False, 'wait_for_prev_start_time': 1776752960.9114192, 'wait_for_prev_duration_secs': 6.008148193359375e-05, 'time_between_consecutive_saves_sec': None, 'checkpointer_blocking_start_time': 1776752960.9133472, 'checkpointer_blocking_duration_secs': 1.1791143417358398, 'get_old_steps_start_time': 1776752962.0924857, 'get_old_steps_duration_secs': 3.0279159545898438e-05, 'checkpoint_manager_blocking_start_time': 1776752960.9095075, 'checkpoint_manager_blocking_duration_secs': 1.1969287395477295} I0421 06:29:22.106578 132163276240704 checkpointing.py:408] Started an asynchronous checkpoint save for step 0 I0421 06:29:22.106629 132163276240704 max_utils.py:750] Memstats: After params initialized: I0421 06:29:22.106678 132163276240704 max_utils.py:756] Using (GB) 0.45 / 31.25 (1.440000%) on TPU_26(process=7,(2,6,0,0)) I0421 06:29:22.106711 132163276240704 max_utils.py:756] Using (GB) 0.45 / 31.25 (1.440000%) on TPU_27(process=7,(3,6,0,0)) I0421 06:29:22.106749 132163276240704 max_utils.py:756] Using (GB) 0.45 / 31.25 (1.440000%) on TPU_30(process=7,(2,7,0,0)) I0421 06:29:22.106777 132163276240704 max_utils.py:756] Using (GB) 0.45 / 31.25 (1.440000%) on TPU_31(process=7,(3,7,0,0)) I0421 06:29:22.420022 132163276240704 metric_logger.py:196] completed step: 0, seconds: 15.183, TFLOP/s/device: 0.895, Tokens/s/device: 134.885, total_weights: 65536, loss: 10.874, lm_loss: 10.874, perplexity: 52776.805 I0421 06:29:22.620060 132163276240704 metric_logger.py:196] completed step: 1, seconds: 1.677, TFLOP/s/device: 8.101, Tokens/s/device: 1221.065, total_weights: 65536, loss: 10.874, lm_loss: 10.874, perplexity: 52761.840 I0421 06:29:23.482835 132163276240704 metric_logger.py:196] completed step: 2, seconds: 0.042, TFLOP/s/device: 319.885, Tokens/s/device: 48216.598, total_weights: 65536, loss: 10.816, lm_loss: 10.816, perplexity: 49832.398 I0421 06:29:23.641300 132163276240704 metric_logger.py:196] completed step: 3, seconds: 0.863, TFLOP/s/device: 15.745, Tokens/s/device: 2373.282, total_weights: 65536, loss: 10.431, lm_loss: 10.431, perplexity: 33901.820 I0421 06:29:23.958712 132163276240704 metric_logger.py:196] completed step: 4, seconds: 0.165, TFLOP/s/device: 82.512, Tokens/s/device: 12437.146, total_weights: 65536, loss: 9.992, lm_loss: 9.992, perplexity: 21847.639 I0421 06:29:23.965051 132163276240704 metric_logger.py:196] completed step: 5, seconds: 0.158, TFLOP/s/device: 85.975, Tokens/s/device: 12959.155, total_weights: 65536, loss: 9.549, lm_loss: 9.549, perplexity: 14035.006 I0421 06:29:26.137092 2840 google_auth_provider.cc:181] Running on GCE, using service account 562977990677-compute@developer.gserviceaccount.com I0421 06:29:28.602801 132032176838400 array_metadata_store.py:203] [process=7][thread=array_type_handler] Wrote 81 array_metadata.ArrayMetadata to gs://lance-maxtext/linen_ckpt_xpk_main_20260421_061359/linen_xpk_main_20260421_061359_05_fp8/checkpoints/0/items/array_metadatas/process_7 I0421 06:29:43.029149 132032193623808 base_pytree_checkpoint_handler.py:130] [process=7] /jax/orbax/write/gbytes_per_sec: 73.974 MiB/s (total gbytes: 1.5 GiB) (time elapsed: 21.355700254440308 s) (per-host) I0421 06:29:43.029272 132032193623808 async_checkpointer.py:90] [process=7][thread=async_save] 3 Handler Commit operations completed. Time taken: 20.936846s. I0421 06:29:48.429259 132163276240704 metric_logger.py:196] completed step: 6, seconds: 0.318, TFLOP/s/device: 42.760, Tokens/s/device: 6445.298, total_weights: 65536, loss: 9.111, lm_loss: 9.111, perplexity: 9058.688 I0421 06:29:48.587963 132163276240704 metric_logger.py:196] completed step: 7, seconds: 24.307, TFLOP/s/device: 0.559, Tokens/s/device: 84.257, total_weights: 65536, loss: 8.685, lm_loss: 8.685, perplexity: 5914.720 I0421 06:29:48.746113 132163276240704 metric_logger.py:196] completed step: 8, seconds: 0.163, TFLOP/s/device: 83.129, Tokens/s/device: 12530.132, total_weights: 65536, loss: 8.281, lm_loss: 8.281, perplexity: 3950.010 I0421 06:29:48.750975 132163276240704 checkpointing.py:772] Waiting for step 10 to finish before checkpoint... I0421 06:29:49.062427 132163276240704 checkpointing.py:776] Waited 0.3114185333251953 seconds for step 10 to finish before starting checkpointing. I0421 06:29:49.065165 132163276240704 checkpoint_manager.py:2020] [process=7][thread=MainThread][step=0][wait_until_finished] Waiting for Save Finalize thread (save_finalize) to complete. I0421 06:29:52.422053 132032193623808 async_checkpointer.py:160] [process=7][thread=async_save] Background save thread done. Time taken: 30.329609s. I0421 06:29:52.422265 132032168445696 async_checkpointer.py:288] [process=7][thread=save_finalize] Done with waiting for background save thread=async_save. I0421 06:29:52.422330 132032168445696 async_checkpointer.py:298] [process=7][thread=save_finalize] No errors found in background save thread=async_save. I0421 06:29:52.422379 132032168445696 checkpoint_manager.py:2137] [process=7][thread=save_finalize][step=0] CheckpointManager Save Finalize is syncing with other hosts... I0421 06:29:52.424604 132032168445696 checkpoint_manager.py:2146] [process=7][thread=save_finalize][step=0] CheckpointManager Save Finalize is done on all hosts. I0421 06:29:52.424793 132163276240704 checkpoint_manager.py:2032] [process=7][thread=MainThread][step=0][wait_until_finished] Done waiting for Save Finalize thread (save_finalize) running at step=0. W0421 06:29:52.424934 132163276240704 checkpoint_manager.py:1452] Waiting for previous save to complete took 3.359771 seconds. If this number is high, consider checkpointing less frequently. I0421 06:29:52.426844 132163276240704 checkpoint_manager.py:1512] [process=7] Saving checkpoint at step 10 I0421 06:29:52.428817 132163276240704 event_tracking.py:70] [process=7] [async] Started save checkpoint @ gs://lance-maxtext/linen_ckpt_xpk_main_20260421_061359/linen_xpk_main_20260421_061359_05_fp8/checkpoints/10. I0421 06:29:53.148622 132163276240704 jax_array_handlers.py:360] Scheduling D2H of 81 prioritized jax.Array. I0421 06:29:53.148716 132163276240704 replica_slices.py:424] Transferring arrays to host memory with options: use_replica_parallel=True, min_slice_bytes_for_replica_parallel=None, max_replicas_for_replica_parallel=None, enable_pinned_host_transfer=False I0421 06:29:53.200686 132163276240704 base_pytree_checkpoint_handler.py:154] [process=7][thread=MainThread] Initiated "orbax.checkpoint._src.serialization.jax_array_handlers.ArrayHandler".serialize. Time taken: 0.052956s I0421 06:29:53.200871 132163276240704 base_pytree_checkpoint_handler.py:130] [process=7] /jax/orbax/write/blocking_gbytes_per_sec: 26.013 GiB/s (total gbytes: 1.5 GiB) (time elapsed: 0.059307098388671875 s) (per-host) I0421 06:29:53.200923 132163276240704 base_pytree_checkpoint_handler.py:768] [process=7][thread=MainThread] Initiated Pytree async_save. Time taken: 0.059368s (batch_requests_ready=0.003294s, total_serialization_initiated=0.056005s, others=0.000069s) I0421 06:29:53.201033 132163276240704 composite_checkpoint_handler.py:715] [process=7][thread=MainThread] Initiated CompositeCheckpointHandler.async_save. Time taken: 0.063605s (all_items=0.000016s, per_item={'items': '0.00001574'}, temp_paths=0.063589) I0421 06:29:53.201761 132163276240704 event_tracking.py:125] [process=7] [async] Finished blocking save in 0.77 seconds. Continuing save @ gs://lance-maxtext/linen_ckpt_xpk_main_20260421_061359/linen_xpk_main_20260421_061359_05_fp8/checkpoints/10. I0421 06:29:53.202055 132030037747456 async_checkpointer.py:76] [process=7][thread=async_save] Background save thread started. Deadline for this save operation is 2026-04-21 06:49:53.202019 I0421 06:29:53.204074 132163276240704 checkpoint_manager.py:1560] [process=7][thread=MainThread][step=10] Starting CheckpointManager Save Finalize thread=save_finalize I0421 06:29:53.204394 132032168445696 async_checkpointer.py:280] [process=7][thread=save_finalize] Waiting for background save thread=async_save. I0421 06:29:53.204500 132163276240704 standard_logger.py:34] {'step': 10, 'event_type': 'save', 'directory': 'gs://lance-maxtext/linen_ckpt_xpk_main_20260421_061359/linen_xpk_main_20260421_061359_05_fp8/checkpoints', 'reached_preemption': False, 'preemption_received_at': None, 'synchronous': False, 'wait_for_prev_start_time': 1776752989.0651329, 'wait_for_prev_duration_secs': 3.3597710132598877, 'time_between_consecutive_saves_sec': None, 'checkpointer_blocking_start_time': 1776752992.4268832, 'checkpointer_blocking_duration_secs': 0.7753148078918457, 'get_old_steps_start_time': 1776752993.2022212, 'get_old_steps_duration_secs': 2.8848648071289062e-05, 'checkpoint_manager_blocking_start_time': 1776752989.063141, 'checkpoint_manager_blocking_duration_secs': 4.141326665878296} I0421 06:29:53.204682 132163276240704 checkpointing.py:408] Started an asynchronous checkpoint save for step 10 I0421 06:29:53.205248 132163276240704 metric_logger.py:196] completed step: 9, seconds: 0.161, TFLOP/s/device: 84.286, Tokens/s/device: 12704.478, total_weights: 65536, loss: 7.908, lm_loss: 7.908, perplexity: 2720.116 I0421 06:29:53.212261 132163276240704 metric_logger.py:196] completed step: 10, seconds: 0.156, TFLOP/s/device: 87.359, Tokens/s/device: 13167.708, total_weights: 65536, loss: 7.568, lm_loss: 7.568, perplexity: 1936.198 I0421 06:29:53.370654 132163276240704 metric_logger.py:196] completed step: 11, seconds: 4.459, TFLOP/s/device: 3.047, Tokens/s/device: 459.271, total_weights: 65536, loss: 7.288, lm_loss: 7.288, perplexity: 1463.272 I0421 06:29:53.929492 132163276240704 metric_logger.py:196] completed step: 12, seconds: 0.006, TFLOP/s/device: 2242.841, Tokens/s/device: 338065.368, total_weights: 65536, loss: 7.032, lm_loss: 7.032, perplexity: 1132.061 I0421 06:29:54.087828 132163276240704 metric_logger.py:196] completed step: 13, seconds: 0.556, TFLOP/s/device: 24.435, Tokens/s/device: 3683.182, total_weights: 65536, loss: 6.815, lm_loss: 6.815, perplexity: 911.031 I0421 06:29:54.245974 132163276240704 metric_logger.py:196] completed step: 14, seconds: 0.162, TFLOP/s/device: 83.664, Tokens/s/device: 12610.682, total_weights: 65536, loss: 6.635, lm_loss: 6.635, perplexity: 761.080 I0421 06:29:54.404190 132163276240704 metric_logger.py:196] completed step: 15, seconds: 0.158, TFLOP/s/device: 85.948, Tokens/s/device: 12954.974, total_weights: 65536, loss: 6.492, lm_loss: 6.492, perplexity: 659.915 I0421 06:29:54.562529 132163276240704 metric_logger.py:196] completed step: 16, seconds: 0.158, TFLOP/s/device: 85.898, Tokens/s/device: 12947.521, total_weights: 65536, loss: 6.380, lm_loss: 6.380, perplexity: 589.948 I0421 06:29:54.720666 132163276240704 metric_logger.py:196] completed step: 17, seconds: 0.158, TFLOP/s/device: 85.904, Tokens/s/device: 12948.339, total_weights: 65536, loss: 6.293, lm_loss: 6.293, perplexity: 540.941 I0421 06:29:54.878768 132163276240704 metric_logger.py:196] completed step: 18, seconds: 0.158, TFLOP/s/device: 85.821, Tokens/s/device: 12935.826, total_weights: 65536, loss: 6.223, lm_loss: 6.223, perplexity: 504.108 I0421 06:29:55.036547 132163276240704 checkpointing.py:772] Waiting for step 19 to finish before checkpoint... I0421 06:29:55.037562 132163276240704 checkpointing.py:776] Waited 0.0010323524475097656 seconds for step 19 to finish before starting checkpointing. I0421 06:29:55.039658 132163276240704 checkpoint_manager.py:2020] [process=7][thread=MainThread][step=10][wait_until_finished] Waiting for Save Finalize thread (save_finalize) to complete. I0421 06:29:59.985913 132031614789376 array_metadata_store.py:203] [process=7][thread=array_type_handler] Wrote 81 array_metadata.ArrayMetadata to gs://lance-maxtext/linen_ckpt_xpk_main_20260421_061359/linen_xpk_main_20260421_061359_05_fp8/checkpoints/10/items/array_metadatas/process_7 I0421 06:30:36.254052 132030037747456 base_pytree_checkpoint_handler.py:130] [process=7] /jax/orbax/write/gbytes_per_sec: 36.643 MiB/s (total gbytes: 1.5 GiB) (time elapsed: 43.11244034767151 s) (per-host) I0421 06:30:36.254178 132030037747456 async_checkpointer.py:90] [process=7][thread=async_save] 3 Handler Commit operations completed. Time taken: 43.052007s. I0421 06:30:44.605104 132030037747456 async_checkpointer.py:160] [process=7][thread=async_save] Background save thread done. Time taken: 51.402917s. I0421 06:30:44.605330 132032168445696 async_checkpointer.py:288] [process=7][thread=save_finalize] Done with waiting for background save thread=async_save. I0421 06:30:44.605387 132032168445696 async_checkpointer.py:298] [process=7][thread=save_finalize] No errors found in background save thread=async_save. I0421 06:30:44.605436 132032168445696 checkpoint_manager.py:2137] [process=7][thread=save_finalize][step=10] CheckpointManager Save Finalize is syncing with other hosts... I0421 06:30:44.607124 132032168445696 checkpoint_manager.py:2146] [process=7][thread=save_finalize][step=10] CheckpointManager Save Finalize is done on all hosts. I0421 06:30:44.607305 132163276240704 checkpoint_manager.py:2032] [process=7][thread=MainThread][step=10][wait_until_finished] Done waiting for Save Finalize thread (save_finalize) running at step=10. W0421 06:30:44.607433 132163276240704 checkpoint_manager.py:1452] Waiting for previous save to complete took 49.567781 seconds. If this number is high, consider checkpointing less frequently. I0421 06:30:44.608998 132163276240704 checkpoint_manager.py:1512] [process=7] Saving checkpoint at step 19 I0421 06:30:44.610955 132163276240704 event_tracking.py:70] [process=7] [async] Started save checkpoint @ gs://lance-maxtext/linen_ckpt_xpk_main_20260421_061359/linen_xpk_main_20260421_061359_05_fp8/checkpoints/19. I0421 06:30:45.572218 132163276240704 jax_array_handlers.py:360] Scheduling D2H of 81 prioritized jax.Array. I0421 06:30:45.572316 132163276240704 replica_slices.py:424] Transferring arrays to host memory with options: use_replica_parallel=True, min_slice_bytes_for_replica_parallel=None, max_replicas_for_replica_parallel=None, enable_pinned_host_transfer=False I0421 06:30:45.625988 132163276240704 base_pytree_checkpoint_handler.py:154] [process=7][thread=MainThread] Initiated "orbax.checkpoint._src.serialization.jax_array_handlers.ArrayHandler".serialize. Time taken: 0.054770s I0421 06:30:45.626160 132163276240704 base_pytree_checkpoint_handler.py:130] [process=7] /jax/orbax/write/blocking_gbytes_per_sec: 25.268 GiB/s (total gbytes: 1.5 GiB) (time elapsed: 0.061055660247802734 s) (per-host) I0421 06:30:45.626213 132163276240704 base_pytree_checkpoint_handler.py:768] [process=7][thread=MainThread] Initiated Pytree async_save. Time taken: 0.061118s (batch_requests_ready=0.003225s, total_serialization_initiated=0.057826s, others=0.000067s) I0421 06:30:45.626311 132163276240704 composite_checkpoint_handler.py:715] [process=7][thread=MainThread] Initiated CompositeCheckpointHandler.async_save. Time taken: 0.065336s (all_items=0.000011s, per_item={'items': '0.00001073'}, temp_paths=0.065325) I0421 06:30:45.627056 132163276240704 event_tracking.py:125] [process=7] [async] Finished blocking save in 1.02 seconds. Continuing save @ gs://lance-maxtext/linen_ckpt_xpk_main_20260421_061359/linen_xpk_main_20260421_061359_05_fp8/checkpoints/19. I0421 06:30:45.627313 132031614789376 async_checkpointer.py:76] [process=7][thread=async_save] Background save thread started. Deadline for this save operation is 2026-04-21 06:50:45.627291 I0421 06:30:45.629249 132163276240704 checkpoint_manager.py:1560] [process=7][thread=MainThread][step=19] Starting CheckpointManager Save Finalize thread=save_finalize I0421 06:30:45.629610 132032168445696 async_checkpointer.py:280] [process=7][thread=save_finalize] Waiting for background save thread=async_save. I0421 06:30:45.629754 132163276240704 standard_logger.py:34] {'step': 19, 'event_type': 'save', 'directory': 'gs://lance-maxtext/linen_ckpt_xpk_main_20260421_061359/linen_xpk_main_20260421_061359_05_fp8/checkpoints', 'reached_preemption': False, 'preemption_received_at': None, 'synchronous': False, 'wait_for_prev_start_time': 1776752995.0396278, 'wait_for_prev_duration_secs': 49.56778120994568, 'time_between_consecutive_saves_sec': 2.6149816513061523, 'checkpointer_blocking_start_time': 1776753044.6090386, 'checkpointer_blocking_duration_secs': 1.018376111984253, 'get_old_steps_start_time': 1776753045.6274323, 'get_old_steps_duration_secs': 2.574920654296875e-05, 'checkpoint_manager_blocking_start_time': 1776752995.0378532, 'checkpoint_manager_blocking_duration_secs': 50.59185981750488} I0421 06:30:45.629923 132163276240704 checkpointing.py:408] Started an asynchronous checkpoint save for step 19 I0421 06:30:45.629968 132163276240704 checkpoint_manager.py:2020] [process=7][thread=MainThread][step=19][wait_until_finished] Waiting for Save Finalize thread (save_finalize) to complete. I0421 06:30:50.685370 132026950739712 array_metadata_store.py:203] [process=7][thread=array_type_handler] Wrote 81 array_metadata.ArrayMetadata to gs://lance-maxtext/linen_ckpt_xpk_main_20260421_061359/linen_xpk_main_20260421_061359_05_fp8/checkpoints/19/items/array_metadatas/process_7 I0421 06:31:27.395551 132031614789376 base_pytree_checkpoint_handler.py:130] [process=7] /jax/orbax/write/gbytes_per_sec: 37.766 MiB/s (total gbytes: 1.5 GiB) (time elapsed: 41.83040142059326 s) (per-host) I0421 06:31:27.395679 132031614789376 async_checkpointer.py:90] [process=7][thread=async_save] 3 Handler Commit operations completed. Time taken: 41.768289s. I0421 06:31:35.979569 132031614789376 async_checkpointer.py:160] [process=7][thread=async_save] Background save thread done. Time taken: 50.352162s. I0421 06:31:35.979911 132032168445696 async_checkpointer.py:288] [process=7][thread=save_finalize] Done with waiting for background save thread=async_save. I0421 06:31:35.980038 132032168445696 async_checkpointer.py:298] [process=7][thread=save_finalize] No errors found in background save thread=async_save. I0421 06:31:35.980079 132032168445696 checkpoint_manager.py:2137] [process=7][thread=save_finalize][step=19] CheckpointManager Save Finalize is syncing with other hosts... I0421 06:31:35.982316 132032168445696 checkpoint_manager.py:2146] [process=7][thread=save_finalize][step=19] CheckpointManager Save Finalize is done on all hosts. I0421 06:31:35.982473 132163276240704 checkpoint_manager.py:2032] [process=7][thread=MainThread][step=19][wait_until_finished] Done waiting for Save Finalize thread (save_finalize) running at step=19. I0421 06:31:35.982618 132163276240704 checkpoint_manager.py:2009] [process=7][thread=MainThread][wait_until_finished] No Save Finalize thread to wait for. Returning. I0421 06:31:35.983495 132163276240704 metric_logger.py:196] completed step: 19, seconds: 0.158, TFLOP/s/device: 85.902, Tokens/s/device: 12948.012, total_weights: 65536, loss: 6.167, lm_loss: 6.167, perplexity: 476.947 Per train step: Total TFLOPs: 13.59 split as 93.93% learnable weight flops and 6.07% attention flops XPK End: Tue Apr 21 06:31:48 UTC 2026 EXIT_CODE=0
e27fc1e97
· feat_nnx_trainstate_and_training_loop_20260421_083238
· full log
XPK Start: Tue Apr 21 08:46:28 UTC 2026 PyTorch was not found. Models won't be available and only tokenizers, configuration and file/data utilities can be used. 2026-04-21 08:46:52.612853: E external/local_xla/xla/stream_executor/cuda/cuda_platform.cc:51] failed call to cuInit: INTERNAL: CUDA error: Failed call to cuInit: UNKNOWN ERROR (303) I0421 08:46:53.150649 140642351560512 max_utils.py:273] Attempting to initialize the jax distributed system... I0421 08:47:02.192463 140642351560512 distributed.py:149] Starting JAX distributed service on [::]:8482 I0421 08:47:02.194844 140642351560512 distributed.py:172] Connecting to JAX distributed service on mt-05-fp8-536jq-slice-job-0-0.mt-05-fp8-536jq:8482 I0421 08:47:03.378498 140642351560512 max_utils.py:284] Jax distributed system initialized! I0421 08:47:09.461931 140642351560512 max_utils.py:800] System Information: Jax Version: 0.9.2 I0421 08:47:09.462034 140642351560512 max_utils.py:801] System Information: Jaxlib Version: 0.9.2 I0421 08:47:09.462076 140642351560512 max_utils.py:802] System Information: Jax Backend: PJRT C API TFRT TPU v6 lite Built on Mar 4 2026 11:32:08 (1772652728) cl/878335365 I0421 08:47:09.462113 140642351560512 train_utils.py:378] WARNING: Sequence packing is essentially ignored for synthetic data. Please use a real dataset to use sequence packing. I0421 08:47:10.172908 140642351560512 maxtext_utils.py:1718] Num_devices: 32, shape (1, 1, 1, 32, 1, 1, 1, 1, 1, 1, 1, 1, 1) I0421 08:47:10.173495 140642351560512 maxtext_utils.py:1718] Num_devices: 32, shape (1, 1, 1, 32, 1, 1, 1, 1, 1, 1, 1, 1, 1) I0421 08:47:10.173679 140642351560512 checkpointing.py:688] Setting up checkpoint logger... I0421 08:47:10.173730 140642351560512 checkpointing.py:234] Creating checkpoint manager with ocdbt=True and zarr3=True I0421 08:47:10.173785 140642351560512 pytree_checkpoint_handler.py:592] save_device_host_concurrent_bytes=None I0421 08:47:10.174113 140642351560512 base_pytree_checkpoint_handler.py:441] Created BasePyTreeCheckpointHandler: use_ocdbt=True, use_zarr3=True, pytree_metadata_options=PyTreeMetadataOptions(support_rich_types=False), array_metadata_store=<orbax.checkpoint._src.metadata.array_metadata_store.Store object at 0x7fe93d7182f0>, enable_pinned_host_transfer=False, save_concurrent_bytes: 96000000000 (89.4 GiB), restore_concurrent_bytes: 96000000000 (89.4 GiB) I0421 08:47:13.079841 140642351560512 checkpointing.py:266] Enabling policy for fixed interval checkpointing. I0421 08:47:13.080082 140642351560512 checkpoint_manager.py:708] [process=7][thread=MainThread] CheckpointManager init: checkpointers=None, item_names=('items',), item_handlers={'items': <orbax.checkpoint._src.handlers.pytree_checkpoint_handler.PyTreeCheckpointHandler object at 0x7fd53c418710>}, handler_registry=None I0421 08:47:13.080316 140642351560512 composite_checkpoint_handler.py:237] Deferred registration for item: "items". Adding handler `<orbax.checkpoint._src.handlers.pytree_checkpoint_handler.PyTreeCheckpointHandler object at 0x7fd53c418710>` for item "items" and save args `<class 'orbax.checkpoint._src.handlers.pytree_checkpoint_handler.PyTreeSaveArgs'>` and restore args `<class 'orbax.checkpoint._src.handlers.pytree_checkpoint_handler.PyTreeRestoreArgs'>` to `_handler_registry`. I0421 08:47:13.080363 140642351560512 composite_checkpoint_handler.py:237] Deferred registration for item: "metrics". Adding handler `<orbax.checkpoint._src.handlers.json_checkpoint_handler.JsonCheckpointHandler object at 0x7fd53c41a510>` for item "metrics" and save args `<class 'orbax.checkpoint._src.handlers.json_checkpoint_handler.JsonSaveArgs'>` and restore args `<class 'orbax.checkpoint._src.handlers.json_checkpoint_handler.JsonRestoreArgs'>` to `_handler_registry`. I0421 08:47:13.080396 140642351560512 composite_checkpoint_handler.py:505] Initialized registry DefaultCheckpointHandlerRegistry({('items', <class 'orbax.checkpoint._src.handlers.pytree_checkpoint_handler.PyTreeSaveArgs'>): <orbax.checkpoint._src.handlers.pytree_checkpoint_handler.PyTreeCheckpointHandler object at 0x7fd53c418710>, ('items', <class 'orbax.checkpoint._src.handlers.pytree_checkpoint_handler.PyTreeRestoreArgs'>): <orbax.checkpoint._src.handlers.pytree_checkpoint_handler.PyTreeCheckpointHandler object at 0x7fd53c418710>, ('metrics', <class 'orbax.checkpoint._src.handlers.json_checkpoint_handler.JsonSaveArgs'>): <orbax.checkpoint._src.handlers.json_checkpoint_handler.JsonCheckpointHandler object at 0x7fd53c41a510>, ('metrics', <class 'orbax.checkpoint._src.handlers.json_checkpoint_handler.JsonRestoreArgs'>): <orbax.checkpoint._src.handlers.json_checkpoint_handler.JsonCheckpointHandler object at 0x7fd53c41a510>}). I0421 08:47:13.080703 140642351560512 abstract_checkpointer.py:35] orbax-checkpoint version: 0.11.34 I0421 08:47:13.080785 140642351560512 async_checkpointer.py:192] [process=7][thread=MainThread] Using barrier_sync_fn: <function get_barrier_sync_fn.<locals>._fn at 0x7fd43c767ec0> timeout: 1200 secs and primary_host=0 for async checkpoint writes I0421 08:47:14.643466 140642351560512 checkpoint_manager.py:1812] Found 0 checkpoint steps in gs://lance-maxtext/linen_ckpt_xpk_feat_nnx_trainstate_and_training_loop_20260421_083238/linen_xpk_feat_nnx_trainstate_and_training_loop_20260421_083238_05_fp8/checkpoints I0421 08:47:14.665360 140642351560512 checkpoint_manager.py:929] [process=7][thread=MainThread] CheckpointManager created, primary_host=0, CheckpointManagerOptions=CheckpointManagerOptions(save_interval_steps=1, max_to_keep=None, keep_time_interval=None, keep_period=None, should_keep_fn=None, best_fn=None, best_mode='max', keep_checkpoints_without_metrics=True, step_prefix=None, step_format_fixed_length=None, step_name_format=None, create=True, cleanup_tmp_directories=False, save_on_steps=frozenset(), single_host_load_and_broadcast=False, todelete_subdir=None, todelete_full_path=None, enable_background_delete=False, read_only=False, enable_async_checkpointing=True, async_options=None, multiprocessing_options=MultiprocessingOptions(primary_host=0, active_processes=None, barrier_sync_key_prefix=None), should_save_fn=None, file_options=FileOptions(path_permission_mode=None), save_root_metadata=True, temporary_path_class=None, save_decision_policy=FixedIntervalPolicy(interval=10), preservation_policy=LatestN(n=None), prevent_write_metrics=False, enable_should_save_is_saving_in_progress_check=True, enable_per_process_directory_creation=False, lightweight_initialize=False), root_directory=gs://lance-maxtext/linen_ckpt_xpk_feat_nnx_trainstate_and_training_loop_20260421_083238/linen_xpk_feat_nnx_trainstate_and_training_loop_20260421_083238_05_fp8/checkpoints: <orbax.checkpoint.checkpoint_manager.CheckpointManager object at 0x7fd53c41bdd0> I0421 08:47:14.665490 140642351560512 checkpointing.py:302] Checkpoint manager created! I0421 08:47:15.751488 140642351560512 nnx_wrappers.py:437] Unknown Logical: bfloat16[32,2048,2048]...................................... ('activation_batch', 'activation_norm_length', 'activation_embed'). I0421 08:47:15.751591 140642351560512 nnx_wrappers.py:437] Unknown Physical: bfloat16[32,2048,2048]...................................... ('fsdp', None, None). I0421 08:47:16.141890 140642351560512 attentions.py:1088] attentions/inputs_q Logical: bfloat16[32,2048,2048]...................................... ('activation_batch', 'activation_attn_length', 'activation_attn_embed'). I0421 08:47:16.141981 140642351560512 attentions.py:1088] attentions/inputs_q Physical: bfloat16[32,2048,2048]...................................... ('fsdp', None, None). I0421 08:47:16.158638 140642351560512 attentions.py:1089] attentions/inputs_kv Logical: bfloat16[32,2048,2048]...................................... ('activation_batch', 'activation_attn_length', 'activation_attn_embed'). I0421 08:47:16.158697 140642351560512 attentions.py:1089] attentions/inputs_kv Physical: bfloat16[32,2048,2048]...................................... ('fsdp', None, None). I0421 08:47:16.211182 140642351560512 attentions.py:1154] attentions/query Logical: bfloat16[32,2048,16,128].................................... ('activation_kv_batch', 'activation_attn_length', 'activation_kv_heads', 'activation_kv_head_dim'). I0421 08:47:16.211259 140642351560512 attentions.py:1154] attentions/query Physical: bfloat16[32,2048,16,128].................................... ('fsdp', None, None, None). I0421 08:47:16.227998 140642351560512 attentions.py:1155] attentions/key Logical: bfloat16[32,2048,16,128].................................... ('activation_kv_batch', 'activation_attn_length', 'activation_kv_heads', 'activation_kv_head_dim'). I0421 08:47:16.228055 140642351560512 attentions.py:1155] attentions/key Physical: bfloat16[32,2048,16,128].................................... ('fsdp', None, None, None). I0421 08:47:16.244813 140642351560512 attentions.py:1156] attentions/value Logical: bfloat16[32,2048,16,128].................................... ('activation_kv_batch', 'activation_attn_length', 'activation_kv_heads', 'activation_kv_head_dim'). I0421 08:47:16.244873 140642351560512 attentions.py:1156] attentions/value Physical: bfloat16[32,2048,16,128].................................... ('fsdp', None, None, None). I0421 08:47:16.269720 140642351560512 attentions.py:1197] attentions/out Logical: bfloat16[32,2048,16,128].................................... ('activation_batch', 'activation_attn_length', 'activation_heads', 'activation_kv'). I0421 08:47:16.269800 140642351560512 attentions.py:1197] attentions/out Physical: bfloat16[32,2048,16,128].................................... ('fsdp', None, None, None). I0421 08:47:16.321338 140642351560512 linears.py:525] linears/x Logical: bfloat16[32,2048,7168]...................................... ('activation_batch', 'activation_length', 'activation_mlp'). I0421 08:47:16.321411 140642351560512 linears.py:525] linears/x Physical: bfloat16[32,2048,7168]...................................... ('fsdp', None, None). I0421 08:47:16.758805 140642351560512 checkpointing.py:578] checkpoint manager exists so trying to load this run's existing checkpoint I0421 08:47:16.758911 140642351560512 checkpointing.py:676] No existing checkpoints found, not restoring checkpoint. fsdp: 32 I0421 08:47:18.681915 140642351560512 maxtext_utils.py:1821] params/_overwrite_with_gradient/decoder/layers/mlp/wi_0/Fp8DirectDotGeneralOp_0/input_amax_history Shape: float32[16,1024] Logical: P() Physical: () I0421 08:47:18.682062 140642351560512 maxtext_utils.py:1821] params/_overwrite_with_gradient/decoder/layers/mlp/wi_0/Fp8DirectDotGeneralOp_0/input_scale Shape: float32[16,1] Logical: P() Physical: () I0421 08:47:18.682119 140642351560512 maxtext_utils.py:1821] params/_overwrite_with_gradient/decoder/layers/mlp/wi_0/Fp8DirectDotGeneralOp_0/kernel_amax_history Shape: float32[16,1024] Logical: P() Physical: () I0421 08:47:18.682183 140642351560512 maxtext_utils.py:1821] params/_overwrite_with_gradient/decoder/layers/mlp/wi_0/Fp8DirectDotGeneralOp_0/kernel_scale Shape: float32[16,1] Logical: P() Physical: () I0421 08:47:18.682246 140642351560512 maxtext_utils.py:1821] params/_overwrite_with_gradient/decoder/layers/mlp/wi_0/Fp8DirectDotGeneralOp_0/output_grad_amax_history Shape: float32[16,1024] Logical: P() Physical: () I0421 08:47:18.682306 140642351560512 maxtext_utils.py:1821] params/_overwrite_with_gradient/decoder/layers/mlp/wi_0/Fp8DirectDotGeneralOp_0/output_grad_scale Shape: float32[16,1] Logical: P() Physical: () I0421 08:47:18.682364 140642351560512 maxtext_utils.py:1821] params/_overwrite_with_gradient/decoder/layers/mlp/wi_1/Fp8DirectDotGeneralOp_0/input_amax_history Shape: float32[16,1024] Logical: P() Physical: () I0421 08:47:18.682423 140642351560512 maxtext_utils.py:1821] params/_overwrite_with_gradient/decoder/layers/mlp/wi_1/Fp8DirectDotGeneralOp_0/input_scale Shape: float32[16,1] Logical: P() Physical: () I0421 08:47:18.682482 140642351560512 maxtext_utils.py:1821] params/_overwrite_with_gradient/decoder/layers/mlp/wi_1/Fp8DirectDotGeneralOp_0/kernel_amax_history Shape: float32[16,1024] Logical: P() Physical: () I0421 08:47:18.682541 140642351560512 maxtext_utils.py:1821] params/_overwrite_with_gradient/decoder/layers/mlp/wi_1/Fp8DirectDotGeneralOp_0/kernel_scale Shape: float32[16,1] Logical: P() Physical: () I0421 08:47:18.682598 140642351560512 maxtext_utils.py:1821] params/_overwrite_with_gradient/decoder/layers/mlp/wi_1/Fp8DirectDotGeneralOp_0/output_grad_amax_history Shape: float32[16,1024] Logical: P() Physical: () I0421 08:47:18.682656 140642351560512 maxtext_utils.py:1821] params/_overwrite_with_gradient/decoder/layers/mlp/wi_1/Fp8DirectDotGeneralOp_0/output_grad_scale Shape: float32[16,1] Logical: P() Physical: () I0421 08:47:18.682715 140642351560512 maxtext_utils.py:1821] params/_overwrite_with_gradient/decoder/layers/mlp/wo/Fp8DirectDotGeneralOp_0/input_amax_history Shape: float32[16,1024] Logical: P() Physical: () I0421 08:47:18.682832 140642351560512 maxtext_utils.py:1821] params/_overwrite_with_gradient/decoder/layers/mlp/wo/Fp8DirectDotGeneralOp_0/input_scale Shape: float32[16,1] Logical: P() Physical: () I0421 08:47:18.682897 140642351560512 maxtext_utils.py:1821] params/_overwrite_with_gradient/decoder/layers/mlp/wo/Fp8DirectDotGeneralOp_0/kernel_amax_history Shape: float32[16,1024] Logical: P() Physical: () I0421 08:47:18.682953 140642351560512 maxtext_utils.py:1821] params/_overwrite_with_gradient/decoder/layers/mlp/wo/Fp8DirectDotGeneralOp_0/kernel_scale Shape: float32[16,1] Logical: P() Physical: () I0421 08:47:18.683016 140642351560512 maxtext_utils.py:1821] params/_overwrite_with_gradient/decoder/layers/mlp/wo/Fp8DirectDotGeneralOp_0/output_grad_amax_history Shape: float32[16,1024] Logical: P() Physical: () I0421 08:47:18.683074 140642351560512 maxtext_utils.py:1821] params/_overwrite_with_gradient/decoder/layers/mlp/wo/Fp8DirectDotGeneralOp_0/output_grad_scale Shape: float32[16,1] Logical: P() Physical: () I0421 08:47:18.683131 140642351560512 maxtext_utils.py:1821] params/_overwrite_with_gradient/decoder/layers/self_attention/key/Fp8DirectDotGeneralOp_0/input_amax_history Shape: float32[16,1024] Logical: P() Physical: () I0421 08:47:18.683188 140642351560512 maxtext_utils.py:1821] params/_overwrite_with_gradient/decoder/layers/self_attention/key/Fp8DirectDotGeneralOp_0/input_scale Shape: float32[16,1] Logical: P() Physical: () I0421 08:47:18.683239 140642351560512 maxtext_utils.py:1821] params/_overwrite_with_gradient/decoder/layers/self_attention/key/Fp8DirectDotGeneralOp_0/kernel_amax_history Shape: float32[16,1024] Logical: P() Physical: () I0421 08:47:18.683291 140642351560512 maxtext_utils.py:1821] params/_overwrite_with_gradient/decoder/layers/self_attention/key/Fp8DirectDotGeneralOp_0/kernel_scale Shape: float32[16,1] Logical: P() Physical: () I0421 08:47:18.683344 140642351560512 maxtext_utils.py:1821] params/_overwrite_with_gradient/decoder/layers/self_attention/key/Fp8DirectDotGeneralOp_0/output_grad_amax_history Shape: float32[16,1024] Logical: P() Physical: () I0421 08:47:18.683442 140642351560512 maxtext_utils.py:1821] params/_overwrite_with_gradient/decoder/layers/self_attention/key/Fp8DirectDotGeneralOp_0/output_grad_scale Shape: float32[16,1] Logical: P() Physical: () I0421 08:47:18.683496 140642351560512 maxtext_utils.py:1821] params/_overwrite_with_gradient/decoder/layers/self_attention/out/Fp8DirectDotGeneralOp_0/input_amax_history Shape: float32[16,1024] Logical: P() Physical: () I0421 08:47:18.683527 140642351560512 maxtext_utils.py:1821] params/_overwrite_with_gradient/decoder/layers/self_attention/out/Fp8DirectDotGeneralOp_0/input_scale Shape: float32[16,1] Logical: P() Physical: () I0421 08:47:18.683555 140642351560512 maxtext_utils.py:1821] params/_overwrite_with_gradient/decoder/layers/self_attention/out/Fp8DirectDotGeneralOp_0/kernel_amax_history Shape: float32[16,1024] Logical: P() Physical: () I0421 08:47:18.683583 140642351560512 maxtext_utils.py:1821] params/_overwrite_with_gradient/decoder/layers/self_attention/out/Fp8DirectDotGeneralOp_0/kernel_scale Shape: float32[16,1] Logical: P() Physical: () I0421 08:47:18.683610 140642351560512 maxtext_utils.py:1821] params/_overwrite_with_gradient/decoder/layers/self_attention/out/Fp8DirectDotGeneralOp_0/output_grad_amax_history Shape: float32[16,1024] Logical: P() Physical: () I0421 08:47:18.683637 140642351560512 maxtext_utils.py:1821] params/_overwrite_with_gradient/decoder/layers/self_attention/out/Fp8DirectDotGeneralOp_0/output_grad_scale Shape: float32[16,1] Logical: P() Physical: () I0421 08:47:18.683664 140642351560512 maxtext_utils.py:1821] params/_overwrite_with_gradient/decoder/layers/self_attention/query/Fp8DirectDotGeneralOp_0/input_amax_history Shape: float32[16,1024] Logical: P() Physical: () I0421 08:47:18.683690 140642351560512 maxtext_utils.py:1821] params/_overwrite_with_gradient/decoder/layers/self_attention/query/Fp8DirectDotGeneralOp_0/input_scale Shape: float32[16,1] Logical: P() Physical: () I0421 08:47:18.683715 140642351560512 maxtext_utils.py:1821] params/_overwrite_with_gradient/decoder/layers/self_attention/query/Fp8DirectDotGeneralOp_0/kernel_amax_history Shape: float32[16,1024] Logical: P() Physical: () I0421 08:47:18.683756 140642351560512 maxtext_utils.py:1821] params/_overwrite_with_gradient/decoder/layers/self_attention/query/Fp8DirectDotGeneralOp_0/kernel_scale Shape: float32[16,1] Logical: P() Physical: () I0421 08:47:18.683784 140642351560512 maxtext_utils.py:1821] params/_overwrite_with_gradient/decoder/layers/self_attention/query/Fp8DirectDotGeneralOp_0/output_grad_amax_history Shape: float32[16,1024] Logical: P() Physical: () I0421 08:47:18.683811 140642351560512 maxtext_utils.py:1821] params/_overwrite_with_gradient/decoder/layers/self_attention/query/Fp8DirectDotGeneralOp_0/output_grad_scale Shape: float32[16,1] Logical: P() Physical: () I0421 08:47:18.683835 140642351560512 maxtext_utils.py:1821] params/_overwrite_with_gradient/decoder/layers/self_attention/value/Fp8DirectDotGeneralOp_0/input_amax_history Shape: float32[16,1024] Logical: P() Physical: () I0421 08:47:18.683865 140642351560512 maxtext_utils.py:1821] params/_overwrite_with_gradient/decoder/layers/self_attention/value/Fp8DirectDotGeneralOp_0/input_scale Shape: float32[16,1] Logical: P() Physical: () I0421 08:47:18.683893 140642351560512 maxtext_utils.py:1821] params/_overwrite_with_gradient/decoder/layers/self_attention/value/Fp8DirectDotGeneralOp_0/kernel_amax_history Shape: float32[16,1024] Logical: P() Physical: () I0421 08:47:18.683919 140642351560512 maxtext_utils.py:1821] params/_overwrite_with_gradient/decoder/layers/self_attention/value/Fp8DirectDotGeneralOp_0/kernel_scale Shape: float32[16,1] Logical: P() Physical: () I0421 08:47:18.683944 140642351560512 maxtext_utils.py:1821] params/_overwrite_with_gradient/decoder/layers/self_attention/value/Fp8DirectDotGeneralOp_0/output_grad_amax_history Shape: float32[16,1024] Logical: P() Physical: () I0421 08:47:18.683971 140642351560512 maxtext_utils.py:1821] params/_overwrite_with_gradient/decoder/layers/self_attention/value/Fp8DirectDotGeneralOp_0/output_grad_scale Shape: float32[16,1] Logical: P() Physical: () I0421 08:47:18.684029 140642351560512 maxtext_utils.py:1821] params/params/decoder/decoder_norm/scale Shape: float32[2048] Logical: P('norm',) Physical: (None,) I0421 08:47:18.684087 140642351560512 maxtext_utils.py:1821] params/params/decoder/layers/mlp/wi_0/kernel Shape: float32[2048,16,7168] Logical: P('embed', 'layers', 'mlp') Physical: ('fsdp', None, None) I0421 08:47:18.684126 140642351560512 maxtext_utils.py:1821] params/params/decoder/layers/mlp/wi_1/kernel Shape: float32[2048,16,7168] Logical: P('embed', 'layers', 'mlp') Physical: ('fsdp', None, None) I0421 08:47:18.684173 140642351560512 maxtext_utils.py:1821] params/params/decoder/layers/mlp/wo/kernel Shape: float32[7168,16,2048] Logical: P('mlp', 'layers', 'embed') Physical: (None, None, 'fsdp') I0421 08:47:18.684219 140642351560512 maxtext_utils.py:1821] params/params/decoder/layers/post_self_attention_layer_norm/scale Shape: float32[2048,16] Logical: P('norm', 'layers') Physical: (None, None) I0421 08:47:18.684252 140642351560512 maxtext_utils.py:1821] params/params/decoder/layers/pre_self_attention_layer_norm/scale Shape: float32[2048,16] Logical: P('norm', 'layers') Physical: (None, None) I0421 08:47:18.684298 140642351560512 maxtext_utils.py:1821] params/params/decoder/layers/self_attention/key/kernel Shape: float32[2048,16,16,128] Logical: P('embed', 'layers', 'kv_heads', 'kv_head_dim') Physical: ('fsdp', None, None, None) I0421 08:47:18.684344 140642351560512 maxtext_utils.py:1821] params/params/decoder/layers/self_attention/out/kernel Shape: float32[16,16,128,2048] Logical: P('heads', 'layers', 'kv', 'embed') Physical: (None, None, None, 'fsdp') I0421 08:47:18.684378 140642351560512 maxtext_utils.py:1821] params/params/decoder/layers/self_attention/query/kernel Shape: float32[2048,16,16,128] Logical: P('embed', 'layers', 'q_heads', 'kv') Physical: ('fsdp', None, None, None) I0421 08:47:18.684410 140642351560512 maxtext_utils.py:1821] params/params/decoder/layers/self_attention/value/kernel Shape: float32[2048,16,16,128] Logical: P('embed', 'layers', 'kv_heads', 'kv_head_dim') Physical: ('fsdp', None, None, None) I0421 08:47:18.684452 140642351560512 maxtext_utils.py:1821] params/params/decoder/logits_dense/kernel Shape: float32[2048,32000] Logical: P('embed_vocab', 'vocab') Physical: ('fsdp', None) I0421 08:47:18.684493 140642351560512 maxtext_utils.py:1821] params/params/token_embedder/embedding Shape: float32[32000,2048] Logical: P('vocab', 'embed_vocab') Physical: (None, 'fsdp') I0421 08:47:20.336683 140642351560512 train.py:157] train/xent Logical: float32[32,2048]............................................ ('activation_embed_and_logits_batch', 'activation_length'). I0421 08:47:20.336795 140642351560512 train.py:157] train/xent Physical: float32[32,2048]............................................ ('fsdp', None). I0421 08:47:20.352689 140642351560512 train.py:164] train/z_loss Logical: float32[32,2048]............................................ ('activation_embed_and_logits_batch', 'activation_length'). I0421 08:47:20.352762 140642351560512 train.py:164] train/z_loss Physical: float32[32,2048]............................................ ('fsdp', None). I0421 08:47:34.055128 140642351560512 max_utils.py:791] Total memory size: 1.5 GB, Output size: 0.4 GB, Temp size: 1.1 GB, Argument size: 0.4 GB, Host temp size: 0.0 GB. I0421 08:47:34.056007 140642351560512 metric_logger.py:301] number parameters: 1.105 billion I0421 08:47:49.108026 140642351560512 checkpointing.py:794] Waiting for step 0 to finish before checkpoint... I0421 08:47:49.398776 140642351560512 checkpointing.py:798] Waited 0.290722131729126 seconds for step 0 to finish before starting checkpointing. I0421 08:47:49.401166 140642351560512 checkpoint_manager.py:2009] [process=7][thread=MainThread][wait_until_finished] No Save Finalize thread to wait for. Returning. I0421 08:47:49.403311 140642351560512 checkpoint_manager.py:1512] [process=7] Saving checkpoint at step 0 I0421 08:47:49.404903 140642351560512 event_tracking.py:70] [process=7] [async] Started save checkpoint @ gs://lance-maxtext/linen_ckpt_xpk_feat_nnx_trainstate_and_training_loop_20260421_083238/linen_xpk_feat_nnx_trainstate_and_training_loop_20260421_083238_05_fp8/checkpoints/0. I0421 08:47:49.750866 140642351560512 signaling_client.py:364] Using JaxDistributedSignalingClient I0421 08:47:49.751859 140642351560512 jax_array_handlers.py:360] Scheduling D2H of 81 prioritized jax.Array. I0421 08:47:49.751981 140642351560512 replica_slices.py:424] Transferring arrays to host memory with options: use_replica_parallel=True, min_slice_bytes_for_replica_parallel=None, max_replicas_for_replica_parallel=None, enable_pinned_host_transfer=False I0421 08:47:50.167444 140642351560512 base_pytree_checkpoint_handler.py:154] [process=7][thread=MainThread] Initiated "orbax.checkpoint._src.serialization.jax_array_handlers.ArrayHandler".serialize. Time taken: 0.416727s I0421 08:47:50.167617 140642351560512 base_pytree_checkpoint_handler.py:130] [process=7] /jax/orbax/write/blocking_gbytes_per_sec: 3.628 GiB/s (total gbytes: 1.5 GiB) (time elapsed: 0.4251730442047119 s) (per-host) I0421 08:47:50.167668 140642351560512 base_pytree_checkpoint_handler.py:768] [process=7][thread=MainThread] Initiated Pytree async_save. Time taken: 0.425234s (batch_requests_ready=0.003379s, total_serialization_initiated=0.421787s, others=0.000068s) I0421 08:47:50.167805 140642351560512 composite_checkpoint_handler.py:715] [process=7][thread=MainThread] Initiated CompositeCheckpointHandler.async_save. Time taken: 0.429347s (all_items=0.000017s, per_item={'items': '0.00001740'}, temp_paths=0.429329) I0421 08:47:50.168604 140642351560512 event_tracking.py:125] [process=7] [async] Finished blocking save in 0.77 seconds. Continuing save @ gs://lance-maxtext/linen_ckpt_xpk_feat_nnx_trainstate_and_training_loop_20260421_083238/linen_xpk_feat_nnx_trainstate_and_training_loop_20260421_083238_05_fp8/checkpoints/0. I0421 08:47:50.168970 140513643624192 async_checkpointer.py:76] [process=7][thread=async_save] Background save thread started. Deadline for this save operation is 2026-04-21 09:07:50.168933 I0421 08:47:50.179263 140642351560512 checkpoint_manager.py:1560] [process=7][thread=MainThread][step=0] Starting CheckpointManager Save Finalize thread=save_finalize I0421 08:47:50.179576 140512598157056 async_checkpointer.py:280] [process=7][thread=save_finalize] Waiting for background save thread=async_save. I0421 08:47:50.179744 140642351560512 standard_logger.py:34] {'step': 0, 'event_type': 'save', 'directory': 'gs://lance-maxtext/linen_ckpt_xpk_feat_nnx_trainstate_and_training_loop_20260421_083238/linen_xpk_feat_nnx_trainstate_and_training_loop_20260421_083238_05_fp8/checkpoints', 'reached_preemption': False, 'preemption_received_at': None, 'synchronous': False, 'wait_for_prev_start_time': 1776761269.4011483, 'wait_for_prev_duration_secs': 6.222724914550781e-05, 'time_between_consecutive_saves_sec': None, 'checkpointer_blocking_start_time': 1776761269.4033506, 'checkpointer_blocking_duration_secs': 0.7657670974731445, 'get_old_steps_start_time': 1776761270.1691408, 'get_old_steps_duration_secs': 3.0040740966796875e-05, 'checkpoint_manager_blocking_start_time': 1776761269.3992996, 'checkpoint_manager_blocking_duration_secs': 0.7803945541381836} I0421 08:47:50.179851 140642351560512 checkpointing.py:409] Started an asynchronous checkpoint save for step 0 I0421 08:47:50.179899 140642351560512 max_utils.py:750] Memstats: After params initialized: I0421 08:47:50.179948 140642351560512 max_utils.py:756] Using (GB) 0.45 / 31.25 (1.440000%) on TPU_26(process=7,(2,6,0,0)) I0421 08:47:50.179979 140642351560512 max_utils.py:756] Using (GB) 0.45 / 31.25 (1.440000%) on TPU_27(process=7,(3,6,0,0)) I0421 08:47:50.180005 140642351560512 max_utils.py:756] Using (GB) 0.45 / 31.25 (1.440000%) on TPU_30(process=7,(2,7,0,0)) I0421 08:47:50.180030 140642351560512 max_utils.py:756] Using (GB) 0.45 / 31.25 (1.440000%) on TPU_31(process=7,(3,7,0,0)) I0421 08:47:50.495319 140642351560512 metric_logger.py:196] completed step: 0, seconds: 15.052, TFLOP/s/device: 0.903, Tokens/s/device: 136.063, total_weights: 65536, loss: 10.874, lm_loss: 10.874, perplexity: 52776.805 I0421 08:47:50.680987 140642351560512 metric_logger.py:196] completed step: 1, seconds: 1.385, TFLOP/s/device: 9.809, Tokens/s/device: 1478.454, total_weights: 65536, loss: 10.874, lm_loss: 10.874, perplexity: 52761.840 I0421 08:47:51.118836 140642351560512 metric_logger.py:196] completed step: 2, seconds: 0.028, TFLOP/s/device: 481.711, Tokens/s/device: 72608.665, total_weights: 65536, loss: 10.816, lm_loss: 10.816, perplexity: 49832.398 I0421 08:47:51.277565 140642351560512 metric_logger.py:196] completed step: 3, seconds: 0.438, TFLOP/s/device: 31.007, Tokens/s/device: 4673.654, total_weights: 65536, loss: 10.431, lm_loss: 10.431, perplexity: 33901.820 I0421 08:47:51.595844 140642351560512 metric_logger.py:196] completed step: 4, seconds: 0.164, TFLOP/s/device: 82.867, Tokens/s/device: 12490.623, total_weights: 65536, loss: 9.992, lm_loss: 9.992, perplexity: 21847.639 I0421 08:47:51.602030 140642351560512 metric_logger.py:196] completed step: 5, seconds: 0.159, TFLOP/s/device: 85.608, Tokens/s/device: 12903.795, total_weights: 65536, loss: 9.549, lm_loss: 9.549, perplexity: 14035.006 I0421 08:47:58.017717 2851 google_auth_provider.cc:181] Running on GCE, using service account 562977990677-compute@developer.gserviceaccount.com I0421 08:48:00.108915 140512606549760 array_metadata_store.py:203] [process=7][thread=array_type_handler] Wrote 81 array_metadata.ArrayMetadata to gs://lance-maxtext/linen_ckpt_xpk_feat_nnx_trainstate_and_training_loop_20260421_083238/linen_xpk_feat_nnx_trainstate_and_training_loop_20260421_083238_05_fp8/checkpoints/0/items/array_metadatas/process_7 I0421 08:48:15.351929 140513643624192 base_pytree_checkpoint_handler.py:130] [process=7] /jax/orbax/write/gbytes_per_sec: 61.687 MiB/s (total gbytes: 1.5 GiB) (time elapsed: 25.609453439712524 s) (per-host) I0421 08:48:15.352044 140513643624192 async_checkpointer.py:90] [process=7][thread=async_save] 3 Handler Commit operations completed. Time taken: 25.182965s. I0421 08:48:15.919490 140642351560512 metric_logger.py:196] completed step: 6, seconds: 0.318, TFLOP/s/device: 42.661, Tokens/s/device: 6430.283, total_weights: 65536, loss: 9.111, lm_loss: 9.111, perplexity: 9058.688 I0421 08:48:16.077965 140642351560512 metric_logger.py:196] completed step: 7, seconds: 24.160, TFLOP/s/device: 0.562, Tokens/s/device: 84.767, total_weights: 65536, loss: 8.685, lm_loss: 8.685, perplexity: 5914.720 I0421 08:48:16.236391 140642351560512 metric_logger.py:196] completed step: 8, seconds: 0.163, TFLOP/s/device: 83.195, Tokens/s/device: 12540.106, total_weights: 65536, loss: 8.281, lm_loss: 8.281, perplexity: 3950.010 I0421 08:48:16.241319 140642351560512 checkpointing.py:794] Waiting for step 10 to finish before checkpoint... I0421 08:48:16.553010 140642351560512 checkpointing.py:798] Waited 0.31165337562561035 seconds for step 10 to finish before starting checkpointing. I0421 08:48:16.555814 140642351560512 checkpoint_manager.py:2020] [process=7][thread=MainThread][step=0][wait_until_finished] Waiting for Save Finalize thread (save_finalize) to complete. I0421 08:48:23.312061 140513643624192 async_checkpointer.py:160] [process=7][thread=async_save] Background save thread done. Time taken: 33.142967s. I0421 08:48:23.312341 140512598157056 async_checkpointer.py:288] [process=7][thread=save_finalize] Done with waiting for background save thread=async_save. I0421 08:48:23.312464 140512598157056 async_checkpointer.py:298] [process=7][thread=save_finalize] No errors found in background save thread=async_save. I0421 08:48:23.312514 140512598157056 checkpoint_manager.py:2137] [process=7][thread=save_finalize][step=0] CheckpointManager Save Finalize is syncing with other hosts... I0421 08:48:23.313992 140512598157056 checkpoint_manager.py:2146] [process=7][thread=save_finalize][step=0] CheckpointManager Save Finalize is done on all hosts. I0421 08:48:23.314167 140642351560512 checkpoint_manager.py:2032] [process=7][thread=MainThread][step=0][wait_until_finished] Done waiting for Save Finalize thread (save_finalize) running at step=0. W0421 08:48:23.314296 140642351560512 checkpoint_manager.py:1452] Waiting for previous save to complete took 6.758482 seconds. If this number is high, consider checkpointing less frequently. I0421 08:48:23.316150 140642351560512 checkpoint_manager.py:1512] [process=7] Saving checkpoint at step 10 I0421 08:48:23.318500 140642351560512 event_tracking.py:70] [process=7] [async] Started save checkpoint @ gs://lance-maxtext/linen_ckpt_xpk_feat_nnx_trainstate_and_training_loop_20260421_083238/linen_xpk_feat_nnx_trainstate_and_training_loop_20260421_083238_05_fp8/checkpoints/10. I0421 08:48:24.036188 140642351560512 jax_array_handlers.py:360] Scheduling D2H of 81 prioritized jax.Array. I0421 08:48:24.036285 140642351560512 replica_slices.py:424] Transferring arrays to host memory with options: use_replica_parallel=True, min_slice_bytes_for_replica_parallel=None, max_replicas_for_replica_parallel=None, enable_pinned_host_transfer=False I0421 08:48:24.086996 140642351560512 base_pytree_checkpoint_handler.py:154] [process=7][thread=MainThread] Initiated "orbax.checkpoint._src.serialization.jax_array_handlers.ArrayHandler".serialize. Time taken: 0.051820s I0421 08:48:24.087168 140642351560512 base_pytree_checkpoint_handler.py:130] [process=7] /jax/orbax/write/blocking_gbytes_per_sec: 26.608 GiB/s (total gbytes: 1.5 GiB) (time elapsed: 0.05798029899597168 s) (per-host) I0421 08:48:24.087218 140642351560512 base_pytree_checkpoint_handler.py:768] [process=7][thread=MainThread] Initiated Pytree async_save. Time taken: 0.058041s (batch_requests_ready=0.003072s, total_serialization_initiated=0.054899s, others=0.000069s) I0421 08:48:24.087322 140642351560512 composite_checkpoint_handler.py:715] [process=7][thread=MainThread] Initiated CompositeCheckpointHandler.async_save. Time taken: 0.062251s (all_items=0.000015s, per_item={'items': '0.00001478'}, temp_paths=0.062236) I0421 08:48:24.087982 140642351560512 event_tracking.py:125] [process=7] [async] Finished blocking save in 0.77 seconds. Continuing save @ gs://lance-maxtext/linen_ckpt_xpk_feat_nnx_trainstate_and_training_loop_20260421_083238/linen_xpk_feat_nnx_trainstate_and_training_loop_20260421_083238_05_fp8/checkpoints/10. I0421 08:48:24.088369 140511494633216 async_checkpointer.py:76] [process=7][thread=async_save] Background save thread started. Deadline for this save operation is 2026-04-21 09:08:24.088333 I0421 08:48:24.090327 140642351560512 checkpoint_manager.py:1560] [process=7][thread=MainThread][step=10] Starting CheckpointManager Save Finalize thread=save_finalize I0421 08:48:24.090601 140512598157056 async_checkpointer.py:280] [process=7][thread=save_finalize] Waiting for background save thread=async_save. I0421 08:48:24.090769 140642351560512 standard_logger.py:34] {'step': 10, 'event_type': 'save', 'directory': 'gs://lance-maxtext/linen_ckpt_xpk_feat_nnx_trainstate_and_training_loop_20260421_083238/linen_xpk_feat_nnx_trainstate_and_training_loop_20260421_083238_05_fp8/checkpoints', 'reached_preemption': False, 'preemption_received_at': None, 'synchronous': False, 'wait_for_prev_start_time': 1776761296.5557845, 'wait_for_prev_duration_secs': 6.758482456207275, 'time_between_consecutive_saves_sec': None, 'checkpointer_blocking_start_time': 1776761303.3161867, 'checkpointer_blocking_duration_secs': 0.7722911834716797, 'get_old_steps_start_time': 1776761304.088498, 'get_old_steps_duration_secs': 2.956390380859375e-05, 'checkpoint_manager_blocking_start_time': 1776761296.5538652, 'checkpoint_manager_blocking_duration_secs': 7.536859750747681} I0421 08:48:24.090878 140642351560512 checkpointing.py:409] Started an asynchronous checkpoint save for step 10 I0421 08:48:24.091538 140642351560512 metric_logger.py:196] completed step: 9, seconds: 0.158, TFLOP/s/device: 85.807, Tokens/s/device: 12933.784, total_weights: 65536, loss: 7.908, lm_loss: 7.908, perplexity: 2720.116 I0421 08:48:24.098305 140642351560512 metric_logger.py:196] completed step: 10, seconds: 0.158, TFLOP/s/device: 85.794, Tokens/s/device: 12931.742, total_weights: 65536, loss: 7.568, lm_loss: 7.568, perplexity: 1936.198 I0421 08:48:24.256994 140642351560512 metric_logger.py:196] completed step: 11, seconds: 7.855, TFLOP/s/device: 1.730, Tokens/s/device: 260.727, total_weights: 65536, loss: 7.288, lm_loss: 7.288, perplexity: 1463.272 I0421 08:48:24.415906 140642351560512 metric_logger.py:196] completed step: 12, seconds: 0.006, TFLOP/s/device: 2299.396, Tokens/s/device: 346589.948, total_weights: 65536, loss: 7.032, lm_loss: 7.032, perplexity: 1132.061 I0421 08:48:24.973446 140642351560512 metric_logger.py:196] completed step: 13, seconds: 0.160, TFLOP/s/device: 85.021, Tokens/s/device: 12815.218, total_weights: 65536, loss: 6.815, lm_loss: 6.815, perplexity: 911.031 I0421 08:48:25.131870 140642351560512 metric_logger.py:196] completed step: 14, seconds: 0.553, TFLOP/s/device: 24.552, Tokens/s/device: 3700.692, total_weights: 65536, loss: 6.635, lm_loss: 6.635, perplexity: 761.080 I0421 08:48:25.290119 140642351560512 metric_logger.py:196] completed step: 15, seconds: 0.163, TFLOP/s/device: 83.407, Tokens/s/device: 12571.976, total_weights: 65536, loss: 6.492, lm_loss: 6.492, perplexity: 659.915 I0421 08:48:25.448150 140642351560512 metric_logger.py:196] completed step: 16, seconds: 0.158, TFLOP/s/device: 85.775, Tokens/s/device: 12928.885, total_weights: 65536, loss: 6.380, lm_loss: 6.380, perplexity: 589.948 I0421 08:48:25.606317 140642351560512 metric_logger.py:196] completed step: 17, seconds: 0.158, TFLOP/s/device: 85.826, Tokens/s/device: 12936.562, total_weights: 65536, loss: 6.293, lm_loss: 6.293, perplexity: 540.941 I0421 08:48:25.764596 140642351560512 metric_logger.py:196] completed step: 18, seconds: 0.158, TFLOP/s/device: 86.007, Tokens/s/device: 12963.912, total_weights: 65536, loss: 6.223, lm_loss: 6.223, perplexity: 504.108 I0421 08:48:25.922172 140642351560512 checkpointing.py:794] Waiting for step 19 to finish before checkpoint... I0421 08:48:25.923164 140642351560512 checkpointing.py:798] Waited 0.0010123252868652344 seconds for step 19 to finish before starting checkpointing. I0421 08:48:25.925209 140642351560512 checkpoint_manager.py:2020] [process=7][thread=MainThread][step=10][wait_until_finished] Waiting for Save Finalize thread (save_finalize) to complete. I0421 08:48:31.055653 140509905409792 array_metadata_store.py:203] [process=7][thread=array_type_handler] Wrote 81 array_metadata.ArrayMetadata to gs://lance-maxtext/linen_ckpt_xpk_feat_nnx_trainstate_and_training_loop_20260421_083238/linen_xpk_feat_nnx_trainstate_and_training_loop_20260421_083238_05_fp8/checkpoints/10/items/array_metadatas/process_7 I0421 08:49:07.076150 140511494633216 base_pytree_checkpoint_handler.py:130] [process=7] /jax/orbax/write/gbytes_per_sec: 36.699 MiB/s (total gbytes: 1.5 GiB) (time elapsed: 43.04692554473877 s) (per-host) I0421 08:49:07.076275 140511494633216 async_checkpointer.py:90] [process=7][thread=async_save] 3 Handler Commit operations completed. Time taken: 42.987248s. I0421 08:49:15.532143 140511494633216 async_checkpointer.py:160] [process=7][thread=async_save] Background save thread done. Time taken: 51.443100s. I0421 08:49:15.532424 140512598157056 async_checkpointer.py:288] [process=7][thread=save_finalize] Done with waiting for background save thread=async_save. I0421 08:49:15.532549 140512598157056 async_checkpointer.py:298] [process=7][thread=save_finalize] No errors found in background save thread=async_save. I0421 08:49:15.532599 140512598157056 checkpoint_manager.py:2137] [process=7][thread=save_finalize][step=10] CheckpointManager Save Finalize is syncing with other hosts... I0421 08:49:15.534027 140512598157056 checkpoint_manager.py:2146] [process=7][thread=save_finalize][step=10] CheckpointManager Save Finalize is done on all hosts. I0421 08:49:15.534203 140642351560512 checkpoint_manager.py:2032] [process=7][thread=MainThread][step=10][wait_until_finished] Done waiting for Save Finalize thread (save_finalize) running at step=10. W0421 08:49:15.534324 140642351560512 checkpoint_manager.py:1452] Waiting for previous save to complete took 49.609122 seconds. If this number is high, consider checkpointing less frequently. I0421 08:49:15.535992 140642351560512 checkpoint_manager.py:1512] [process=7] Saving checkpoint at step 19 I0421 08:49:15.537937 140642351560512 event_tracking.py:70] [process=7] [async] Started save checkpoint @ gs://lance-maxtext/linen_ckpt_xpk_feat_nnx_trainstate_and_training_loop_20260421_083238/linen_xpk_feat_nnx_trainstate_and_training_loop_20260421_083238_05_fp8/checkpoints/19. I0421 08:49:16.263781 140642351560512 jax_array_handlers.py:360] Scheduling D2H of 81 prioritized jax.Array. I0421 08:49:16.263878 140642351560512 replica_slices.py:424] Transferring arrays to host memory with options: use_replica_parallel=True, min_slice_bytes_for_replica_parallel=None, max_replicas_for_replica_parallel=None, enable_pinned_host_transfer=False I0421 08:49:16.316092 140642351560512 base_pytree_checkpoint_handler.py:154] [process=7][thread=MainThread] Initiated "orbax.checkpoint._src.serialization.jax_array_handlers.ArrayHandler".serialize. Time taken: 0.053190s I0421 08:49:16.316249 140642351560512 base_pytree_checkpoint_handler.py:130] [process=7] /jax/orbax/write/blocking_gbytes_per_sec: 25.960 GiB/s (total gbytes: 1.5 GiB) (time elapsed: 0.05942797660827637 s) (per-host) I0421 08:49:16.316296 140642351560512 base_pytree_checkpoint_handler.py:768] [process=7][thread=MainThread] Initiated Pytree async_save. Time taken: 0.059484s (batch_requests_ready=0.003019s, total_serialization_initiated=0.056405s, others=0.000061s) I0421 08:49:16.316395 140642351560512 composite_checkpoint_handler.py:715] [process=7][thread=MainThread] Initiated CompositeCheckpointHandler.async_save. Time taken: 0.063583s (all_items=0.000010s, per_item={'items': '0.00000978'}, temp_paths=0.063574) I0421 08:49:16.317056 140642351560512 event_tracking.py:125] [process=7] [async] Finished blocking save in 0.78 seconds. Continuing save @ gs://lance-maxtext/linen_ckpt_xpk_feat_nnx_trainstate_and_training_loop_20260421_083238/linen_xpk_feat_nnx_trainstate_and_training_loop_20260421_083238_05_fp8/checkpoints/19. I0421 08:49:16.317385 140509905409792 async_checkpointer.py:76] [process=7][thread=async_save] Background save thread started. Deadline for this save operation is 2026-04-21 09:09:16.317349 I0421 08:49:16.319293 140642351560512 checkpoint_manager.py:1560] [process=7][thread=MainThread][step=19] Starting CheckpointManager Save Finalize thread=save_finalize I0421 08:49:16.319596 140512598157056 async_checkpointer.py:280] [process=7][thread=save_finalize] Waiting for background save thread=async_save. I0421 08:49:16.319759 140642351560512 standard_logger.py:34] {'step': 19, 'event_type': 'save', 'directory': 'gs://lance-maxtext/linen_ckpt_xpk_feat_nnx_trainstate_and_training_loop_20260421_083238/linen_xpk_feat_nnx_trainstate_and_training_loop_20260421_083238_05_fp8/checkpoints', 'reached_preemption': False, 'preemption_received_at': None, 'synchronous': False, 'wait_for_prev_start_time': 1776761305.9251795, 'wait_for_prev_duration_secs': 49.609121561050415, 'time_between_consecutive_saves_sec': 2.611144542694092, 'checkpointer_blocking_start_time': 1776761355.5360754, 'checkpointer_blocking_duration_secs': 0.7814509868621826, 'get_old_steps_start_time': 1776761356.3175416, 'get_old_steps_duration_secs': 2.6226043701171875e-05, 'checkpoint_manager_blocking_start_time': 1776761305.9234402, 'checkpoint_manager_blocking_duration_secs': 50.396281242370605} I0421 08:49:16.319865 140642351560512 checkpointing.py:409] Started an asynchronous checkpoint save for step 19 I0421 08:49:16.319907 140642351560512 checkpoint_manager.py:2020] [process=7][thread=MainThread][step=19][wait_until_finished] Waiting for Save Finalize thread (save_finalize) to complete. I0421 08:49:22.256639 140510979151616 array_metadata_store.py:203] [process=7][thread=array_type_handler] Wrote 81 array_metadata.ArrayMetadata to gs://lance-maxtext/linen_ckpt_xpk_feat_nnx_trainstate_and_training_loop_20260421_083238/linen_xpk_feat_nnx_trainstate_and_training_loop_20260421_083238_05_fp8/checkpoints/19/items/array_metadatas/process_7 I0421 08:49:58.267204 140509905409792 base_pytree_checkpoint_handler.py:130] [process=7] /jax/orbax/write/gbytes_per_sec: 37.604 MiB/s (total gbytes: 1.5 GiB) (time elapsed: 42.01034116744995 s) (per-host) I0421 08:49:58.267330 140509905409792 async_checkpointer.py:90] [process=7][thread=async_save] 3 Handler Commit operations completed. Time taken: 41.949833s. I0421 08:50:05.631032 140509905409792 async_checkpointer.py:160] [process=7][thread=async_save] Background save thread done. Time taken: 49.313521s. I0421 08:50:05.631361 140512598157056 async_checkpointer.py:288] [process=7][thread=save_finalize] Done with waiting for background save thread=async_save. I0421 08:50:05.631476 140512598157056 async_checkpointer.py:298] [process=7][thread=save_finalize] No errors found in background save thread=async_save. I0421 08:50:05.631518 140512598157056 checkpoint_manager.py:2137] [process=7][thread=save_finalize][step=19] CheckpointManager Save Finalize is syncing with other hosts... I0421 08:50:05.633282 140512598157056 checkpoint_manager.py:2146] [process=7][thread=save_finalize][step=19] CheckpointManager Save Finalize is done on all hosts. I0421 08:50:05.633456 140642351560512 checkpoint_manager.py:2032] [process=7][thread=MainThread][step=19][wait_until_finished] Done waiting for Save Finalize thread (save_finalize) running at step=19. I0421 08:50:05.633606 140642351560512 checkpoint_manager.py:2009] [process=7][thread=MainThread][wait_until_finished] No Save Finalize thread to wait for. Returning. I0421 08:50:05.634551 140642351560512 metric_logger.py:196] completed step: 19, seconds: 0.158, TFLOP/s/device: 85.939, Tokens/s/device: 12953.663, total_weights: 65536, loss: 6.167, lm_loss: 6.167, perplexity: 476.947 Per train step: Total TFLOPs: 13.59 split as 93.93% learnable weight flops and 6.07% attention flops XPK End: Tue Apr 21 08:50:18 UTC 2026 EXIT_CODE=0