.gitignore
LICENSE
README.md
pyproject.toml
.github/workflows/release.yml
axolotl_ringmaster.egg-info/PKG-INFO
axolotl_ringmaster.egg-info/SOURCES.txt
axolotl_ringmaster.egg-info/dependency_links.txt
axolotl_ringmaster.egg-info/requires.txt
axolotl_ringmaster.egg-info/scm_file_list.json
axolotl_ringmaster.egg-info/scm_version.json
axolotl_ringmaster.egg-info/top_level.txt
examples/qwen35_axolotl_cp_fsdp.yaml
examples/qwen35_trl_cp_smoke.py
examples/run_cp_smoke.sh
examples/trl_cp.py
examples/cp_fsdp2/trl_cp_fsdp2.py
examples/cp_fsdp2/axolotl/llama3-8b-cp-fsdp2.yaml
examples/cp_fsdp2/axolotl/nemotron-h-cp-fsdp2.yaml
examples/cp_fsdp2/axolotl/qwen3.5-cp-fsdp2.yaml
ringmaster/__init__.py
ringmaster/balancers.py
ringmaster/comm.py
ringmaster/compat.py
ringmaster/config.py
ringmaster/cp_collectives.py
ringmaster/loss.py
ringmaster/mesh.py
ringmaster/multimodal.py
ringmaster/parallelism.py
ringmaster/profiling.py
ringmaster/runtime.py
ringmaster/shard.py
ringmaster/sp_context.py
ringmaster/adapters/__init__.py
ringmaster/adapters/accelerate.py
ringmaster/adapters/raw.py
ringmaster/memory/__init__.py
ringmaster/ring/__init__.py
ringmaster/ring/distflash.py
ringmaster/ring/kernels.py
ringmaster/ring/loop.py
ringmaster/ring/merge.py
ringmaster/ring/p2p_attn.py
ringmaster/ring/varlen_blocks.py
ringmaster/ring/zigzag.py
ringmaster/strategies/__init__.py
ringmaster/strategies/linear_attn.py
ringmaster/strategies/mamba.py
ringmaster/strategies/ring.py
ringmaster/strategies/state_passing.py
ringmaster/strategies/ulysses.py
ringmaster/strategies/usp.py
tests/test_alltoall.py
tests/test_core.py
tests/test_distflash_cpu.py
tests/test_distflash_gpu.py
tests/test_e2e_ring_parity.py
tests/test_e2e_ulysses_parity.py
tests/test_linear_attn_cp_kernel.py
tests/test_mamba_cp.py
tests/test_mamba_cp_kernel.py
tests/test_p2p_gpu.py
tests/test_ring_cpu.py
tests/test_state_passing.py
tests/test_usp_cpu.py
tests/test_varlen_cp.py
tests/test_varlen_flash_block.py
tests/test_varlen_gpu.py
tests/test_varlen_plugin.py
tests/test_zigzag_shard.py