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/stream_chat.py
src/llmtuner/dsets/__init__.py
src/llmtuner/dsets/loader.py
src/llmtuner/dsets/preprocess.py
src/llmtuner/dsets/utils.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/ploting.py
src/llmtuner/extras/save_and_load.py
src/llmtuner/extras/template.py
src/llmtuner/hparams/__init__.py
src/llmtuner/hparams/data_args.py
src/llmtuner/hparams/finetuning_args.py
src/llmtuner/hparams/general_args.py
src/llmtuner/hparams/generating_args.py
src/llmtuner/hparams/model_args.py
src/llmtuner/tuner/__init__.py
src/llmtuner/tuner/tune.py
src/llmtuner/tuner/core/__init__.py
src/llmtuner/tuner/core/adapter.py
src/llmtuner/tuner/core/loader.py
src/llmtuner/tuner/core/parser.py
src/llmtuner/tuner/core/trainer.py
src/llmtuner/tuner/dpo/__init__.py
src/llmtuner/tuner/dpo/collator.py
src/llmtuner/tuner/dpo/trainer.py
src/llmtuner/tuner/dpo/workflow.py
src/llmtuner/tuner/ppo/__init__.py
src/llmtuner/tuner/ppo/trainer.py
src/llmtuner/tuner/ppo/utils.py
src/llmtuner/tuner/ppo/workflow.py
src/llmtuner/tuner/pt/__init__.py
src/llmtuner/tuner/pt/workflow.py
src/llmtuner/tuner/read/__init__.py
src/llmtuner/tuner/read/collator.py
src/llmtuner/tuner/read/trainer.py
src/llmtuner/tuner/read/workflow.py
src/llmtuner/tuner/rm/__init__.py
src/llmtuner/tuner/rm/collator.py
src/llmtuner/tuner/rm/metric.py
src/llmtuner/tuner/rm/trainer.py
src/llmtuner/tuner/rm/workflow.py
src/llmtuner/tuner/sft/__init__.py
src/llmtuner/tuner/sft/metric.py
src/llmtuner/tuner/sft/trainer.py
src/llmtuner/tuner/sft/workflow.py
src/llmtuner/webui/__init__.py
src/llmtuner/webui/chat.py
src/llmtuner/webui/common.py
src/llmtuner/webui/css.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