You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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__(). )
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
chatbot.pyupgrade Conversation_template #917Usability
vllmpackage optional. [usability] deps streamlining #905hf_model_mixintorch_dtype='bfloat16'whenbf16is specified, etc. (bf16is inFinetunerArgumentsbuttorch_dtypeis inModelArguments, thus cannot handle in__post_init__(). )Bug fixes
model.generate()with dsz3 [BUG] The text cannot be generated successfully during the Raft step #861merge_loralora with abs path mergingload_datasetlong data fix [Bug Fix] update load_dataset to support long data #878create_copied_dataclasscompatibility when python version >= 3.10 (kw_onlyissue) [BUG]TypeError: Field.__init__() missing 1 required positional argument: 'kw_only' #903 [usability] deps streamlining #905Issues left over from history
use_accelerator->use_acceleratetypo fix (with Accelerate support PR) [usability] Accelerate Support #936model_args.use_loraleads to truncation of the sequence, mentioned in [Feature] reward model inferencer and dpov2 aligner #867Documentation
CI/CD