Spaces:
Sleeping
Sleeping
File size: 268 Bytes
fbaeba7 | 1 2 3 4 5 6 | """Causal chunk-wise streaming engine (chunk protocol + TAE/DiT wrappers)."""
from .chunk import ChunkType, ChunkSpec, build_chunk_specs
from .tae import StreamingTAE, apply_parallel_with_boundary
from .dit import StreamingDiT, INFERENCE_TIMESTEP, ROPE_EXTEND_MARGIN
|