[data, docs] feat: add WDS-native offline packing workflow#78
Conversation
Origin of WDS-native offline packing pipelineThe offline packing logic implemented in this PR was originally developed by me for LLaVA-OneVision-1.5. The original implementation and demo examples are available here:
This packing solution was later migrated and upgraded for LLaVA-OneVision-2: Custom adaptations for LoongForgeBased on the proven multi-modal offline packing framework above, I refactored the entire pipeline to fit LoongForge’s requirements:
|
|
Thanks @fdcp for pointing this out, and more importantly, thank you for developing the original multimodal offline packing pipeline. We appreciate the work you did for LLaVA-OneVision and respect the contribution behind it. We noticed this attribution issue and have already added a documentation update in #94. The update adds an We also want to clarify that LoongForge previously collaborated with the LLaVA-NeXt / LLaVA-OneVision work, which is part of the historical context behind these changes. Some older repository or package names may still carry Compared with the upstream offline packing workflow, the LoongForge adaptation focuses on integration with our WDS-native training data path, including:
Thanks again for paying attention to the project and for raising this. We welcome your PRs for new features, improvements, or any changes that can make the offline packing pipeline more efficient, easier to maintain, and easier for users to adopt. If you think the acknowledgement wording can be improved further, please also feel free to suggest edits directly. |
Summary