Quick Start
About 70 wordsLess than 1 minute
2025-06-30
The launch command is similar to LlamaFactory. Below is an example using a random mixer:
FORCE_TORCHRUN=1 DISABLE_VERSION_CHECK=1 dataflex-cli train examples/train_lora/mixers/random.yamlUnlike vanilla LlamaFactory, your .yaml config file must include DataFlex-specific parameters:
### dynamic_train
train_type: dynamic_mix
components_cfg_file: src/dataflex/configs/components.yaml
component_name: random
warmup_step: 100
update_step: 200
update_times: 3
