LICENSE
README.md
pyproject.toml
setup.py
src/llmtuner/__init__.py
src/llmtuner.egg-info/PKG-INFO
src/llmtuner.egg-info/SOURCES.txt
src/llmtuner.egg-info/dependency_links.txt
src/llmtuner.egg-info/requires.txt
src/llmtuner.egg-info/top_level.txt
src/llmtuner/api/__init__.py
src/llmtuner/api/app.py
src/llmtuner/api/protocol.py
src/llmtuner/chat/__init__.py
src/llmtuner/chat/chat_model.py
src/llmtuner/data/__init__.py
src/llmtuner/data/aligner.py
src/llmtuner/data/formatter.py
src/llmtuner/data/loader.py
src/llmtuner/data/parser.py
src/llmtuner/data/preprocess.py
src/llmtuner/data/template.py
src/llmtuner/data/utils.py
src/llmtuner/eval/__init__.py
src/llmtuner/eval/evaluator.py
src/llmtuner/eval/template.py
src/llmtuner/extras/__init__.py
src/llmtuner/extras/callbacks.py
src/llmtuner/extras/constants.py
src/llmtuner/extras/logging.py
src/llmtuner/extras/misc.py
src/llmtuner/extras/packages.py
src/llmtuner/extras/ploting.py
src/llmtuner/extras/patches/__init__.py
src/llmtuner/extras/patches/llama_patch.py
src/llmtuner/extras/patches/mixtral_patch.py
src/llmtuner/hparams/__init__.py
src/llmtuner/hparams/data_args.py
src/llmtuner/hparams/evaluation_args.py
src/llmtuner/hparams/finetuning_args.py
src/llmtuner/hparams/generating_args.py
src/llmtuner/hparams/model_args.py
src/llmtuner/hparams/parser.py
src/llmtuner/model/__init__.py
src/llmtuner/model/adapter.py
src/llmtuner/model/loader.py
src/llmtuner/model/patcher.py
src/llmtuner/model/utils.py
src/llmtuner/train/__init__.py
src/llmtuner/train/tuner.py
src/llmtuner/train/utils.py
src/llmtuner/train/dpo/__init__.py
src/llmtuner/train/dpo/collator.py
src/llmtuner/train/dpo/trainer.py
src/llmtuner/train/dpo/workflow.py
src/llmtuner/train/ppo/__init__.py
src/llmtuner/train/ppo/trainer.py
src/llmtuner/train/ppo/utils.py
src/llmtuner/train/ppo/workflow.py
src/llmtuner/train/pt/__init__.py
src/llmtuner/train/pt/workflow.py
src/llmtuner/train/rm/__init__.py
src/llmtuner/train/rm/collator.py
src/llmtuner/train/rm/metric.py
src/llmtuner/train/rm/trainer.py
src/llmtuner/train/rm/workflow.py
src/llmtuner/train/sft/__init__.py
src/llmtuner/train/sft/metric.py
src/llmtuner/train/sft/trainer.py
src/llmtuner/train/sft/workflow.py
src/llmtuner/webui/__init__.py
src/llmtuner/webui/chatter.py
src/llmtuner/webui/common.py
src/llmtuner/webui/css.py
src/llmtuner/webui/engine.py
src/llmtuner/webui/interface.py
src/llmtuner/webui/locales.py
src/llmtuner/webui/manager.py
src/llmtuner/webui/runner.py
src/llmtuner/webui/utils.py
src/llmtuner/webui/components/__init__.py
src/llmtuner/webui/components/chatbot.py
src/llmtuner/webui/components/data.py
src/llmtuner/webui/components/eval.py
src/llmtuner/webui/components/export.py
src/llmtuner/webui/components/infer.py
src/llmtuner/webui/components/top.py
src/llmtuner/webui/components/train.py
tests/test_toolcall.py