unified_export_hf_streaming
Streaming HF checkpoint export for disk/CPU-offloaded models.
Kept apart from unified_export_hf so the resident exporter cannot drift back into
being offload-aware: the only edge between them is the dispatch in
export_hf_checkpoint, which imports _export_transformers_checkpoint_streaming()
lazily to keep the dependency acyclic.