CHANGELOG.md
CITATION.cff
CODE_OF_CONDUCT.md
CONTRIBUTING.md
LICENSE
MANIFEST.in
README.md
ROADMAP.md
SECURITY.md
pyproject.toml
agent-skills/odb-integration/SKILL.md
agent-skills/odb-integration/agents/openai.yaml
agent-skills/odb-integration/references/accelerate.md
agent-skills/odb-integration/references/hf-trainer.md
agent-skills/odb-integration/references/lightning.md
agent-skills/odb-integration/references/llamafactory.md
agent-skills/odb-integration/references/pytorch-loop.md
agent-skills/odb-integration/scripts/audit_odb_integration.py
agent-skills/odb-integration/scripts/detect_training_framework.py
docs/API_DESIGN_NOTES.md
docs/GROUPING_ALGORITHM.md
docs/README.md
docs/agent-assisted-integration.md
docs/benchmarks.md
docs/index.md
docs/integrations.md
docs/quickstart.md
docs/validation.md
docs/assets/online-grouping.svg
docs/integration-guides/README.md
docs/integration-guides/accelerate.md
docs/integration-guides/adapter-principles.md
docs/integration-guides/hf-trainer.md
docs/integration-guides/lightning.md
docs/integration-guides/llamafactory.md
docs/integration-guides/pytorch-loop.md
examples/hf_trainer.py
examples/llamafactory_patch.md
examples/pytorch_minimal.py
examples/synthetic_benchmark.py
examples/notebooks/odb_single_gpu_demo.ipynb
examples/validation/accelerate_smoke.py
examples/validation/hf_trainer_real_model_short.py
examples/validation/hf_trainer_smoke.py
examples/validation/lightning_smoke.py
src/odb/__init__.py
src/odb/_version.py
src/odb/callbacks.py
src/odb/collate.py
src/odb/config.py
src/odb/constants.py
src/odb/core.py
src/odb/dataloader.py
src/odb/grouping.py
src/odb/handle.py
src/odb/step_info.py
src/odb/utils.py
src/odb/integrations/__init__.py
src/odb/integrations/accelerate.py
src/odb/integrations/hf.py
src/odb/integrations/lightning.py
src/odb/integrations/llamafactory.py
src/odb/integrations/llavafactory.py
src/online_dynamic_batching.egg-info/PKG-INFO
src/online_dynamic_batching.egg-info/SOURCES.txt
src/online_dynamic_batching.egg-info/dependency_links.txt
src/online_dynamic_batching.egg-info/requires.txt
src/online_dynamic_batching.egg-info/top_level.txt
tests/test_accelerate_integration.py
tests/test_callback.py
tests/test_config.py
tests/test_dataloader.py
tests/test_ddp_smoke.py
tests/test_grouping.py
tests/test_hf_integration.py
tests/test_interface_matrix.py
tests/test_lightning_integration.py
tests/test_llamafactory_integration.py
tests/test_step_info.py
tests/test_utils.py