main (586e69205) vs feat/nnx-post-train-fixes (7f06c99ac)| Metric | main 586e69205 | feat/nnx-post-train-fixes 7f06c99ac | Diff (feat/nnx-post-train-fixes − main) |
|---|---|---|---|
| Parameters | 1.104 billion | 1.104 billion | — |
| Final loss | 5.3910 | 5.3910 | 0 |
| TFLOP/s | 92.320 | 92.209 | -0.111 |
| Tok/s | 13915.4 | 13898.8 | -16.621 |
| Avg s/step | 8.472 | 8.544 | +0.072 |
| Memory % | 1.38 | 1.38 | 0 |
| JAX | 0.9.2 | 0.9.2 | — |
Diff = branch value − main value. Green = branch improved. Red = branch regressed.
XPK Start: Thu Apr 23 08:51:46 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-23 08:52:11.120910: 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) I0423 08:52:11.334999 132312705558336 max_utils.py:273] Attempting to initialize the jax distributed system... I0423 08:52:20.378240 132312705558336 distributed.py:149] Starting JAX distributed service on [::]:8482 I0423 08:52:20.380506 132312705558336 distributed.py:172] Connecting to JAX distributed service on mt-16-zarr3-false-rs-w2q9x-slice-job-0-0.mt-16-zarr3-false-rs-w2q9x:8482 I0423 08:52:22.207002 132312705558336 max_utils.py:284] Jax distributed system initialized! I0423 08:52:28.498000 132312705558336 max_utils.py:800] System Information: Jax Version: 0.9.2 I0423 08:52:28.498121 132312705558336 max_utils.py:801] System Information: Jaxlib Version: 0.9.2 I0423 08:52:28.498162 132312705558336 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 I0423 08:52:28.498198 132312705558336 train_utils.py:361] WARNING: Sequence packing is essentially ignored for synthetic data. Please use a real dataset to use sequence packing. I0423 08:52:29.194566 132312705558336 maxtext_utils.py:1604] Num_devices: 32, shape (1, 1, 1, 32, 1, 1, 1, 1, 1, 1, 1, 1, 1) I0423 08:52:29.194851 132312705558336 checkpointing.py:677] Setting up checkpoint logger... I0423 08:52:29.194905 132312705558336 checkpointing.py:233] Creating checkpoint manager with ocdbt=True and zarr3=False I0423 08:52:29.194949 132312705558336 pytree_checkpoint_handler.py:592] save_device_host_concurrent_bytes=None I0423 08:52:29.195310 132312705558336 base_pytree_checkpoint_handler.py:441] Created BasePyTreeCheckpointHandler: use_ocdbt=True, use_zarr3=False, pytree_metadata_options=PyTreeMetadataOptions(support_rich_types=False), array_metadata_store=<orbax.checkpoint._src.metadata.array_metadata_store.Store object at 0x7855d2d107a0>, enable_pinned_host_transfer=False, save_concurrent_bytes: 96000000000 (89.4 GiB), restore_concurrent_bytes: 96000000000 (89.4 GiB) I0423 08:52:30.492290 132312705558336 checkpointing.py:265] Enabling policy for fixed interval checkpointing. I0423 08:52:30.492525 132312705558336 checkpoint_manager.py:708] [process=6][thread=MainThread] CheckpointManager init: checkpointers=None, item_names=('items',), item_handlers={'items': <orbax.checkpoint._src.handlers.pytree_checkpoint_handler.PyTreeCheckpointHandler object at 0x7841b812ae70>}, handler_registry=None I0423 08:52:30.492758 132312705558336 composite_checkpoint_handler.py:237] Deferred registration for item: "items". Adding handler `<orbax.checkpoint._src.handlers.pytree_checkpoint_handler.PyTreeCheckpointHandler object at 0x7841b812ae70>` 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`. I0423 08:52:30.492809 132312705558336 composite_checkpoint_handler.py:237] Deferred registration for item: "metrics". Adding handler `<orbax.checkpoint._src.handlers.json_checkpoint_handler.JsonCheckpointHandler object at 0x7841b812ee10>` 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`. I0423 08:52:30.492846 132312705558336 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 0x7841b812ae70>, ('items', <class 'orbax.checkpoint._src.handlers.pytree_checkpoint_handler.PyTreeRestoreArgs'>): <orbax.checkpoint._src.handlers.pytree_checkpoint_handler.PyTreeCheckpointHandler object at 0x7841b812ae70>, ('metrics', <class 'orbax.checkpoint._src.handlers.json_checkpoint_handler.JsonSaveArgs'>): <orbax.checkpoint._src.handlers.json_checkpoint_handler.JsonCheckpointHandler object at 0x7841b812ee10>, ('metrics', <class 'orbax.checkpoint._src.handlers.json_checkpoint_handler.JsonRestoreArgs'>): <orbax.checkpoint._src.handlers.json_checkpoint_handler.JsonCheckpointHandler object at 0x7841b812ee10>}). I0423 08:52:30.493178 132312705558336 abstract_checkpointer.py:35] orbax-checkpoint version: 0.11.34 I0423 08:52:30.493254 132312705558336 async_checkpointer.py:192] [process=6][thread=MainThread] Using barrier_sync_fn: <function get_barrier_sync_fn.<locals>._fn at 0x7841887a5a80> timeout: 1200 secs and primary_host=0 for async checkpoint writes I0423 08:52:32.436202 132191526819584 checkpoint.py:228] Read Metadata={'item_handlers': {'items': 'orbax.checkpoint._src.handlers.pytree_checkpoint_handler.PyTreeCheckpointHandler'}, 'metrics': {}, 'performance_metrics': {}, 'init_timestamp_nsecs': 1776934084443042511, 'commit_timestamp_nsecs': 1776934131625524951, 'custom_metadata': {}} from gs://lance-maxtext/linen_ckpt_xpk_main_20260423_071538/linen_xpk_main_20260423_071538_16_zarr3_false/checkpoints/0/_CHECKPOINT_METADATA I0423 08:52:32.689230 132191526819584 checkpoint_manager.py:1871] Missing metrics for step 0 I0423 08:52:33.512684 132312705558336 checkpoint_manager.py:1812] Found 3 checkpoint steps in gs://lance-maxtext/linen_ckpt_xpk_main_20260423_071538/linen_xpk_main_20260423_071538_16_zarr3_false/checkpoints I0423 08:52:33.515269 132312705558336 checkpoint_manager.py:929] [process=6][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=5), 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_20260423_071538/linen_xpk_main_20260423_071538_16_zarr3_false/checkpoints: <orbax.checkpoint.checkpoint_manager.CheckpointManager object at 0x7841b812d6a0> I0423 08:52:33.515383 132312705558336 checkpointing.py:301] Checkpoint manager created! I0423 08:52:34.448889 132312705558336 nnx_wrappers.py:437] Unknown Logical: bfloat16[32,2048,2048]...................................... ('activation_batch', 'activation_norm_length', 'activation_embed'). I0423 08:52:34.449011 132312705558336 nnx_wrappers.py:437] Unknown Physical: bfloat16[32,2048,2048]...................................... ('fsdp', None, None). I0423 08:52:34.835207 132312705558336 attentions.py:1088] attentions/inputs_q Logical: bfloat16[32,2048,2048]...................................... ('activation_batch_attn', 'activation_length_attn', 'activation_embed_attn'). I0423 08:52:34.835298 132312705558336 attentions.py:1088] attentions/inputs_q Physical: bfloat16[32,2048,2048]...................................... ('fsdp', None, None). I0423 08:52:34.852027 132312705558336 attentions.py:1089] attentions/inputs_kv Logical: bfloat16[32,2048,2048]...................................... ('activation_batch_attn', 'activation_length_attn', 'activation_embed_attn'). I0423 08:52:34.852088 132312705558336 attentions.py:1089] attentions/inputs_kv Physical: bfloat16[32,2048,2048]...................................... ('fsdp', None, None). I0423 08:52:34.876164 132312705558336 attentions.py:1154] attentions/query Logical: bfloat16[32,2048,16,128].................................... ('activation_kv_batch', 'activation_length_attn', 'activation_kv_heads', 'activation_kv_head_dim'). I0423 08:52:34.876233 132312705558336 attentions.py:1154] attentions/query Physical: bfloat16[32,2048,16,128].................................... ('fsdp', None, None, None). I0423 08:52:34.892980 132312705558336 attentions.py:1155] attentions/key Logical: bfloat16[32,2048,16,128].................................... ('activation_kv_batch', 'activation_length_attn', 'activation_kv_heads', 'activation_kv_head_dim'). I0423 08:52:34.893044 132312705558336 attentions.py:1155] attentions/key Physical: bfloat16[32,2048,16,128].................................... ('fsdp', None, None, None). I0423 08:52:34.909823 132312705558336 attentions.py:1156] attentions/value Logical: bfloat16[32,2048,16,128].................................... ('activation_kv_batch', 'activation_length_attn', 'activation_kv_heads', 'activation_kv_head_dim'). I0423 08:52:34.909888 132312705558336 attentions.py:1156] attentions/value Physical: bfloat16[32,2048,16,128].................................... ('fsdp', None, None, None). I0423 08:52:34.937742 132312705558336 attentions.py:1198] attentions/out Logical: bfloat16[32,2048,16,128].................................... ('activation_batch_attn', 'activation_length_attn', 'activation_heads', 'activation_kv'). I0423 08:52:34.937873 132312705558336 attentions.py:1198] attentions/out Physical: bfloat16[32,2048,16,128].................................... ('fsdp', None, None, None). I0423 08:52:34.964229 132312705558336 linears.py:525] linears/x Logical: bfloat16[32,2048,7168]...................................... ('activation_batch', 'activation_length', 'activation_mlp'). I0423 08:52:34.964296 132312705558336 linears.py:525] linears/x Physical: bfloat16[32,2048,7168]...................................... ('fsdp', None, None). I0423 08:52:35.182181 132312705558336 checkpointing.py:577] checkpoint manager exists so trying to load this run's existing checkpoint I0423 08:52:35.182294 132312705558336 checkpointing.py:581] restoring from this run's directory step 9 I0423 08:52:35.864939 132312705558336 event_tracking.py:70] [process=6] [sync] Started load checkpoint @ gs://lance-maxtext/linen_ckpt_xpk_main_20260423_071538/linen_xpk_main_20260423_071538_16_zarr3_false/checkpoints/9. I0423 08:52:36.980544 132312705558336 checkpointer.py:307] Restoring checkpoint from gs://lance-maxtext/linen_ckpt_xpk_main_20260423_071538/linen_xpk_main_20260423_071538_16_zarr3_false/checkpoints/9. I0423 08:52:36.980986 132312705558336 event_tracking.py:125] [process=6] [sync] Finished blocking load in 1.12 seconds. Continuing load @ gs://lance-maxtext/linen_ckpt_xpk_main_20260423_071538/linen_xpk_main_20260423_071538_16_zarr3_false/checkpoints/9. I0423 08:52:39.339218 1454 google_auth_provider.cc:181] Running on GCE, using service account 562977990677-compute@developer.gserviceaccount.com I0423 08:52:46.305705 132312705558336 jax_array_handlers.py:843] [process=6] /jax/orbax/read/worker/io/requested throughput: 226.649 MiB/s (total gbytes: 1.5 GiB) (time elapsed: 6.972342014312744 s) (per-host) I0423 08:52:46.311295 132312705558336 base_pytree_checkpoint_handler.py:130] [process=6] /jax/checkpoint/read/gbytes_per_sec: 202.963 MiB/s (total gbytes: 1.5 GiB) (time elapsed: 7.797441005706787 s) (per-host) I0423 08:52:46.313577 132312705558336 event_tracking.py:138] [process=6] [sync] Finished load in 10.45 seconds @ gs://lance-maxtext/linen_ckpt_xpk_main_20260423_071538/linen_xpk_main_20260423_071538_16_zarr3_false/checkpoints/9 I0423 08:52:46.313673 132312705558336 standard_logger.py:34] {'step': 9, 'event_type': 'restore', 'directory': 'gs://lance-maxtext/linen_ckpt_xpk_main_20260423_071538/linen_xpk_main_20260423_071538_16_zarr3_false/checkpoints', 'checkpointer_start_time': 1776934355.8648388, 'checkpointer_duration_secs': 10.448805809020996, 'checkpoint_manager_start_time': 1776934355.1825554, 'checkpoint_manager_duration_secs': 11.131090879440308} fsdp: 32 I0423 08:52:46.738494 132312705558336 maxtext_utils.py:1707] params/params/decoder/decoder_norm/scale Shape: float32[2048] Logical: P('norm',) Physical: (None,) I0423 08:52:46.738624 132312705558336 maxtext_utils.py:1707] params/params/decoder/layers/mlp/wi_0/kernel Shape: float32[2048,16,7168] Logical: P('embed', 'layers', 'mlp') Physical: ('fsdp', None, None) I0423 08:52:46.738677 132312705558336 maxtext_utils.py:1707] params/params/decoder/layers/mlp/wi_1/kernel Shape: float32[2048,16,7168] Logical: P('embed', 'layers', 'mlp') Physical: ('fsdp', None, None) I0423 08:52:46.738736 132312705558336 maxtext_utils.py:1707] params/params/decoder/layers/mlp/wo/kernel Shape: float32[7168,16,2048] Logical: P('mlp', 'layers', 'embed') Physical: (None, None, 'fsdp') I0423 08:52:46.738791 132312705558336 maxtext_utils.py:1707] params/params/decoder/layers/post_self_attention_layer_norm/scale Shape: float32[2048,16] Logical: P('norm', 'layers') Physical: (None, None) I0423 08:52:46.738830 132312705558336 maxtext_utils.py:1707] params/params/decoder/layers/pre_self_attention_layer_norm/scale Shape: float32[2048,16] Logical: P('norm', 'layers') Physical: (None, None) I0423 08:52:46.738882 132312705558336 maxtext_utils.py:1707] 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) I0423 08:52:46.738935 132312705558336 maxtext_utils.py:1707] 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') I0423 08:52:46.738976 132312705558336 maxtext_utils.py:1707] 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) I0423 08:52:46.739012 132312705558336 maxtext_utils.py:1707] 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) I0423 08:52:46.739059 132312705558336 maxtext_utils.py:1707] params/params/decoder/logits_dense/kernel Shape: float32[2048,32000] Logical: P('embed_vocab', 'vocab') Physical: ('fsdp', None) I0423 08:52:46.739117 132312705558336 maxtext_utils.py:1707] params/params/token_embedder/embedding Shape: float32[32000,2048] Logical: P('vocab', 'embed_vocab') Physical: (None, 'fsdp') I0423 08:52:47.233192 132312705558336 train.py:155] train/xent Logical: float32[32,2048]............................................ ('activation_embed_and_logits_batch', 'activation_length'). I0423 08:52:47.233297 132312705558336 train.py:155] train/xent Physical: float32[32,2048]............................................ ('fsdp', None). I0423 08:52:47.249214 132312705558336 train.py:162] train/z_loss Logical: float32[32,2048]............................................ ('activation_embed_and_logits_batch', 'activation_length'). I0423 08:52:47.249276 132312705558336 train.py:162] train/z_loss Physical: float32[32,2048]............................................ ('fsdp', None). I0423 08:52:58.309307 132312705558336 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. I0423 08:52:58.310057 132312705558336 metric_logger.py:301] number parameters: 1.104 billion I0423 08:53:09.933928 132312705558336 checkpointing.py:772] Waiting for step 10 to finish before checkpoint... I0423 08:53:10.086792 132312705558336 checkpointing.py:776] Waited 0.15284252166748047 seconds for step 10 to finish before starting checkpointing. I0423 08:53:10.089290 132312705558336 checkpoint_manager.py:2009] [process=6][thread=MainThread][wait_until_finished] No Save Finalize thread to wait for. Returning. I0423 08:53:10.091183 132312705558336 checkpoint_manager.py:1512] [process=6] Saving checkpoint at step 10 I0423 08:53:10.092933 132312705558336 event_tracking.py:70] [process=6] [async] Started save checkpoint @ gs://lance-maxtext/linen_ckpt_xpk_main_20260423_071538/linen_xpk_main_20260423_071538_16_zarr3_false/checkpoints/10. I0423 08:53:10.851048 132312705558336 signaling_client.py:364] Using JaxDistributedSignalingClient I0423 08:53:10.852146 132312705558336 jax_array_handlers.py:360] Scheduling D2H of 39 prioritized jax.Array. I0423 08:53:10.852202 132312705558336 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 I0423 08:53:11.135125 132312705558336 base_pytree_checkpoint_handler.py:154] [process=6][thread=MainThread] Initiated "orbax.checkpoint._src.serialization.jax_array_handlers.ArrayHandler".serialize. Time taken: 0.284149s I0423 08:53:11.135303 132312705558336 base_pytree_checkpoint_handler.py:130] [process=6] /jax/orbax/write/blocking_gbytes_per_sec: 5.356 GiB/s (total gbytes: 1.5 GiB) (time elapsed: 0.2880263328552246 s) (per-host) I0423 08:53:11.135354 132312705558336 base_pytree_checkpoint_handler.py:768] [process=6][thread=MainThread] Initiated Pytree async_save. Time taken: 0.288089s (batch_requests_ready=0.002183s, total_serialization_initiated=0.285835s, others=0.000071s) I0423 08:53:11.135444 132312705558336 composite_checkpoint_handler.py:715] [process=6][thread=MainThread] Initiated CompositeCheckpointHandler.async_save. Time taken: 0.292186s (all_items=0.000016s, per_item={'items': '0.00001645'}, temp_paths=0.292169) I0423 08:53:11.136127 132312705558336 event_tracking.py:125] [process=6] [async] Finished blocking save in 1.04 seconds. Continuing save @ gs://lance-maxtext/linen_ckpt_xpk_main_20260423_071538/linen_xpk_main_20260423_071538_16_zarr3_false/checkpoints/10. I0423 08:53:11.136475 132190948017920 async_checkpointer.py:76] [process=6][thread=async_save] Background save thread started. Deadline for this save operation is 2026-04-23 09:13:11.136435 I0423 08:53:11.138536 132312705558336 checkpoint_manager.py:1560] [process=6][thread=MainThread][step=10] Starting CheckpointManager Save Finalize thread=save_finalize I0423 08:53:11.138881 132187710703360 async_checkpointer.py:280] [process=6][thread=save_finalize] Waiting for background save thread=async_save. I0423 08:53:11.139043 132312705558336 standard_logger.py:34] {'step': 10, 'event_type': 'save', 'directory': 'gs://lance-maxtext/linen_ckpt_xpk_main_20260423_071538/linen_xpk_main_20260423_071538_16_zarr3_false/checkpoints', 'reached_preemption': False, 'preemption_received_at': None, 'synchronous': False, 'wait_for_prev_start_time': 1776934390.0892642, 'wait_for_prev_duration_secs': 6.628036499023438e-05, 'time_between_consecutive_saves_sec': None, 'checkpointer_blocking_start_time': 1776934390.0912662, 'checkpointer_blocking_duration_secs': 1.0453650951385498, 'get_old_steps_start_time': 1776934391.1366534, 'get_old_steps_duration_secs': 3.075599670410156e-05, 'checkpoint_manager_blocking_start_time': 1776934390.0873528, 'checkpoint_manager_blocking_duration_secs': 1.0516481399536133} I0423 08:53:11.139169 132312705558336 checkpointing.py:408] Started an asynchronous checkpoint save for step 10 I0423 08:53:11.139224 132312705558336 max_utils.py:750] Memstats: After params initialized: I0423 08:53:11.139279 132312705558336 max_utils.py:756] Using (GB) 0.43 / 31.25 (1.376000%) on TPU_24(process=6,(0,6,0,0)) I0423 08:53:11.139319 132312705558336 max_utils.py:756] Using (GB) 0.43 / 31.25 (1.376000%) on TPU_25(process=6,(1,6,0,0)) I0423 08:53:11.139348 132312705558336 max_utils.py:756] Using (GB) 0.43 / 31.25 (1.376000%) on TPU_28(process=6,(0,7,0,0)) I0423 08:53:11.139374 132312705558336 max_utils.py:756] Using (GB) 0.43 / 31.25 (1.376000%) on TPU_29(process=6,(1,7,0,0)) I0423 08:53:11.446725 132312705558336 metric_logger.py:196] completed step: 10, seconds: 11.624, TFLOP/s/device: 1.169, Tokens/s/device: 176.191, total_weights: 65536, loss: 6.833, lm_loss: 6.833, perplexity: 927.869 I0423 08:53:11.626476 132312705558336 metric_logger.py:196] completed step: 11, seconds: 1.511, TFLOP/s/device: 8.991, Tokens/s/device: 1355.214, total_weights: 65536, loss: 6.527, lm_loss: 6.527, perplexity: 683.659 I0423 08:53:11.774052 132312705558336 metric_logger.py:196] completed step: 12, seconds: 0.033, TFLOP/s/device: 417.911, Tokens/s/device: 62992.126, total_weights: 65536, loss: 6.265, lm_loss: 6.265, perplexity: 526.068 I0423 08:53:11.921521 132312705558336 metric_logger.py:196] completed step: 13, seconds: 0.153, TFLOP/s/device: 88.667, Tokens/s/device: 13364.918, total_weights: 65536, loss: 6.045, lm_loss: 6.045, perplexity: 422.001 I0423 08:53:11.925940 132312705558336 checkpointing.py:772] Waiting for step 15 to finish before checkpoint... I0423 08:53:12.215640 132312705558336 checkpointing.py:776] Waited 0.28966498374938965 seconds for step 15 to finish before starting checkpointing. I0423 08:53:12.218687 132312705558336 checkpoint_manager.py:2020] [process=6][thread=MainThread][step=10][wait_until_finished] Waiting for Save Finalize thread (save_finalize) to complete. I0423 08:53:16.580318 132188238485248 array_metadata_store.py:203] [process=6][thread=array_type_handler] Wrote 39 array_metadata.ArrayMetadata to gs://lance-maxtext/linen_ckpt_xpk_main_20260423_071538/linen_xpk_main_20260423_071538_16_zarr3_false/checkpoints/10/items/array_metadatas/process_6 I0423 08:53:52.823370 132190948017920 base_pytree_checkpoint_handler.py:130] [process=6] /jax/orbax/write/gbytes_per_sec: 37.631 MiB/s (total gbytes: 1.5 GiB) (time elapsed: 41.97605919837952 s) (per-host) I0423 08:53:52.823497 132190948017920 async_checkpointer.py:90] [process=6][thread=async_save] 3 Handler Commit operations completed. Time taken: 41.686909s. I0423 08:54:00.655679 132190948017920 async_checkpointer.py:160] [process=6][thread=async_save] Background save thread done. Time taken: 49.519073s. I0423 08:54:00.655975 132187710703360 async_checkpointer.py:288] [process=6][thread=save_finalize] Done with waiting for background save thread=async_save. I0423 08:54:00.656087 132187710703360 async_checkpointer.py:298] [process=6][thread=save_finalize] No errors found in background save thread=async_save. I0423 08:54:00.656149 132187710703360 checkpoint_manager.py:2137] [process=6][thread=save_finalize][step=10] CheckpointManager Save Finalize is syncing with other hosts... I0423 08:54:00.657591 132187710703360 checkpoint_manager.py:2146] [process=6][thread=save_finalize][step=10] CheckpointManager Save Finalize is done on all hosts. I0423 08:54:00.657766 132312705558336 checkpoint_manager.py:2032] [process=6][thread=MainThread][step=10][wait_until_finished] Done waiting for Save Finalize thread (save_finalize) running at step=10. W0423 08:54:00.657896 132312705558336 checkpoint_manager.py:1452] Waiting for previous save to complete took 48.439211 seconds. If this number is high, consider checkpointing less frequently. I0423 08:54:00.659872 132312705558336 checkpoint_manager.py:1512] [process=6] Saving checkpoint at step 15 I0423 08:54:00.662278 132312705558336 event_tracking.py:70] [process=6] [async] Started save checkpoint @ gs://lance-maxtext/linen_ckpt_xpk_main_20260423_071538/linen_xpk_main_20260423_071538_16_zarr3_false/checkpoints/15. I0423 08:54:01.369206 132312705558336 jax_array_handlers.py:360] Scheduling D2H of 39 prioritized jax.Array. I0423 08:54:01.369302 132312705558336 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 I0423 08:54:01.410231 132312705558336 base_pytree_checkpoint_handler.py:154] [process=6][thread=MainThread] Initiated "orbax.checkpoint._src.serialization.jax_array_handlers.ArrayHandler".serialize. Time taken: 0.042769s I0423 08:54:01.410397 132312705558336 base_pytree_checkpoint_handler.py:130] [process=6] /jax/orbax/write/blocking_gbytes_per_sec: 33.365 GiB/s (total gbytes: 1.5 GiB) (time elapsed: 0.0462338924407959 s) (per-host) I0423 08:54:01.410446 132312705558336 base_pytree_checkpoint_handler.py:768] [process=6][thread=MainThread] Initiated Pytree async_save. Time taken: 0.046291s (batch_requests_ready=0.001773s, total_serialization_initiated=0.044453s, others=0.000065s) I0423 08:54:01.410536 132312705558336 composite_checkpoint_handler.py:715] [process=6][thread=MainThread] Initiated CompositeCheckpointHandler.async_save. Time taken: 0.051194s (all_items=0.000012s, per_item={'items': '0.00001192'}, temp_paths=0.051182) I0423 08:54:01.411245 132312705558336 event_tracking.py:125] [process=6] [async] Finished blocking save in 0.75 seconds. Continuing save @ gs://lance-maxtext/linen_ckpt_xpk_main_20260423_071538/linen_xpk_main_20260423_071538_16_zarr3_false/checkpoints/15. I0423 08:54:01.411548 132187710703360 async_checkpointer.py:76] [process=6][thread=async_save] Background save thread started. Deadline for this save operation is 2026-04-23 09:14:01.411515 I0423 08:54:01.413603 132312705558336 checkpoint_manager.py:1560] [process=6][thread=MainThread][step=15] Starting CheckpointManager Save Finalize thread=save_finalize I0423 08:54:01.413905 132188238485248 async_checkpointer.py:280] [process=6][thread=save_finalize] Waiting for background save thread=async_save. I0423 08:54:01.414071 132312705558336 standard_logger.py:34] {'step': 15, 'event_type': 'save', 'directory': 'gs://lance-maxtext/linen_ckpt_xpk_main_20260423_071538/linen_xpk_main_20260423_071538_16_zarr3_false/checkpoints', 'reached_preemption': False, 'preemption_received_at': None, 'synchronous': False, 'wait_for_prev_start_time': 1776934392.2186553, 'wait_for_prev_duration_secs': 48.43921113014221, 'time_between_consecutive_saves_sec': None, 'checkpointer_blocking_start_time': 1776934440.6599114, 'checkpointer_blocking_duration_secs': 0.751781702041626, 'get_old_steps_start_time': 1776934441.411717, 'get_old_steps_duration_secs': 2.9802322387695312e-05, 'checkpoint_manager_blocking_start_time': 1776934392.216273, 'checkpoint_manager_blocking_duration_secs': 49.19776153564453} I0423 08:54:01.414197 132312705558336 checkpointing.py:408] Started an asynchronous checkpoint save for step 15 I0423 08:54:01.414993 132312705558336 metric_logger.py:196] completed step: 14, seconds: 0.148, TFLOP/s/device: 92.052, Tokens/s/device: 13875.057, total_weights: 65536, loss: 5.864, lm_loss: 5.864, perplexity: 352.193 I0423 08:54:01.421398 132312705558336 metric_logger.py:196] completed step: 15, seconds: 0.147, TFLOP/s/device: 92.203, Tokens/s/device: 13897.843, total_weights: 65536, loss: 5.719, lm_loss: 5.719, perplexity: 304.661 I0423 08:54:06.972141 132187693917952 array_metadata_store.py:203] [process=6][thread=array_type_handler] Wrote 39 array_metadata.ArrayMetadata to gs://lance-maxtext/linen_ckpt_xpk_main_20260423_071538/linen_xpk_main_20260423_071538_16_zarr3_false/checkpoints/15/items/array_metadatas/process_6 I0423 08:54:22.881310 132312705558336 metric_logger.py:196] completed step: 16, seconds: 49.494, TFLOP/s/device: 0.275, Tokens/s/device: 41.379, total_weights: 65536, loss: 5.605, lm_loss: 5.605, perplexity: 271.872 I0423 08:54:23.028557 132312705558336 metric_logger.py:196] completed step: 17, seconds: 21.314, TFLOP/s/device: 0.637, Tokens/s/device: 96.088, total_weights: 65536, loss: 5.517, lm_loss: 5.517, perplexity: 248.975 I0423 08:54:23.175765 132312705558336 metric_logger.py:196] completed step: 18, seconds: 0.152, TFLOP/s/device: 89.209, Tokens/s/device: 13446.614, total_weights: 65536, loss: 5.448, lm_loss: 5.448, perplexity: 232.333 I0423 08:54:23.322369 132312705558336 checkpointing.py:772] Waiting for step 19 to finish before checkpoint... I0423 08:54:23.323061 132312705558336 checkpointing.py:776] Waited 0.0007121562957763672 seconds for step 19 to finish before starting checkpointing. I0423 08:54:23.325117 132312705558336 checkpoint_manager.py:2020] [process=6][thread=MainThread][step=15][wait_until_finished] Waiting for Save Finalize thread (save_finalize) to complete. I0423 08:54:43.045984 132187710703360 base_pytree_checkpoint_handler.py:130] [process=6] /jax/orbax/write/gbytes_per_sec: 37.897 MiB/s (total gbytes: 1.5 GiB) (time elapsed: 41.68179941177368 s) (per-host) I0423 08:54:43.046088 132187710703360 async_checkpointer.py:90] [process=6][thread=async_save] 3 Handler Commit operations completed. Time taken: 41.634428s. I0423 08:54:50.630109 132187710703360 async_checkpointer.py:160] [process=6][thread=async_save] Background save thread done. Time taken: 49.218411s. I0423 08:54:50.630415 132188238485248 async_checkpointer.py:288] [process=6][thread=save_finalize] Done with waiting for background save thread=async_save. I0423 08:54:50.630543 132188238485248 async_checkpointer.py:298] [process=6][thread=save_finalize] No errors found in background save thread=async_save. I0423 08:54:50.630595 132188238485248 checkpoint_manager.py:2137] [process=6][thread=save_finalize][step=15] CheckpointManager Save Finalize is syncing with other hosts... I0423 08:54:50.632062 132188238485248 checkpoint_manager.py:2146] [process=6][thread=save_finalize][step=15] CheckpointManager Save Finalize is done on all hosts. I0423 08:54:50.632259 132312705558336 checkpoint_manager.py:2032] [process=6][thread=MainThread][step=15][wait_until_finished] Done waiting for Save Finalize thread (save_finalize) running at step=15. W0423 08:54:50.632384 132312705558336 checkpoint_manager.py:1452] Waiting for previous save to complete took 27.307285 seconds. If this number is high, consider checkpointing less frequently. I0423 08:54:50.634263 132312705558336 checkpoint_manager.py:1512] [process=6] Saving checkpoint at step 19 I0423 08:54:50.636313 132312705558336 event_tracking.py:70] [process=6] [async] Started save checkpoint @ gs://lance-maxtext/linen_ckpt_xpk_main_20260423_071538/linen_xpk_main_20260423_071538_16_zarr3_false/checkpoints/19. I0423 08:54:51.382400 132312705558336 jax_array_handlers.py:360] Scheduling D2H of 39 prioritized jax.Array. I0423 08:54:51.382495 132312705558336 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 I0423 08:54:51.421108 132312705558336 base_pytree_checkpoint_handler.py:154] [process=6][thread=MainThread] Initiated "orbax.checkpoint._src.serialization.jax_array_handlers.ArrayHandler".serialize. Time taken: 0.039537s I0423 08:54:51.421270 132312705558336 base_pytree_checkpoint_handler.py:130] [process=6] /jax/orbax/write/blocking_gbytes_per_sec: 35.871 GiB/s (total gbytes: 1.5 GiB) (time elapsed: 0.04300284385681152 s) (per-host) I0423 08:54:51.421318 132312705558336 base_pytree_checkpoint_handler.py:768] [process=6][thread=MainThread] Initiated Pytree async_save. Time taken: 0.043060s (batch_requests_ready=0.001620s, total_serialization_initiated=0.041379s, others=0.000061s) I0423 08:54:51.421404 132312705558336 composite_checkpoint_handler.py:715] [process=6][thread=MainThread] Initiated CompositeCheckpointHandler.async_save. Time taken: 0.047260s (all_items=0.000011s, per_item={'items': '0.00001073'}, temp_paths=0.047249) I0423 08:54:51.422070 132312705558336 event_tracking.py:125] [process=6] [async] Finished blocking save in 0.79 seconds. Continuing save @ gs://lance-maxtext/linen_ckpt_xpk_main_20260423_071538/linen_xpk_main_20260423_071538_16_zarr3_false/checkpoints/19. I0423 08:54:51.422442 132188238485248 async_checkpointer.py:76] [process=6][thread=async_save] Background save thread started. Deadline for this save operation is 2026-04-23 09:14:51.422405 I0423 08:54:51.424697 132312705558336 checkpoint_manager.py:1560] [process=6][thread=MainThread][step=19] Starting CheckpointManager Save Finalize thread=save_finalize I0423 08:54:51.424922 132187693917952 async_checkpointer.py:280] [process=6][thread=save_finalize] Waiting for background save thread=async_save. I0423 08:54:51.425053 132312705558336 standard_logger.py:34] {'step': 19, 'event_type': 'save', 'directory': 'gs://lance-maxtext/linen_ckpt_xpk_main_20260423_071538/linen_xpk_main_20260423_071538_16_zarr3_false/checkpoints', 'reached_preemption': False, 'preemption_received_at': None, 'synchronous': False, 'wait_for_prev_start_time': 1776934463.3250773, 'wait_for_prev_duration_secs': 27.30728530883789, 'time_between_consecutive_saves_sec': 22.667447090148926, 'checkpointer_blocking_start_time': 1776934490.6343026, 'checkpointer_blocking_duration_secs': 0.788287878036499, 'get_old_steps_start_time': 1776934491.4226108, 'get_old_steps_duration_secs': 3.0994415283203125e-05, 'checkpoint_manager_blocking_start_time': 1776934463.3233113, 'checkpoint_manager_blocking_duration_secs': 28.10170555114746} I0423 08:54:51.425203 132312705558336 checkpointing.py:408] Started an asynchronous checkpoint save for step 19 I0423 08:54:51.425265 132312705558336 checkpoint_manager.py:2020] [process=6][thread=MainThread][step=19][wait_until_finished] Waiting for Save Finalize thread (save_finalize) to complete. I0423 08:54:56.908008 132186132965120 array_metadata_store.py:203] [process=6][thread=array_type_handler] Wrote 39 array_metadata.ArrayMetadata to gs://lance-maxtext/linen_ckpt_xpk_main_20260423_071538/linen_xpk_main_20260423_071538_16_zarr3_false/checkpoints/19/items/array_metadatas/process_6 I0423 08:55:33.436022 132188238485248 base_pytree_checkpoint_handler.py:130] [process=6] /jax/orbax/write/gbytes_per_sec: 37.558 MiB/s (total gbytes: 1.5 GiB) (time elapsed: 42.0577232837677 s) (per-host) I0423 08:55:33.436140 132188238485248 async_checkpointer.py:90] [process=6][thread=async_save] 3 Handler Commit operations completed. Time taken: 42.013587s. I0423 08:55:40.774259 132188238485248 async_checkpointer.py:160] [process=6][thread=async_save] Background save thread done. Time taken: 49.351690s. I0423 08:55:40.774498 132187693917952 async_checkpointer.py:288] [process=6][thread=save_finalize] Done with waiting for background save thread=async_save. I0423 08:55:40.774564 132187693917952 async_checkpointer.py:298] [process=6][thread=save_finalize] No errors found in background save thread=async_save. I0423 08:55:40.774603 132187693917952 checkpoint_manager.py:2137] [process=6][thread=save_finalize][step=19] CheckpointManager Save Finalize is syncing with other hosts... I0423 08:55:40.777302 132187693917952 checkpoint_manager.py:2146] [process=6][thread=save_finalize][step=19] CheckpointManager Save Finalize is done on all hosts. I0423 08:55:40.777453 132312705558336 checkpoint_manager.py:2032] [process=6][thread=MainThread][step=19][wait_until_finished] Done waiting for Save Finalize thread (save_finalize) running at step=19. I0423 08:55:40.777605 132312705558336 checkpoint_manager.py:2009] [process=6][thread=MainThread][wait_until_finished] No Save Finalize thread to wait for. Returning. I0423 08:55:40.778588 132312705558336 metric_logger.py:196] completed step: 19, seconds: 0.147, TFLOP/s/device: 92.320, Tokens/s/device: 13915.407, total_weights: 65536, loss: 5.391, lm_loss: 5.391, perplexity: 219.349 Per train step: Total TFLOPs: 13.59 split as 93.93% learnable weight flops and 6.07% attention flops XPK End: Thu Apr 23 08:55:51 UTC 2026 EXIT_CODE=0
XPK Start: Thu Apr 23 14:17:52 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-23 14:18:17.274548: 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) I0423 14:18:17.486578 139821699405632 max_utils.py:273] Attempting to initialize the jax distributed system... I0423 14:18:26.526983 139821699405632 distributed.py:149] Starting JAX distributed service on [::]:8482 I0423 14:18:26.529474 139821699405632 distributed.py:172] Connecting to JAX distributed service on mt-16-zarr3-false-rs-n7yhx-slice-job-0-0.mt-16-zarr3-false-rs-n7yhx:8482 I0423 14:18:27.589735 139821699405632 max_utils.py:284] Jax distributed system initialized! I0423 14:18:33.676985 139821699405632 max_utils.py:800] System Information: Jax Version: 0.9.2 I0423 14:18:33.677092 139821699405632 max_utils.py:801] System Information: Jaxlib Version: 0.9.2 I0423 14:18:33.677144 139821699405632 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 I0423 14:18:33.677181 139821699405632 train_utils.py:391] WARNING: Sequence packing is essentially ignored for synthetic data. Please use a real dataset to use sequence packing. I0423 14:18:34.378452 139821699405632 maxtext_utils.py:1771] Num_devices: 32, shape (1, 1, 1, 32, 1, 1, 1, 1, 1, 1, 1, 1, 1) I0423 14:18:34.379037 139821699405632 maxtext_utils.py:1771] Num_devices: 32, shape (1, 1, 1, 32, 1, 1, 1, 1, 1, 1, 1, 1, 1) I0423 14:18:34.379231 139821699405632 checkpointing.py:688] Setting up checkpoint logger... I0423 14:18:34.379284 139821699405632 checkpointing.py:234] Creating checkpoint manager with ocdbt=True and zarr3=False I0423 14:18:34.379327 139821699405632 pytree_checkpoint_handler.py:592] save_device_host_concurrent_bytes=None I0423 14:18:34.379672 139821699405632 base_pytree_checkpoint_handler.py:441] Created BasePyTreeCheckpointHandler: use_ocdbt=True, use_zarr3=False, pytree_metadata_options=PyTreeMetadataOptions(support_rich_types=False), array_metadata_store=<orbax.checkpoint._src.metadata.array_metadata_store.Store object at 0x7f2a49d91670>, enable_pinned_host_transfer=False, save_concurrent_bytes: 96000000000 (89.4 GiB), restore_concurrent_bytes: 96000000000 (89.4 GiB) I0423 14:18:35.751988 139821699405632 checkpointing.py:266] Enabling policy for fixed interval checkpointing. I0423 14:18:35.752248 139821699405632 checkpoint_manager.py:708] [process=6][thread=MainThread] CheckpointManager init: checkpointers=None, item_names=('items',), item_handlers={'items': <orbax.checkpoint._src.handlers.pytree_checkpoint_handler.PyTreeCheckpointHandler object at 0x7f15d03666f0>}, handler_registry=None I0423 14:18:35.752486 139821699405632 composite_checkpoint_handler.py:237] Deferred registration for item: "items". Adding handler `<orbax.checkpoint._src.handlers.pytree_checkpoint_handler.PyTreeCheckpointHandler object at 0x7f15d03666f0>` 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`. I0423 14:18:35.752541 139821699405632 composite_checkpoint_handler.py:237] Deferred registration for item: "metrics". Adding handler `<orbax.checkpoint._src.handlers.json_checkpoint_handler.JsonCheckpointHandler object at 0x7f15d0368ef0>` 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`. I0423 14:18:35.752577 139821699405632 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 0x7f15d03666f0>, ('items', <class 'orbax.checkpoint._src.handlers.pytree_checkpoint_handler.PyTreeRestoreArgs'>): <orbax.checkpoint._src.handlers.pytree_checkpoint_handler.PyTreeCheckpointHandler object at 0x7f15d03666f0>, ('metrics', <class 'orbax.checkpoint._src.handlers.json_checkpoint_handler.JsonSaveArgs'>): <orbax.checkpoint._src.handlers.json_checkpoint_handler.JsonCheckpointHandler object at 0x7f15d0368ef0>, ('metrics', <class 'orbax.checkpoint._src.handlers.json_checkpoint_handler.JsonRestoreArgs'>): <orbax.checkpoint._src.handlers.json_checkpoint_handler.JsonCheckpointHandler object at 0x7f15d0368ef0>}). I0423 14:18:35.752898 139821699405632 abstract_checkpointer.py:35] orbax-checkpoint version: 0.11.34 I0423 14:18:35.752967 139821699405632 async_checkpointer.py:192] [process=6][thread=MainThread] Using barrier_sync_fn: <function get_barrier_sync_fn.<locals>._fn at 0x7f15a0485e40> timeout: 1200 secs and primary_host=0 for async checkpoint writes I0423 14:18:37.229664 139699180009216 checkpoint.py:228] Read Metadata={'item_handlers': {'items': 'orbax.checkpoint._src.handlers.pytree_checkpoint_handler.PyTreeCheckpointHandler'}, 'metrics': {}, 'performance_metrics': {}, 'init_timestamp_nsecs': 1776953700360456254, 'commit_timestamp_nsecs': 1776953747648472588, 'custom_metadata': {}} from gs://lance-maxtext/linen_ckpt_xpk_feat_nnx_post_train_fixes_20260423_124541/linen_xpk_feat_nnx_post_train_fixes_20260423_124541_16_zarr3_false/checkpoints/5/_CHECKPOINT_METADATA I0423 14:18:37.477821 139699171616512 checkpoint_manager.py:1871] Missing metrics for step 9 I0423 14:18:37.823433 139821699405632 checkpoint_manager.py:1812] Found 3 checkpoint steps in gs://lance-maxtext/linen_ckpt_xpk_feat_nnx_post_train_fixes_20260423_124541/linen_xpk_feat_nnx_post_train_fixes_20260423_124541_16_zarr3_false/checkpoints I0423 14:18:37.825899 139821699405632 checkpoint_manager.py:929] [process=6][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=5), 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_post_train_fixes_20260423_124541/linen_xpk_feat_nnx_post_train_fixes_20260423_124541_16_zarr3_false/checkpoints: <orbax.checkpoint.checkpoint_manager.CheckpointManager object at 0x7f16101129f0> I0423 14:18:37.826011 139821699405632 checkpointing.py:302] Checkpoint manager created! I0423 14:18:38.765357 139821699405632 nnx_wrappers.py:437] Unknown Logical: bfloat16[32,2048,2048]...................................... ('activation_batch', 'activation_norm_length', 'activation_embed'). I0423 14:18:38.765467 139821699405632 nnx_wrappers.py:437] Unknown Physical: bfloat16[32,2048,2048]...................................... ('fsdp', None, None). I0423 14:18:39.146569 139821699405632 attentions.py:1088] attentions/inputs_q Logical: bfloat16[32,2048,2048]...................................... ('activation_batch', 'activation_attn_length', 'activation_attn_embed'). I0423 14:18:39.146663 139821699405632 attentions.py:1088] attentions/inputs_q Physical: bfloat16[32,2048,2048]...................................... ('fsdp', None, None). I0423 14:18:39.163314 139821699405632 attentions.py:1089] attentions/inputs_kv Logical: bfloat16[32,2048,2048]...................................... ('activation_batch', 'activation_attn_length', 'activation_attn_embed'). I0423 14:18:39.163375 139821699405632 attentions.py:1089] attentions/inputs_kv Physical: bfloat16[32,2048,2048]...................................... ('fsdp', None, None). I0423 14:18:39.187156 139821699405632 attentions.py:1154] attentions/query Logical: bfloat16[32,2048,16,128].................................... ('activation_kv_batch', 'activation_attn_length', 'activation_kv_heads', 'activation_kv_head_dim'). I0423 14:18:39.187224 139821699405632 attentions.py:1154] attentions/query Physical: bfloat16[32,2048,16,128].................................... ('fsdp', None, None, None). I0423 14:18:39.203833 139821699405632 attentions.py:1155] attentions/key Logical: bfloat16[32,2048,16,128].................................... ('activation_kv_batch', 'activation_attn_length', 'activation_kv_heads', 'activation_kv_head_dim'). I0423 14:18:39.203900 139821699405632 attentions.py:1155] attentions/key Physical: bfloat16[32,2048,16,128].................................... ('fsdp', None, None, None). I0423 14:18:39.220484 139821699405632 attentions.py:1156] attentions/value Logical: bfloat16[32,2048,16,128].................................... ('activation_kv_batch', 'activation_attn_length', 'activation_kv_heads', 'activation_kv_head_dim'). I0423 14:18:39.220548 139821699405632 attentions.py:1156] attentions/value Physical: bfloat16[32,2048,16,128].................................... ('fsdp', None, None, None). I0423 14:18:39.250766 139821699405632 attentions.py:1198] attentions/out Logical: bfloat16[32,2048,16,128].................................... ('activation_batch', 'activation_attn_length', 'activation_heads', 'activation_kv'). I0423 14:18:39.250864 139821699405632 attentions.py:1198] attentions/out Physical: bfloat16[32,2048,16,128].................................... ('fsdp', None, None, None). I0423 14:18:39.272716 139821699405632 linears.py:525] linears/x Logical: bfloat16[32,2048,7168]...................................... ('activation_batch', 'activation_length', 'activation_mlp'). I0423 14:18:39.272784 139821699405632 linears.py:525] linears/x Physical: bfloat16[32,2048,7168]...................................... ('fsdp', None, None). I0423 14:18:39.496948 139821699405632 checkpointing.py:578] checkpoint manager exists so trying to load this run's existing checkpoint I0423 14:18:39.497058 139821699405632 checkpointing.py:582] restoring from this run's directory step 9 I0423 14:18:39.738610 139821699405632 event_tracking.py:70] [process=6] [sync] Started load checkpoint @ gs://lance-maxtext/linen_ckpt_xpk_feat_nnx_post_train_fixes_20260423_124541/linen_xpk_feat_nnx_post_train_fixes_20260423_124541_16_zarr3_false/checkpoints/9. I0423 14:18:40.004745 139821699405632 checkpointer.py:307] Restoring checkpoint from gs://lance-maxtext/linen_ckpt_xpk_feat_nnx_post_train_fixes_20260423_124541/linen_xpk_feat_nnx_post_train_fixes_20260423_124541_16_zarr3_false/checkpoints/9. I0423 14:18:40.005189 139821699405632 event_tracking.py:125] [process=6] [sync] Finished blocking load in 0.27 seconds. Continuing load @ gs://lance-maxtext/linen_ckpt_xpk_feat_nnx_post_train_fixes_20260423_124541/linen_xpk_feat_nnx_post_train_fixes_20260423_124541_16_zarr3_false/checkpoints/9. I0423 14:18:41.831131 1469 google_auth_provider.cc:181] Running on GCE, using service account 562977990677-compute@developer.gserviceaccount.com I0423 14:18:48.121257 139821699405632 jax_array_handlers.py:843] [process=6] /jax/orbax/read/worker/io/requested throughput: 250.997 MiB/s (total gbytes: 1.5 GiB) (time elapsed: 6.295989274978638 s) (per-host) I0423 14:18:48.126713 139821699405632 base_pytree_checkpoint_handler.py:130] [process=6] /jax/checkpoint/read/gbytes_per_sec: 236.226 MiB/s (total gbytes: 1.5 GiB) (time elapsed: 6.699501276016235 s) (per-host) I0423 14:18:49.208666 139821699405632 event_tracking.py:138] [process=6] [sync] Finished load in 9.47 seconds @ gs://lance-maxtext/linen_ckpt_xpk_feat_nnx_post_train_fixes_20260423_124541/linen_xpk_feat_nnx_post_train_fixes_20260423_124541_16_zarr3_false/checkpoints/9 I0423 14:18:49.208825 139821699405632 standard_logger.py:34] {'step': 9, 'event_type': 'restore', 'directory': 'gs://lance-maxtext/linen_ckpt_xpk_feat_nnx_post_train_fixes_20260423_124541/linen_xpk_feat_nnx_post_train_fixes_20260423_124541_16_zarr3_false/checkpoints', 'checkpointer_start_time': 1776953919.7385135, 'checkpointer_duration_secs': 9.470279693603516, 'checkpoint_manager_start_time': 1776953919.4973288, 'checkpoint_manager_duration_secs': 9.711466789245605} fsdp: 32 I0423 14:18:49.625451 139821699405632 maxtext_utils.py:1880] params/params/decoder/decoder_norm/scale Shape: float32[2048] Logical: P('norm',) Physical: (None,) I0423 14:18:49.625586 139821699405632 maxtext_utils.py:1880] params/params/decoder/layers/mlp/wi_0/kernel Shape: float32[2048,16,7168] Logical: P('embed', 'layers', 'mlp') Physical: ('fsdp', None, None) I0423 14:18:49.625642 139821699405632 maxtext_utils.py:1880] params/params/decoder/layers/mlp/wi_1/kernel Shape: float32[2048,16,7168] Logical: P('embed', 'layers', 'mlp') Physical: ('fsdp', None, None) I0423 14:18:49.625701 139821699405632 maxtext_utils.py:1880] params/params/decoder/layers/mlp/wo/kernel Shape: float32[7168,16,2048] Logical: P('mlp', 'layers', 'embed') Physical: (None, None, 'fsdp') I0423 14:18:49.625756 139821699405632 maxtext_utils.py:1880] params/params/decoder/layers/post_self_attention_layer_norm/scale Shape: float32[2048,16] Logical: P('norm', 'layers') Physical: (None, None) I0423 14:18:49.625795 139821699405632 maxtext_utils.py:1880] params/params/decoder/layers/pre_self_attention_layer_norm/scale Shape: float32[2048,16] Logical: P('norm', 'layers') Physical: (None, None) I0423 14:18:49.625848 139821699405632 maxtext_utils.py:1880] 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) I0423 14:18:49.625902 139821699405632 maxtext_utils.py:1880] 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') I0423 14:18:49.625941 139821699405632 maxtext_utils.py:1880] 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) I0423 14:18:49.625977 139821699405632 maxtext_utils.py:1880] 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) I0423 14:18:49.626024 139821699405632 maxtext_utils.py:1880] params/params/decoder/logits_dense/kernel Shape: float32[2048,32000] Logical: P('embed_vocab', 'vocab') Physical: ('fsdp', None) I0423 14:18:49.626071 139821699405632 maxtext_utils.py:1880] params/params/token_embedder/embedding Shape: float32[32000,2048] Logical: P('vocab', 'embed_vocab') Physical: (None, 'fsdp') I0423 14:18:50.115983 139821699405632 train.py:157] train/xent Logical: float32[32,2048]............................................ ('activation_embed_and_logits_batch', 'activation_length'). I0423 14:18:50.116078 139821699405632 train.py:157] train/xent Physical: float32[32,2048]............................................ ('fsdp', None). I0423 14:18:50.131760 139821699405632 train.py:164] train/z_loss Logical: float32[32,2048]............................................ ('activation_embed_and_logits_batch', 'activation_length'). I0423 14:18:50.131819 139821699405632 train.py:164] train/z_loss Physical: float32[32,2048]............................................ ('fsdp', None). I0423 14:19:01.194794 139821699405632 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. I0423 14:19:01.195652 139821699405632 metric_logger.py:301] number parameters: 1.104 billion I0423 14:19:12.391036 139821699405632 checkpointing.py:794] Waiting for step 10 to finish before checkpoint... I0423 14:19:12.547626 139821699405632 checkpointing.py:798] Waited 0.15656208992004395 seconds for step 10 to finish before starting checkpointing. I0423 14:19:12.549905 139821699405632 checkpoint_manager.py:2009] [process=6][thread=MainThread][wait_until_finished] No Save Finalize thread to wait for. Returning. I0423 14:19:12.551846 139821699405632 checkpoint_manager.py:1512] [process=6] Saving checkpoint at step 10 I0423 14:19:12.553195 139821699405632 event_tracking.py:70] [process=6] [async] Started save checkpoint @ gs://lance-maxtext/linen_ckpt_xpk_feat_nnx_post_train_fixes_20260423_124541/linen_xpk_feat_nnx_post_train_fixes_20260423_124541_16_zarr3_false/checkpoints/10. I0423 14:19:12.926847 139821699405632 signaling_client.py:364] Using JaxDistributedSignalingClient I0423 14:19:12.927818 139821699405632 jax_array_handlers.py:360] Scheduling D2H of 39 prioritized jax.Array. I0423 14:19:12.927873 139821699405632 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 I0423 14:19:13.208601 139821699405632 base_pytree_checkpoint_handler.py:154] [process=6][thread=MainThread] Initiated "orbax.checkpoint._src.serialization.jax_array_handlers.ArrayHandler".serialize. Time taken: 0.281828s I0423 14:19:13.208774 139821699405632 base_pytree_checkpoint_handler.py:130] [process=6] /jax/orbax/write/blocking_gbytes_per_sec: 5.400 GiB/s (total gbytes: 1.5 GiB) (time elapsed: 0.28568291664123535 s) (per-host) I0423 14:19:13.208828 139821699405632 base_pytree_checkpoint_handler.py:768] [process=6][thread=MainThread] Initiated Pytree async_save. Time taken: 0.285747s (batch_requests_ready=0.002178s, total_serialization_initiated=0.283496s, others=0.000073s) I0423 14:19:13.208919 139821699405632 composite_checkpoint_handler.py:715] [process=6][thread=MainThread] Initiated CompositeCheckpointHandler.async_save. Time taken: 0.289964s (all_items=0.000018s, per_item={'items': '0.00001764'}, temp_paths=0.289946) I0423 14:19:13.209678 139821699405632 event_tracking.py:125] [process=6] [async] Finished blocking save in 0.66 seconds. Continuing save @ gs://lance-maxtext/linen_ckpt_xpk_feat_nnx_post_train_fixes_20260423_124541/linen_xpk_feat_nnx_post_train_fixes_20260423_124541_16_zarr3_false/checkpoints/10. I0423 14:19:13.209968 139699129652992 async_checkpointer.py:76] [process=6][thread=async_save] Background save thread started. Deadline for this save operation is 2026-04-23 14:39:13.209935 I0423 14:19:13.211936 139821699405632 checkpoint_manager.py:1560] [process=6][thread=MainThread][step=10] Starting CheckpointManager Save Finalize thread=save_finalize I0423 14:19:13.212251 139695396734720 async_checkpointer.py:280] [process=6][thread=save_finalize] Waiting for background save thread=async_save. I0423 14:19:13.212378 139821699405632 standard_logger.py:34] {'step': 10, 'event_type': 'save', 'directory': 'gs://lance-maxtext/linen_ckpt_xpk_feat_nnx_post_train_fixes_20260423_124541/linen_xpk_feat_nnx_post_train_fixes_20260423_124541_16_zarr3_false/checkpoints', 'reached_preemption': False, 'preemption_received_at': None, 'synchronous': False, 'wait_for_prev_start_time': 1776953952.5498865, 'wait_for_prev_duration_secs': 6.0558319091796875e-05, 'time_between_consecutive_saves_sec': None, 'checkpointer_blocking_start_time': 1776953952.5518854, 'checkpointer_blocking_duration_secs': 0.6582536697387695, 'get_old_steps_start_time': 1776953953.2101617, 'get_old_steps_duration_secs': 3.0517578125e-05, 'checkpoint_manager_blocking_start_time': 1776953952.5481443, 'checkpoint_manager_blocking_duration_secs': 0.6641983985900879} I0423 14:19:13.212541 139821699405632 checkpointing.py:409] Started an asynchronous checkpoint save for step 10 I0423 14:19:13.212592 139821699405632 max_utils.py:750] Memstats: After params initialized: I0423 14:19:13.212642 139821699405632 max_utils.py:756] Using (GB) 0.43 / 31.25 (1.376000%) on TPU_24(process=6,(0,6,0,0)) I0423 14:19:13.212673 139821699405632 max_utils.py:756] Using (GB) 0.43 / 31.25 (1.376000%) on TPU_25(process=6,(1,6,0,0)) I0423 14:19:13.212699 139821699405632 max_utils.py:756] Using (GB) 0.43 / 31.25 (1.376000%) on TPU_28(process=6,(0,7,0,0)) I0423 14:19:13.212724 139821699405632 max_utils.py:756] Using (GB) 0.43 / 31.25 (1.376000%) on TPU_29(process=6,(1,7,0,0)) I0423 14:19:13.964090 139821699405632 metric_logger.py:196] completed step: 10, seconds: 11.195, TFLOP/s/device: 1.214, Tokens/s/device: 182.934, total_weights: 65536, loss: 6.833, lm_loss: 6.833, perplexity: 927.869 I0423 14:19:14.127844 139821699405632 metric_logger.py:196] completed step: 11, seconds: 1.572, TFLOP/s/device: 8.646, Tokens/s/device: 1303.160, total_weights: 65536, loss: 6.527, lm_loss: 6.527, perplexity: 683.659 I0423 14:19:14.275329 139821699405632 metric_logger.py:196] completed step: 12, seconds: 0.016, TFLOP/s/device: 832.290, Tokens/s/device: 125451.761, total_weights: 65536, loss: 6.265, lm_loss: 6.265, perplexity: 526.068 I0423 14:19:14.422806 139821699405632 metric_logger.py:196] completed step: 13, seconds: 0.154, TFLOP/s/device: 88.510, Tokens/s/device: 13341.150, total_weights: 65536, loss: 6.045, lm_loss: 6.045, perplexity: 422.001 I0423 14:19:14.427456 139821699405632 checkpointing.py:794] Waiting for step 15 to finish before checkpoint... I0423 14:19:14.717012 139821699405632 checkpointing.py:798] Waited 0.2895236015319824 seconds for step 15 to finish before starting checkpointing. I0423 14:19:14.720164 139821699405632 checkpoint_manager.py:2020] [process=6][thread=MainThread][step=10][wait_until_finished] Waiting for Save Finalize thread (save_finalize) to complete. I0423 14:19:18.632396 139697544218368 array_metadata_store.py:203] [process=6][thread=array_type_handler] Wrote 39 array_metadata.ArrayMetadata to gs://lance-maxtext/linen_ckpt_xpk_feat_nnx_post_train_fixes_20260423_124541/linen_xpk_feat_nnx_post_train_fixes_20260423_124541_16_zarr3_false/checkpoints/10/items/array_metadatas/process_6 I0423 14:19:55.274924 139699129652992 base_pytree_checkpoint_handler.py:130] [process=6] /jax/orbax/write/gbytes_per_sec: 37.297 MiB/s (total gbytes: 1.5 GiB) (time elapsed: 42.35179543495178 s) (per-host) I0423 14:19:55.275052 139699129652992 async_checkpointer.py:90] [process=6][thread=async_save] 3 Handler Commit operations completed. Time taken: 42.064971s. I0423 14:20:04.560090 139699129652992 async_checkpointer.py:160] [process=6][thread=async_save] Background save thread done. Time taken: 51.349992s. I0423 14:20:04.560460 139695396734720 async_checkpointer.py:288] [process=6][thread=save_finalize] Done with waiting for background save thread=async_save. I0423 14:20:04.560585 139695396734720 async_checkpointer.py:298] [process=6][thread=save_finalize] No errors found in background save thread=async_save. I0423 14:20:04.560634 139695396734720 checkpoint_manager.py:2137] [process=6][thread=save_finalize][step=10] CheckpointManager Save Finalize is syncing with other hosts... I0423 14:20:04.562041 139695396734720 checkpoint_manager.py:2146] [process=6][thread=save_finalize][step=10] CheckpointManager Save Finalize is done on all hosts. I0423 14:20:04.562232 139821699405632 checkpoint_manager.py:2032] [process=6][thread=MainThread][step=10][wait_until_finished] Done waiting for Save Finalize thread (save_finalize) running at step=10. W0423 14:20:04.562364 139821699405632 checkpoint_manager.py:1452] Waiting for previous save to complete took 49.842198 seconds. If this number is high, consider checkpointing less frequently. I0423 14:20:04.564508 139821699405632 checkpoint_manager.py:1512] [process=6] Saving checkpoint at step 15 I0423 14:20:04.567068 139821699405632 event_tracking.py:70] [process=6] [async] Started save checkpoint @ gs://lance-maxtext/linen_ckpt_xpk_feat_nnx_post_train_fixes_20260423_124541/linen_xpk_feat_nnx_post_train_fixes_20260423_124541_16_zarr3_false/checkpoints/15. I0423 14:20:05.293904 139821699405632 jax_array_handlers.py:360] Scheduling D2H of 39 prioritized jax.Array. I0423 14:20:05.293997 139821699405632 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 I0423 14:20:05.320392 139821699405632 base_pytree_checkpoint_handler.py:154] [process=6][thread=MainThread] Initiated "orbax.checkpoint._src.serialization.jax_array_handlers.ArrayHandler".serialize. Time taken: 0.027588s I0423 14:20:05.320526 139821699405632 base_pytree_checkpoint_handler.py:130] [process=6] /jax/orbax/write/blocking_gbytes_per_sec: 49.687 GiB/s (total gbytes: 1.5 GiB) (time elapsed: 0.03104567527770996 s) (per-host) I0423 14:20:05.320574 139821699405632 base_pytree_checkpoint_handler.py:768] [process=6][thread=MainThread] Initiated Pytree async_save. Time taken: 0.031102s (batch_requests_ready=0.001828s, total_serialization_initiated=0.029211s, others=0.000063s) I0423 14:20:05.320662 139821699405632 composite_checkpoint_handler.py:715] [process=6][thread=MainThread] Initiated CompositeCheckpointHandler.async_save. Time taken: 0.036234s (all_items=0.000012s, per_item={'items': '0.00001240'}, temp_paths=0.036222) I0423 14:20:05.321384 139821699405632 event_tracking.py:125] [process=6] [async] Finished blocking save in 0.76 seconds. Continuing save @ gs://lance-maxtext/linen_ckpt_xpk_feat_nnx_post_train_fixes_20260423_124541/linen_xpk_feat_nnx_post_train_fixes_20260423_124541_16_zarr3_false/checkpoints/15. I0423 14:20:05.321720 139695396734720 async_checkpointer.py:76] [process=6][thread=async_save] Background save thread started. Deadline for this save operation is 2026-04-23 14:40:05.321683 I0423 14:20:05.333813 139821699405632 checkpoint_manager.py:1560] [process=6][thread=MainThread][step=15] Starting CheckpointManager Save Finalize thread=save_finalize I0423 14:20:05.334087 139697544218368 async_checkpointer.py:280] [process=6][thread=save_finalize] Waiting for background save thread=async_save. I0423 14:20:05.334262 139821699405632 standard_logger.py:34] {'step': 15, 'event_type': 'save', 'directory': 'gs://lance-maxtext/linen_ckpt_xpk_feat_nnx_post_train_fixes_20260423_124541/linen_xpk_feat_nnx_post_train_fixes_20260423_124541_16_zarr3_false/checkpoints', 'reached_preemption': False, 'preemption_received_at': None, 'synchronous': False, 'wait_for_prev_start_time': 1776953954.7201347, 'wait_for_prev_duration_secs': 49.84219837188721, 'time_between_consecutive_saves_sec': None, 'checkpointer_blocking_start_time': 1776954004.5645537, 'checkpointer_blocking_duration_secs': 0.7573068141937256, 'get_old_steps_start_time': 1776954005.3218853, 'get_old_steps_duration_secs': 3.0517578125e-05, 'checkpoint_manager_blocking_start_time': 1776953954.7176704, 'checkpoint_manager_blocking_duration_secs': 50.616554260253906} I0423 14:20:05.334377 139821699405632 checkpointing.py:409] Started an asynchronous checkpoint save for step 15 I0423 14:20:05.335224 139821699405632 metric_logger.py:196] completed step: 14, seconds: 0.148, TFLOP/s/device: 92.090, Tokens/s/device: 13880.793, total_weights: 65536, loss: 5.864, lm_loss: 5.864, perplexity: 352.193 I0423 14:20:05.341454 139821699405632 metric_logger.py:196] completed step: 15, seconds: 0.147, TFLOP/s/device: 92.194, Tokens/s/device: 13896.522, total_weights: 65536, loss: 5.719, lm_loss: 5.719, perplexity: 304.661 I0423 14:20:10.465267 139692712380160 array_metadata_store.py:203] [process=6][thread=array_type_handler] Wrote 39 array_metadata.ArrayMetadata to gs://lance-maxtext/linen_ckpt_xpk_feat_nnx_post_train_fixes_20260423_124541/linen_xpk_feat_nnx_post_train_fixes_20260423_124541_16_zarr3_false/checkpoints/15/items/array_metadatas/process_6 I0423 14:20:26.483976 139821699405632 metric_logger.py:196] completed step: 16, seconds: 50.912, TFLOP/s/device: 0.267, Tokens/s/device: 40.226, total_weights: 65536, loss: 5.605, lm_loss: 5.605, perplexity: 271.872 I0423 14:20:26.631530 139821699405632 metric_logger.py:196] completed step: 17, seconds: 20.996, TFLOP/s/device: 0.647, Tokens/s/device: 97.540, total_weights: 65536, loss: 5.517, lm_loss: 5.517, perplexity: 248.975 I0423 14:20:26.778654 139821699405632 metric_logger.py:196] completed step: 18, seconds: 0.152, TFLOP/s/device: 89.159, Tokens/s/device: 13439.026, total_weights: 65536, loss: 5.448, lm_loss: 5.448, perplexity: 232.333 I0423 14:20:26.925381 139821699405632 checkpointing.py:794] Waiting for step 19 to finish before checkpoint... I0423 14:20:26.926069 139821699405632 checkpointing.py:798] Waited 0.0007088184356689453 seconds for step 19 to finish before starting checkpointing. I0423 14:20:26.928134 139821699405632 checkpoint_manager.py:2020] [process=6][thread=MainThread][step=15][wait_until_finished] Waiting for Save Finalize thread (save_finalize) to complete. I0423 14:20:49.240727 139695396734720 base_pytree_checkpoint_handler.py:130] [process=6] /jax/orbax/write/gbytes_per_sec: 35.940 MiB/s (total gbytes: 1.5 GiB) (time elapsed: 43.95120596885681 s) (per-host) I0423 14:20:49.240852 139695396734720 async_checkpointer.py:90] [process=6][thread=async_save] 3 Handler Commit operations completed. Time taken: 43.919018s. I0423 14:20:54.927348 139695396734720 async_checkpointer.py:160] [process=6][thread=async_save] Background save thread done. Time taken: 49.605499s. I0423 14:20:54.927621 139697544218368 async_checkpointer.py:288] [process=6][thread=save_finalize] Done with waiting for background save thread=async_save. I0423 14:20:54.927738 139697544218368 async_checkpointer.py:298] [process=6][thread=save_finalize] No errors found in background save thread=async_save. I0423 14:20:54.927786 139697544218368 checkpoint_manager.py:2137] [process=6][thread=save_finalize][step=15] CheckpointManager Save Finalize is syncing with other hosts... I0423 14:20:54.929486 139697544218368 checkpoint_manager.py:2146] [process=6][thread=save_finalize][step=15] CheckpointManager Save Finalize is done on all hosts. I0423 14:20:54.929666 139821699405632 checkpoint_manager.py:2032] [process=6][thread=MainThread][step=15][wait_until_finished] Done waiting for Save Finalize thread (save_finalize) running at step=15. W0423 14:20:54.929789 139821699405632 checkpoint_manager.py:1452] Waiting for previous save to complete took 28.001660 seconds. If this number is high, consider checkpointing less frequently. I0423 14:20:54.931315 139821699405632 checkpoint_manager.py:1512] [process=6] Saving checkpoint at step 19 I0423 14:20:54.933275 139821699405632 event_tracking.py:70] [process=6] [async] Started save checkpoint @ gs://lance-maxtext/linen_ckpt_xpk_feat_nnx_post_train_fixes_20260423_124541/linen_xpk_feat_nnx_post_train_fixes_20260423_124541_16_zarr3_false/checkpoints/19. I0423 14:20:55.645144 139821699405632 jax_array_handlers.py:360] Scheduling D2H of 39 prioritized jax.Array. I0423 14:20:55.645240 139821699405632 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 I0423 14:20:55.671322 139821699405632 base_pytree_checkpoint_handler.py:154] [process=6][thread=MainThread] Initiated "orbax.checkpoint._src.serialization.jax_array_handlers.ArrayHandler".serialize. Time taken: 0.027033s I0423 14:20:55.671504 139821699405632 base_pytree_checkpoint_handler.py:130] [process=6] /jax/orbax/write/blocking_gbytes_per_sec: 50.412 GiB/s (total gbytes: 1.5 GiB) (time elapsed: 0.030599594116210938 s) (per-host) I0423 14:20:55.671557 139821699405632 base_pytree_checkpoint_handler.py:768] [process=6][thread=MainThread] Initiated Pytree async_save. Time taken: 0.030669s (batch_requests_ready=0.001697s, total_serialization_initiated=0.028898s, others=0.000074s) I0423 14:20:55.671656 139821699405632 composite_checkpoint_handler.py:715] [process=6][thread=MainThread] Initiated CompositeCheckpointHandler.async_save. Time taken: 0.034693s (all_items=0.000011s, per_item={'items': '0.00001121'}, temp_paths=0.034682) I0423 14:20:55.672375 139821699405632 event_tracking.py:125] [process=6] [async] Finished blocking save in 0.74 seconds. Continuing save @ gs://lance-maxtext/linen_ckpt_xpk_feat_nnx_post_train_fixes_20260423_124541/linen_xpk_feat_nnx_post_train_fixes_20260423_124541_16_zarr3_false/checkpoints/19. I0423 14:20:55.672727 139692712380160 async_checkpointer.py:76] [process=6][thread=async_save] Background save thread started. Deadline for this save operation is 2026-04-23 14:40:55.672690 I0423 14:20:55.675473 139821699405632 checkpoint_manager.py:1560] [process=6][thread=MainThread][step=19] Starting CheckpointManager Save Finalize thread=save_finalize I0423 14:20:55.675760 139697544218368 async_checkpointer.py:280] [process=6][thread=save_finalize] Waiting for background save thread=async_save. I0423 14:20:55.675917 139821699405632 standard_logger.py:34] {'step': 19, 'event_type': 'save', 'directory': 'gs://lance-maxtext/linen_ckpt_xpk_feat_nnx_post_train_fixes_20260423_124541/linen_xpk_feat_nnx_post_train_fixes_20260423_124541_16_zarr3_false/checkpoints', 'reached_preemption': False, 'preemption_received_at': None, 'synchronous': False, 'wait_for_prev_start_time': 1776954026.9280887, 'wait_for_prev_duration_secs': 28.001660346984863, 'time_between_consecutive_saves_sec': 22.366005897521973, 'checkpointer_blocking_start_time': 1776954054.9313543, 'checkpointer_blocking_duration_secs': 0.7415118217468262, 'get_old_steps_start_time': 1776954055.6728852, 'get_old_steps_duration_secs': 2.574920654296875e-05, 'checkpoint_manager_blocking_start_time': 1776954026.9263175, 'checkpoint_manager_blocking_duration_secs': 28.74956727027893} I0423 14:20:55.676031 139821699405632 checkpointing.py:409] Started an asynchronous checkpoint save for step 19 I0423 14:20:55.676073 139821699405632 checkpoint_manager.py:2020] [process=6][thread=MainThread][step=19][wait_until_finished] Waiting for Save Finalize thread (save_finalize) to complete. I0423 14:21:01.255149 139695379949312 array_metadata_store.py:203] [process=6][thread=array_type_handler] Wrote 39 array_metadata.ArrayMetadata to gs://lance-maxtext/linen_ckpt_xpk_feat_nnx_post_train_fixes_20260423_124541/linen_xpk_feat_nnx_post_train_fixes_20260423_124541_16_zarr3_false/checkpoints/19/items/array_metadatas/process_6 I0423 14:21:38.031744 139692712380160 base_pytree_checkpoint_handler.py:130] [process=6] /jax/orbax/write/gbytes_per_sec: 37.263 MiB/s (total gbytes: 1.5 GiB) (time elapsed: 42.39080595970154 s) (per-host) I0423 14:21:38.031869 139692712380160 async_checkpointer.py:90] [process=6][thread=async_save] 3 Handler Commit operations completed. Time taken: 42.359033s. I0423 14:21:46.272292 139692712380160 async_checkpointer.py:160] [process=6][thread=async_save] Background save thread done. Time taken: 50.599439s. I0423 14:21:46.272594 139697544218368 async_checkpointer.py:288] [process=6][thread=save_finalize] Done with waiting for background save thread=async_save. I0423 14:21:46.272709 139697544218368 async_checkpointer.py:298] [process=6][thread=save_finalize] No errors found in background save thread=async_save. I0423 14:21:46.272750 139697544218368 checkpoint_manager.py:2137] [process=6][thread=save_finalize][step=19] CheckpointManager Save Finalize is syncing with other hosts... I0423 14:21:46.274522 139697544218368 checkpoint_manager.py:2146] [process=6][thread=save_finalize][step=19] CheckpointManager Save Finalize is done on all hosts. I0423 14:21:46.274706 139821699405632 checkpoint_manager.py:2032] [process=6][thread=MainThread][step=19][wait_until_finished] Done waiting for Save Finalize thread (save_finalize) running at step=19. I0423 14:21:46.274856 139821699405632 checkpoint_manager.py:2009] [process=6][thread=MainThread][wait_until_finished] No Save Finalize thread to wait for. Returning. I0423 14:21:46.275778 139821699405632 metric_logger.py:196] completed step: 19, seconds: 0.147, TFLOP/s/device: 92.209, Tokens/s/device: 13898.786, total_weights: 65536, loss: 5.391, lm_loss: 5.391, perplexity: 219.349 Per train step: Total TFLOPs: 13.59 split as 93.93% learnable weight flops and 6.07% attention flops XPK End: Thu Apr 23 14:21:57 UTC 2026 EXIT_CODE=0