Skip to content

[Roadmap] LMFlow Roadmap #862

Description

@wheresmyhair

This document includes the features in LMFlow's roadmap. We welcome any discuss or contribute to the specific features at related Issues/PRs. 🤗

Main Features

Usability

  • Make some packages/functions (gradio, vllm, ray, etc.) optional, add conditional import. [usability] deps streamlining #905
  • Inference method auto-downgrading (vllm>ds, etc.), and make vllm package optional. [usability] deps streamlining #905
  • Merging similar model methods into hf_model_mixin
  • Set torch_dtype='bfloat16' when bf16 is specified, etc. (bf16 is in FinetunerArguments but torch_dtype is in ModelArguments, thus cannot handle in __post_init__(). )

Bug fixes

Issues left over from history

Documentation

  • Approx GPU memory requirement w.r.t model size & pipeline
  • Dev handbook, indicating styles, test list, etc.
  • Sphinx warning cleanup and strict warning checking

CI/CD

  • 🏗️ CPU-only and offline CI (Ruff, pytest, package build, and documentation build)
  • GPU CI for core training, alignment, and inference pipelines
  • Online model and dataset tests
  • Optional backend integration tests (vllm, sglang, etc.)
  • GitHub Release automation
  • PyPI publishing with GitHub Actions trusted publishing
  • Release workflow, including versioning, approval, and rollback

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions