LICENSE
MANIFEST.in
README.md
setup.cfg
setup.py
xtuner/__init__.py
xtuner/entry_point.py
xtuner/registry.py
xtuner/version.py
xtuner.egg-info/PKG-INFO
xtuner.egg-info/SOURCES.txt
xtuner.egg-info/dependency_links.txt
xtuner.egg-info/entry_points.txt
xtuner.egg-info/not-zip-safe
xtuner.egg-info/requires.txt
xtuner.egg-info/top_level.txt
xtuner/_lite/__init__.py
xtuner/_lite/device.py
xtuner/_lite/accelerate/__init__.py
xtuner/_lite/accelerate/lora.py
xtuner/_lite/accelerate/packed.py
xtuner/_lite/accelerate/utils.py
xtuner/_lite/accelerate/ops/__init__.py
xtuner/_lite/accelerate/ops/moe_permute.py
xtuner/_lite/algorithms/__init__.py
xtuner/_lite/algorithms/ppo/__init__.py
xtuner/_lite/algorithms/ppo/dataset.py
xtuner/_lite/algorithms/ppo/loss.py
xtuner/_lite/algorithms/ppo/model.py
xtuner/_lite/algorithms/sft/__init__.py
xtuner/_lite/algorithms/sft/dataset.py
xtuner/_lite/chat/__init__.py
xtuner/_lite/chat/backends/__init__.py
xtuner/_lite/chat/messages/__init__.py
xtuner/_lite/chat/messages/base.py
xtuner/_lite/chat/messages/chat.py
xtuner/_lite/chat/templates/__init__.py
xtuner/_lite/chat/templates/chat.py
xtuner/_lite/chat/templates/hybrid.py
xtuner/_lite/datasets/__init__.py
xtuner/_lite/datasets/json.py
xtuner/_lite/datasets/jsonl.py
xtuner/_lite/datasets/pack.py
xtuner/_lite/datasets/streaming.py
xtuner/_lite/datasets/utils/__init__.py
xtuner/_lite/datasets/utils/convert.py
xtuner/_lite/datasets/utils/load.py
xtuner/_lite/datasets/utils/utils.py
xtuner/_lite/modelings/__init__.py
xtuner/_lite/modelings/internlm2/__init__.py
xtuner/_lite/modelings/internlm2/configuration_internlm2.py
xtuner/_lite/modelings/internlm2/modeling_internlm2.py
xtuner/_lite/modelings/internlm3/__init__.py
xtuner/_lite/modelings/internlm3/configuration_internlm3.py
xtuner/_lite/modelings/internlm3/modeling_internlm3.py
xtuner/_lite/modelings/internlm3/tokenization_internlm3.py
xtuner/_lite/modelings/internvl2/__init__.py
xtuner/_lite/modelings/internvl2/configuration_intern_vit.py
xtuner/_lite/modelings/internvl2/modeling_intern_vit.py
xtuner/_lite/modelings/llava/__init__.py
xtuner/_lite/modelings/llava/configuration_internlm2.py
xtuner/_lite/modelings/llava/configuration_llava.py
xtuner/_lite/modelings/llava/modeling_internlm2.py
xtuner/_lite/modelings/llava/modeling_llava.py
xtuner/_lite/modelings/llava/processing_llava.py
xtuner/_lite/parallel/__init__.py
xtuner/_lite/parallel/comm.py
xtuner/_lite/parallel/sampler.py
xtuner/_lite/parallel/setup.py
xtuner/_lite/parallel/sequence/__init__.py
xtuner/_lite/parallel/sequence/attention.py
xtuner/_lite/parallel/sequence/ops.py
xtuner/_lite/patches/__init__.py
xtuner/_lite/patches/auto.py
xtuner/_lite/patches/base.py
xtuner/_lite/patches/internlm3.py
xtuner/_lite/patches/llama.py
xtuner/_lite/patches/qwen2.py
xtuner/_lite/patches/utils.py
xtuner/_lite/patches/mixins/__init__.py
xtuner/_lite/patches/mixins/generate.py
xtuner/apis/__init__.py
xtuner/apis/model.py
xtuner/apis/training_args.py
xtuner/apis/datasets/__init__.py
xtuner/apis/datasets/alpaca.py
xtuner/apis/datasets/arxiv.py
xtuner/apis/datasets/code_alpaca.py
xtuner/apis/datasets/colorist.py
xtuner/apis/datasets/lawyer.py
xtuner/apis/datasets/medical.py
xtuner/apis/datasets/moss_003_sft.py
xtuner/apis/datasets/oasst1.py
xtuner/apis/datasets/open_orca.py
xtuner/apis/datasets/sql.py
xtuner/apis/datasets/tiny_codes.py
xtuner/apis/datasets/wizardlm.py
xtuner/configs/__init__.py
xtuner/configs/baichuan/baichuan2_13b_base/baichuan2_13b_base_qlora_alpaca_e3.py
xtuner/configs/baichuan/baichuan2_13b_base/baichuan2_13b_base_qlora_alpaca_enzh_e3.py
xtuner/configs/baichuan/baichuan2_13b_base/baichuan2_13b_base_qlora_alpaca_enzh_oasst1_e3.py
xtuner/configs/baichuan/baichuan2_13b_base/baichuan2_13b_base_qlora_alpaca_zh_e3.py
xtuner/configs/baichuan/baichuan2_13b_base/baichuan2_13b_base_qlora_arxiv_gentitle_e3.py
xtuner/configs/baichuan/baichuan2_13b_base/baichuan2_13b_base_qlora_code_alpaca_e3.py
xtuner/configs/baichuan/baichuan2_13b_base/baichuan2_13b_base_qlora_colorist_e5.py
xtuner/configs/baichuan/baichuan2_13b_base/baichuan2_13b_base_qlora_lawyer_e3.py
xtuner/configs/baichuan/baichuan2_13b_base/baichuan2_13b_base_qlora_oasst1_512_e3.py
xtuner/configs/baichuan/baichuan2_13b_base/baichuan2_13b_base_qlora_oasst1_e3.py
xtuner/configs/baichuan/baichuan2_13b_base/baichuan2_13b_base_qlora_open_platypus_e3.py
xtuner/configs/baichuan/baichuan2_13b_base/baichuan2_13b_base_qlora_sql_e3.py
xtuner/configs/baichuan/baichuan2_13b_chat/baichuan2_13b_chat_qlora_alpaca_e3.py
xtuner/configs/baichuan/baichuan2_13b_chat/baichuan2_13b_chat_qlora_alpaca_enzh_e3.py
xtuner/configs/baichuan/baichuan2_13b_chat/baichuan2_13b_chat_qlora_alpaca_enzh_oasst1_e3.py
xtuner/configs/baichuan/baichuan2_13b_chat/baichuan2_13b_chat_qlora_alpaca_zh_e3.py
xtuner/configs/baichuan/baichuan2_13b_chat/baichuan2_13b_chat_qlora_code_alpaca_e3.py
xtuner/configs/baichuan/baichuan2_13b_chat/baichuan2_13b_chat_qlora_lawyer_e3.py
xtuner/configs/baichuan/baichuan2_13b_chat/baichuan2_13b_chat_qlora_oasst1_512_e3.py
xtuner/configs/baichuan/baichuan2_13b_chat/baichuan2_13b_chat_qlora_oasst1_e3.py
xtuner/configs/baichuan/baichuan2_13b_chat/baichuan2_13b_chat_qlora_open_platypus_e3.py
xtuner/configs/baichuan/baichuan2_7b_base/baichuan2_7b_base_qlora_alpaca_e3.py
xtuner/configs/baichuan/baichuan2_7b_base/baichuan2_7b_base_qlora_alpaca_enzh_e3.py
xtuner/configs/baichuan/baichuan2_7b_base/baichuan2_7b_base_qlora_alpaca_enzh_oasst1_e3.py
xtuner/configs/baichuan/baichuan2_7b_base/baichuan2_7b_base_qlora_alpaca_zh_e3.py
xtuner/configs/baichuan/baichuan2_7b_base/baichuan2_7b_base_qlora_arxiv_gentitle_e3.py
xtuner/configs/baichuan/baichuan2_7b_base/baichuan2_7b_base_qlora_code_alpaca_e3.py
xtuner/configs/baichuan/baichuan2_7b_base/baichuan2_7b_base_qlora_colorist_e5.py
xtuner/configs/baichuan/baichuan2_7b_base/baichuan2_7b_base_qlora_lawyer_e3.py
xtuner/configs/baichuan/baichuan2_7b_base/baichuan2_7b_base_qlora_oasst1_512_e3.py
xtuner/configs/baichuan/baichuan2_7b_base/baichuan2_7b_base_qlora_oasst1_e3.py
xtuner/configs/baichuan/baichuan2_7b_base/baichuan2_7b_base_qlora_open_platypus_e3.py
xtuner/configs/baichuan/baichuan2_7b_base/baichuan2_7b_base_qlora_sql_e3.py
xtuner/configs/baichuan/baichuan2_7b_chat/baichuan2_7b_chat_qlora_alpaca_e3.py
xtuner/configs/baichuan/baichuan2_7b_chat/baichuan2_7b_chat_qlora_alpaca_enzh_e3.py
xtuner/configs/baichuan/baichuan2_7b_chat/baichuan2_7b_chat_qlora_alpaca_enzh_oasst1_e3.py
xtuner/configs/baichuan/baichuan2_7b_chat/baichuan2_7b_chat_qlora_alpaca_zh_e3.py
xtuner/configs/baichuan/baichuan2_7b_chat/baichuan2_7b_chat_qlora_code_alpaca_e3.py
xtuner/configs/baichuan/baichuan2_7b_chat/baichuan2_7b_chat_qlora_lawyer_e3.py
xtuner/configs/baichuan/baichuan2_7b_chat/baichuan2_7b_chat_qlora_oasst1_512_e3.py
xtuner/configs/baichuan/baichuan2_7b_chat/baichuan2_7b_chat_qlora_oasst1_e3.py
xtuner/configs/baichuan/baichuan2_7b_chat/baichuan2_7b_chat_qlora_open_platypus_e3.py
xtuner/configs/baichuan/baichuan_13b_base/baichuan_13b_base_qlora_alpaca_e3.py
xtuner/configs/baichuan/baichuan_13b_base/baichuan_13b_base_qlora_alpaca_enzh_e3.py
xtuner/configs/baichuan/baichuan_13b_base/baichuan_13b_base_qlora_alpaca_enzh_oasst1_e3.py
xtuner/configs/baichuan/baichuan_13b_base/baichuan_13b_base_qlora_alpaca_zh_e3.py
xtuner/configs/baichuan/baichuan_13b_base/baichuan_13b_base_qlora_arxiv_gentitle_e3.py
xtuner/configs/baichuan/baichuan_13b_base/baichuan_13b_base_qlora_code_alpaca_e3.py
xtuner/configs/baichuan/baichuan_13b_base/baichuan_13b_base_qlora_colorist_e5.py
xtuner/configs/baichuan/baichuan_13b_base/baichuan_13b_base_qlora_lawyer_e3.py
xtuner/configs/baichuan/baichuan_13b_base/baichuan_13b_base_qlora_medical_e1.py
xtuner/configs/baichuan/baichuan_13b_base/baichuan_13b_base_qlora_moss_sft_all_e1.py
xtuner/configs/baichuan/baichuan_13b_base/baichuan_13b_base_qlora_moss_sft_all_e2_gpu8.py
xtuner/configs/baichuan/baichuan_13b_base/baichuan_13b_base_qlora_moss_sft_plugins_e1.py
xtuner/configs/baichuan/baichuan_13b_base/baichuan_13b_base_qlora_oasst1_512_e3.py
xtuner/configs/baichuan/baichuan_13b_base/baichuan_13b_base_qlora_oasst1_e3.py
xtuner/configs/baichuan/baichuan_13b_base/baichuan_13b_base_qlora_open_platypus_e3.py
xtuner/configs/baichuan/baichuan_13b_base/baichuan_13b_base_qlora_openorca_e1.py
xtuner/configs/baichuan/baichuan_13b_base/baichuan_13b_base_qlora_sql_e3.py
xtuner/configs/baichuan/baichuan_13b_base/baichuan_13b_base_qlora_tiny_codes_e1.py
xtuner/configs/baichuan/baichuan_13b_chat/baichuan_13b_chat_qlora_alpaca_e3.py
xtuner/configs/baichuan/baichuan_13b_chat/baichuan_13b_chat_qlora_alpaca_enzh_e3.py
xtuner/configs/baichuan/baichuan_13b_chat/baichuan_13b_chat_qlora_alpaca_enzh_oasst1_e3.py
xtuner/configs/baichuan/baichuan_13b_chat/baichuan_13b_chat_qlora_alpaca_zh_e3.py
xtuner/configs/baichuan/baichuan_13b_chat/baichuan_13b_chat_qlora_arxiv_gentitle_e3.py
xtuner/configs/baichuan/baichuan_13b_chat/baichuan_13b_chat_qlora_code_alpaca_e3.py
xtuner/configs/baichuan/baichuan_13b_chat/baichuan_13b_chat_qlora_colorist_e5.py
xtuner/configs/baichuan/baichuan_13b_chat/baichuan_13b_chat_qlora_lawyer_e3.py
xtuner/configs/baichuan/baichuan_13b_chat/baichuan_13b_chat_qlora_medical_e1.py
xtuner/configs/baichuan/baichuan_13b_chat/baichuan_13b_chat_qlora_oasst1_512_e3.py
xtuner/configs/baichuan/baichuan_13b_chat/baichuan_13b_chat_qlora_oasst1_e3.py
xtuner/configs/baichuan/baichuan_13b_chat/baichuan_13b_chat_qlora_open_platypus_e3.py
xtuner/configs/baichuan/baichuan_13b_chat/baichuan_13b_chat_qlora_openorca_e1.py
xtuner/configs/baichuan/baichuan_13b_chat/baichuan_13b_chat_qlora_sql_e3.py
xtuner/configs/baichuan/baichuan_13b_chat/baichuan_13b_chat_qlora_tiny_codes_e1.py
xtuner/configs/baichuan/baichuan_7b/baichuan_7b_qlora_alpaca_e3.py
xtuner/configs/baichuan/baichuan_7b/baichuan_7b_qlora_alpaca_enzh_e3.py
xtuner/configs/baichuan/baichuan_7b/baichuan_7b_qlora_alpaca_enzh_oasst1_e3.py
xtuner/configs/baichuan/baichuan_7b/baichuan_7b_qlora_alpaca_zh_e3.py
xtuner/configs/baichuan/baichuan_7b/baichuan_7b_qlora_arxiv_gentitle_e3.py
xtuner/configs/baichuan/baichuan_7b/baichuan_7b_qlora_code_alpaca_e3.py
xtuner/configs/baichuan/baichuan_7b/baichuan_7b_qlora_colorist_e5.py
xtuner/configs/baichuan/baichuan_7b/baichuan_7b_qlora_lawyer_e3.py
xtuner/configs/baichuan/baichuan_7b/baichuan_7b_qlora_medical_e1.py
xtuner/configs/baichuan/baichuan_7b/baichuan_7b_qlora_moss_sft_all_e1.py
xtuner/configs/baichuan/baichuan_7b/baichuan_7b_qlora_moss_sft_all_e2_gpu8.py
xtuner/configs/baichuan/baichuan_7b/baichuan_7b_qlora_moss_sft_plugins_e1.py
xtuner/configs/baichuan/baichuan_7b/baichuan_7b_qlora_oasst1_512_e3.py
xtuner/configs/baichuan/baichuan_7b/baichuan_7b_qlora_oasst1_e3.py
xtuner/configs/baichuan/baichuan_7b/baichuan_7b_qlora_open_platypus_e3.py
xtuner/configs/baichuan/baichuan_7b/baichuan_7b_qlora_openorca_e1.py
xtuner/configs/baichuan/baichuan_7b/baichuan_7b_qlora_sql_e3.py
xtuner/configs/baichuan/baichuan_7b/baichuan_7b_qlora_tiny_codes_e1.py
xtuner/configs/chatglm/chatglm2_6b/chatglm2_6b_qlora_alpaca_e3.py
xtuner/configs/chatglm/chatglm2_6b/chatglm2_6b_qlora_alpaca_enzh_e3.py
xtuner/configs/chatglm/chatglm2_6b/chatglm2_6b_qlora_alpaca_enzh_oasst1_e3.py
xtuner/configs/chatglm/chatglm2_6b/chatglm2_6b_qlora_alpaca_zh_e3.py
xtuner/configs/chatglm/chatglm2_6b/chatglm2_6b_qlora_arxiv_gentitle_e3.py
xtuner/configs/chatglm/chatglm2_6b/chatglm2_6b_qlora_code_alpaca_e3.py
xtuner/configs/chatglm/chatglm2_6b/chatglm2_6b_qlora_colorist_e5.py
xtuner/configs/chatglm/chatglm2_6b/chatglm2_6b_qlora_lawyer_e3.py
xtuner/configs/chatglm/chatglm2_6b/chatglm2_6b_qlora_medical_e1.py
xtuner/configs/chatglm/chatglm2_6b/chatglm2_6b_qlora_oasst1_512_e3.py
xtuner/configs/chatglm/chatglm2_6b/chatglm2_6b_qlora_oasst1_e3.py
xtuner/configs/chatglm/chatglm2_6b/chatglm2_6b_qlora_open_platypus_e3.py
xtuner/configs/chatglm/chatglm2_6b/chatglm2_6b_qlora_openorca_e1.py
xtuner/configs/chatglm/chatglm2_6b/chatglm2_6b_qlora_sql_e3.py
xtuner/configs/chatglm/chatglm2_6b/chatglm2_6b_qlora_tiny_codes_e1.py
xtuner/configs/chatglm/chatglm3_6b/chatglm3_6b_qlora_alpaca_e3.py
xtuner/configs/chatglm/chatglm3_6b/chatglm3_6b_qlora_alpaca_enzh_e3.py
xtuner/configs/chatglm/chatglm3_6b/chatglm3_6b_qlora_alpaca_enzh_oasst1_e3.py
xtuner/configs/chatglm/chatglm3_6b/chatglm3_6b_qlora_alpaca_zh_e3.py
xtuner/configs/chatglm/chatglm3_6b/chatglm3_6b_qlora_arxiv_gentitle_e3.py
xtuner/configs/chatglm/chatglm3_6b/chatglm3_6b_qlora_code_alpaca_e3.py
xtuner/configs/chatglm/chatglm3_6b/chatglm3_6b_qlora_colorist_e5.py
xtuner/configs/chatglm/chatglm3_6b/chatglm3_6b_qlora_lawyer_e3.py
xtuner/configs/chatglm/chatglm3_6b/chatglm3_6b_qlora_medical_e1.py
xtuner/configs/chatglm/chatglm3_6b/chatglm3_6b_qlora_oasst1_512_e3.py
xtuner/configs/chatglm/chatglm3_6b/chatglm3_6b_qlora_oasst1_e3.py
xtuner/configs/chatglm/chatglm3_6b/chatglm3_6b_qlora_open_platypus_e3.py
xtuner/configs/chatglm/chatglm3_6b/chatglm3_6b_qlora_openorca_e1.py
xtuner/configs/chatglm/chatglm3_6b/chatglm3_6b_qlora_sql_e3.py
xtuner/configs/chatglm/chatglm3_6b/chatglm3_6b_qlora_tiny_codes_e1.py
xtuner/configs/chatglm/chatglm3_6b_base/chatglm3_6b_base_qlora_alpaca_e3.py
xtuner/configs/chatglm/chatglm3_6b_base/chatglm3_6b_base_qlora_alpaca_enzh_e3.py
xtuner/configs/chatglm/chatglm3_6b_base/chatglm3_6b_base_qlora_alpaca_enzh_oasst1_e3.py
xtuner/configs/chatglm/chatglm3_6b_base/chatglm3_6b_base_qlora_alpaca_zh_e3.py
xtuner/configs/chatglm/chatglm3_6b_base/chatglm3_6b_base_qlora_arxiv_gentitle_e3.py
xtuner/configs/chatglm/chatglm3_6b_base/chatglm3_6b_base_qlora_code_alpaca_e3.py
xtuner/configs/chatglm/chatglm3_6b_base/chatglm3_6b_base_qlora_colorist_e5.py
xtuner/configs/chatglm/chatglm3_6b_base/chatglm3_6b_base_qlora_lawyer_e3.py
xtuner/configs/chatglm/chatglm3_6b_base/chatglm3_6b_base_qlora_medical_e1.py
xtuner/configs/chatglm/chatglm3_6b_base/chatglm3_6b_base_qlora_oasst1_512_e3.py
xtuner/configs/chatglm/chatglm3_6b_base/chatglm3_6b_base_qlora_oasst1_e3.py
xtuner/configs/chatglm/chatglm3_6b_base/chatglm3_6b_base_qlora_open_platypus_e3.py
xtuner/configs/chatglm/chatglm3_6b_base/chatglm3_6b_base_qlora_openorca_e1.py
xtuner/configs/chatglm/chatglm3_6b_base/chatglm3_6b_base_qlora_sql_e3.py
xtuner/configs/chatglm/chatglm3_6b_base/chatglm3_6b_base_qlora_tiny_codes_e1.py
xtuner/configs/cohere/cohere_104b/cohere_100b_128k_sp32.py
xtuner/configs/custom_dataset/pretrain/baichuan/baichuan2_13b_base_full_custom_pretrain_e1.py
xtuner/configs/custom_dataset/pretrain/baichuan/baichuan2_7b_base_full_custom_pretrain_e1.py
xtuner/configs/custom_dataset/pretrain/chatglm/chatglm2_6b_full_custom_pretrain_e1.py
xtuner/configs/custom_dataset/pretrain/chatglm/chatglm3_6b_full_custom_pretrain_e1.py
xtuner/configs/custom_dataset/pretrain/deepseek/deepseek_moe_16b_base_full_custom_pretrain_e1.py
xtuner/configs/custom_dataset/pretrain/gemma/gemma_2b_full_custom_pretrain_e1.py
xtuner/configs/custom_dataset/pretrain/gemma/gemma_7b_full_custom_pretrain_e1.py
xtuner/configs/custom_dataset/pretrain/internlm/internlm2_1_8b_full_custom_pretrain_e1.py
xtuner/configs/custom_dataset/pretrain/internlm/internlm2_20b_full_custom_pretrain_e1.py
xtuner/configs/custom_dataset/pretrain/internlm/internlm2_7b_full_custom_pretrain_e1.py
xtuner/configs/custom_dataset/pretrain/llama/llama2_70b_full_custom_pretrain_e1.py
xtuner/configs/custom_dataset/pretrain/llama/llama2_7b_full_custom_pretrain_e1.py
xtuner/configs/custom_dataset/pretrain/minicpm/minicpm3_4b_full_custom_pretrain_e1.py
xtuner/configs/custom_dataset/pretrain/minicpm/minicpm_1b_full_custom_pretrain_e1.py
xtuner/configs/custom_dataset/pretrain/minicpm/minicpm_2b_full_custom_pretrain_e1.py
xtuner/configs/custom_dataset/pretrain/mistral/mistral_7b_full_custom_pretrain_e1.py
xtuner/configs/custom_dataset/pretrain/mixtral/mixtral_8x7b_full_custom_pretrain_e1.py
xtuner/configs/custom_dataset/pretrain/qwen/qwen1_5_0_5b_full_custom_pretrain_e1.py
xtuner/configs/custom_dataset/pretrain/qwen/qwen1_5_14b_full_custom_pretrain_e1.py
xtuner/configs/custom_dataset/pretrain/qwen/qwen1_5_1_8b_full_custom_pretrain_e1.py
xtuner/configs/custom_dataset/pretrain/qwen/qwen1_5_4b_full_custom_pretrain_e1.py
xtuner/configs/custom_dataset/pretrain/qwen/qwen1_5_72b_full_custom_pretrain_e1.py
xtuner/configs/custom_dataset/pretrain/qwen/qwen1_5_7b_full_custom_pretrain_e1.py
xtuner/configs/custom_dataset/pretrain/qwen/qwen_1_8b_full_custom_pretrain_e1.py
xtuner/configs/custom_dataset/pretrain/qwen/qwen_72b_full_custom_pretrain_e1.py
xtuner/configs/custom_dataset/pretrain/qwen/qwen_7b_full_custom_pretrain_e1.py
xtuner/configs/custom_dataset/pretrain/starcoder/starcoder_full_custom_pretrain_e1.py
xtuner/configs/custom_dataset/pretrain/yi/yi_34b_full_custom_pretrain_e1.py
xtuner/configs/custom_dataset/pretrain/yi/yi_6b_full_custom_pretrain_e1.py
xtuner/configs/custom_dataset/pretrain/zephyr/zephyr_7b_beta_full_custom_pretrain_e1.py
xtuner/configs/custom_dataset/sft/baichuan/baichuan2_13b_chat_qlora_custom_sft_e1.py
xtuner/configs/custom_dataset/sft/baichuan/baichuan2_7b_chat_qlora_custom_sft_e1.py
xtuner/configs/custom_dataset/sft/baichuan/baichuan_13b_chat_qlora_custom_sft_e1.py
xtuner/configs/custom_dataset/sft/baichuan/baichuan_7b_qlora_custom_sft_e1.py
xtuner/configs/custom_dataset/sft/chatglm/chatglm2_6b_qlora_custom_sft_e1.py
xtuner/configs/custom_dataset/sft/chatglm/chatglm3_6b_qlora_custom_sft_e1.py
xtuner/configs/custom_dataset/sft/deepseek/deepseek_moe_16b_chat_qlora_custom_sft_e1.py
xtuner/configs/custom_dataset/sft/deepseek/deepseekcoder_6_7b_instruct_qlora_custom_sft_e1.py
xtuner/configs/custom_dataset/sft/gemma/gemma_2b_it_qlora_custom_sft_e1.py
xtuner/configs/custom_dataset/sft/gemma/gemma_2b_qlora_custom_sft_e1.py
xtuner/configs/custom_dataset/sft/gemma/gemma_7b_it_qlora_custom_sft_e1.py
xtuner/configs/custom_dataset/sft/gemma/gemma_7b_qlora_custom_sft_e1.py
xtuner/configs/custom_dataset/sft/internlm/internlm2_chat_1_8b_qlora_custom_sft_e1.py
xtuner/configs/custom_dataset/sft/internlm/internlm2_chat_20b_qlora_custom_sft_e1.py
xtuner/configs/custom_dataset/sft/internlm/internlm2_chat_7b_qlora_custom_sft_e1.py
xtuner/configs/custom_dataset/sft/llama/llama2_70b_qlora_custom_sft_e1.py
xtuner/configs/custom_dataset/sft/llama/llama2_7b_chat_qlora_custom_sft_e1.py
xtuner/configs/custom_dataset/sft/minicpm/minicpm3_4b_chat_qlora_custom_sft_e1.py
xtuner/configs/custom_dataset/sft/minicpm/minicpm_1b_full_custom_pretrain_e1.py
xtuner/configs/custom_dataset/sft/minicpm/minicpm_2b_full_custom_pretrain_e1.py
xtuner/configs/custom_dataset/sft/mistral/mistral_7b_full_finetune_custom_sft_e1.py
xtuner/configs/custom_dataset/sft/mixtral/mixtral_8x7b_instruct_qlora_custom_sft_e1.py
xtuner/configs/custom_dataset/sft/qwen/qwen1_5_0_5b_chat_qlora_custom_sft_e1.py
xtuner/configs/custom_dataset/sft/qwen/qwen1_5_14b_chat_qlora_custom_sft_e1.py
xtuner/configs/custom_dataset/sft/qwen/qwen1_5_1_8b_chat_qlora_custom_sft_e1.py
xtuner/configs/custom_dataset/sft/qwen/qwen1_5_4b_chat_qlora_custom_sft_e1.py
xtuner/configs/custom_dataset/sft/qwen/qwen1_5_72b_chat_qlora_custom_sft_e1.py
xtuner/configs/custom_dataset/sft/qwen/qwen1_5_7b_chat_qlora_custom_sft_e1.py
xtuner/configs/custom_dataset/sft/qwen/qwen_1_8b_chat_qlora_custom_sft_e1.py
xtuner/configs/custom_dataset/sft/qwen/qwen_72b_qlora_custom_sft_e1.py
xtuner/configs/custom_dataset/sft/qwen/qwen_7b_chat_qlora_custom_sft_e1.py
xtuner/configs/custom_dataset/sft/starcoder/starcoder_qlora_custom_sft_e1.py
xtuner/configs/custom_dataset/sft/yi/yi_34b_qlora_custom_sft_e1.py
xtuner/configs/custom_dataset/sft/yi/yi_6b_qlora_custom_sft_e1.py
xtuner/configs/custom_dataset/sft/zephyr/zephyr_7b_beta_qlora_custom_sft_e1.py
xtuner/configs/deepseek/deepseek_coder_6_7b_base/deepseek_coder_6_7b_base_qlora_code_alpaca_e3.py
xtuner/configs/deepseek/deepseek_coder_6_7b_instruct/deepseekcoder_6_7b_instruct_qlora_code_alpaca_e3.py
xtuner/configs/deepseek/deepseek_moe_16b_base/deepseek_moe_16b_base_full_oasst1_e3.py
xtuner/configs/deepseek/deepseek_moe_16b_base/deepseek_moe_16b_base_qlora_oasst1_e3.py
xtuner/configs/deepseek/deepseek_moe_16b_chat/deepseek_moe_16b_chat_full_oasst1_e3.py
xtuner/configs/deepseek/deepseek_moe_16b_chat/deepseek_moe_16b_chat_qlora_oasst1_e3.py
xtuner/configs/deepseek/deepseek_v2_chat/deepseek_v2_chat_full_alpaca_e3.py
xtuner/configs/deepseek/deepseek_v2_lite_chat/deepseek_v2_lite_chat_full_alpaca_e3.py
xtuner/configs/deepseek/deepseek_v2_lite_chat/deepseek_v2_lite_chat_full_alpaca_e3_32k_varlen.py
xtuner/configs/deepspeed/deepspeed_zero1.json
xtuner/configs/deepspeed/deepspeed_zero2.json
xtuner/configs/deepspeed/deepspeed_zero2_offload.json
xtuner/configs/deepspeed/deepspeed_zero3.json
xtuner/configs/deepspeed/deepspeed_zero3_offload.json
xtuner/configs/dpo/internlm/internlm2_chat_1_8b_dpo_full.py
xtuner/configs/dpo/internlm/internlm2_chat_1_8b_dpo_full_varlenattn.py
xtuner/configs/dpo/internlm/internlm2_chat_1_8b_dpo_full_varlenattn_jsonl_dataset.py
xtuner/configs/dpo/internlm/internlm2_chat_7b_dpo_qlora_varlenattn.py
xtuner/configs/dpo/llama/llama3_8b_instruct_dpo_qlora_varlenattn.py
xtuner/configs/gemma/gemma_2b/gemma_2b_full_alpaca_e3.py
xtuner/configs/gemma/gemma_2b/gemma_2b_qlora_alpaca_e3.py
xtuner/configs/gemma/gemma_2b_it/gemma_2b_it_full_alpaca_e3.py
xtuner/configs/gemma/gemma_2b_it/gemma_2b_it_qlora_alpaca_e3.py
xtuner/configs/gemma/gemma_7b/gemma_7b_full_alpaca_e3.py
xtuner/configs/gemma/gemma_7b/gemma_7b_qlora_alpaca_e3.py
xtuner/configs/gemma/gemma_7b_it/gemma_7b_it_full_alpaca_e3.py
xtuner/configs/gemma/gemma_7b_it/gemma_7b_it_qlora_alpaca_e3.py
xtuner/configs/internlm/internlm2_1_8b/internlm2_1_8b_full_alpaca_e3.py
xtuner/configs/internlm/internlm2_1_8b/internlm2_1_8b_qlora_alpaca_e3.py
xtuner/configs/internlm/internlm2_20b/internlm2_20b_full_finetune_custom_dataset_e1.py
xtuner/configs/internlm/internlm2_20b/internlm2_20b_qlora_alpaca_e3.py
xtuner/configs/internlm/internlm2_20b/internlm2_20b_qlora_arxiv_gentitle_e3.py
xtuner/configs/internlm/internlm2_20b/internlm2_20b_qlora_code_alpaca_e3.py
xtuner/configs/internlm/internlm2_20b/internlm2_20b_qlora_colorist_e5.py
xtuner/configs/internlm/internlm2_20b/internlm2_20b_qlora_lawyer_e3.py
xtuner/configs/internlm/internlm2_20b/internlm2_20b_qlora_msagent_react_e3_gpu8.py
xtuner/configs/internlm/internlm2_20b/internlm2_20b_qlora_oasst1_512_e3.py
xtuner/configs/internlm/internlm2_20b/internlm2_20b_qlora_oasst1_e3.py
xtuner/configs/internlm/internlm2_20b/internlm2_20b_qlora_sql_e3.py
xtuner/configs/internlm/internlm2_5_chat_20b/internlm2_5_chat_20b_alpaca_e3.py
xtuner/configs/internlm/internlm2_5_chat_20b/internlm2_5_chat_20b_qlora_alpaca_e3.py
xtuner/configs/internlm/internlm2_5_chat_7b/internlm2_5_chat_7b_full_finetune_custom_dataset_e1.py
xtuner/configs/internlm/internlm2_5_chat_7b/internlm2_5_chat_7b_qlora_alpaca_e3.py
xtuner/configs/internlm/internlm2_5_chat_7b/internlm2_5_chat_7b_qlora_oasst1_e3.py
xtuner/configs/internlm/internlm2_7b/internlm2_7b_full_finetune_custom_dataset_e1.py
xtuner/configs/internlm/internlm2_7b/internlm2_7b_full_finetune_custom_dataset_e1_sequence_parallel_4.py
xtuner/configs/internlm/internlm2_7b/internlm2_7b_qlora_alpaca_e3.py
xtuner/configs/internlm/internlm2_7b/internlm2_7b_qlora_arxiv_gentitle_e3.py
xtuner/configs/internlm/internlm2_7b/internlm2_7b_qlora_code_alpaca_e3.py
xtuner/configs/internlm/internlm2_7b/internlm2_7b_qlora_colorist_e5.py
xtuner/configs/internlm/internlm2_7b/internlm2_7b_qlora_json_e3.py
xtuner/configs/internlm/internlm2_7b/internlm2_7b_qlora_lawyer_e3.py
xtuner/configs/internlm/internlm2_7b/internlm2_7b_qlora_msagent_react_e3_gpu8.py
xtuner/configs/internlm/internlm2_7b/internlm2_7b_qlora_oasst1_512_e3.py
xtuner/configs/internlm/internlm2_7b/internlm2_7b_qlora_oasst1_e3.py
xtuner/configs/internlm/internlm2_7b/internlm2_7b_qlora_sql_e3.py
xtuner/configs/internlm/internlm2_7b/internlm2_7b_w_internevo_dataset.py
xtuner/configs/internlm/internlm2_7b/internlm2_7b_w_tokenized_dataset.py
xtuner/configs/internlm/internlm2_7b/internlm2_7b_w_untokenized_dataset.py
xtuner/configs/internlm/internlm2_chat_1_8b/internlm2_chat_1_8b_full_alpaca_e3.py
xtuner/configs/internlm/internlm2_chat_1_8b/internlm2_chat_1_8b_qlora_alpaca_e3.py
xtuner/configs/internlm/internlm2_chat_20b/internlm2_chat_20b_full_finetune_custom_dataset_e1.py
xtuner/configs/internlm/internlm2_chat_20b/internlm2_chat_20b_qlora_alpaca_e3.py
xtuner/configs/internlm/internlm2_chat_20b/internlm2_chat_20b_qlora_code_alpaca_e3.py
xtuner/configs/internlm/internlm2_chat_20b/internlm2_chat_20b_qlora_lawyer_e3.py
xtuner/configs/internlm/internlm2_chat_20b/internlm2_chat_20b_qlora_oasst1_512_e3.py
xtuner/configs/internlm/internlm2_chat_20b/internlm2_chat_20b_qlora_oasst1_e3.py
xtuner/configs/internlm/internlm2_chat_7b/internlm2_chat_7b_full_finetune_custom_dataset_e1.py
xtuner/configs/internlm/internlm2_chat_7b/internlm2_chat_7b_qlora_alpaca_e3.py
xtuner/configs/internlm/internlm2_chat_7b/internlm2_chat_7b_qlora_code_alpaca_e3.py
xtuner/configs/internlm/internlm2_chat_7b/internlm2_chat_7b_qlora_lawyer_e3.py
xtuner/configs/internlm/internlm2_chat_7b/internlm2_chat_7b_qlora_oasst1_512_e3.py
xtuner/configs/internlm/internlm2_chat_7b/internlm2_chat_7b_qlora_oasst1_e3.py
xtuner/configs/internlm/internlm_20b/internlm_20b_qlora_alpaca_e3.py
xtuner/configs/internlm/internlm_20b/internlm_20b_qlora_alpaca_enzh_e3.py
xtuner/configs/internlm/internlm_20b/internlm_20b_qlora_alpaca_enzh_oasst1_e3.py
xtuner/configs/internlm/internlm_20b/internlm_20b_qlora_alpaca_zh_e3.py
xtuner/configs/internlm/internlm_20b/internlm_20b_qlora_arxiv_gentitle_e3.py
xtuner/configs/internlm/internlm_20b/internlm_20b_qlora_code_alpaca_e3.py
xtuner/configs/internlm/internlm_20b/internlm_20b_qlora_colorist_e5.py
xtuner/configs/internlm/internlm_20b/internlm_20b_qlora_lawyer_e3.py
xtuner/configs/internlm/internlm_20b/internlm_20b_qlora_msagent_react_e3_gpu8.py
xtuner/configs/internlm/internlm_20b/internlm_20b_qlora_oasst1_512_e3.py
xtuner/configs/internlm/internlm_20b/internlm_20b_qlora_oasst1_e3.py
xtuner/configs/internlm/internlm_20b/internlm_20b_qlora_open_platypus_e3.py
xtuner/configs/internlm/internlm_20b/internlm_20b_qlora_sql_e3.py
xtuner/configs/internlm/internlm_7b/internlm_7b_full_alpaca_e3.py
xtuner/configs/internlm/internlm_7b/internlm_7b_full_alpaca_enzh_e3.py
xtuner/configs/internlm/internlm_7b/internlm_7b_full_alpaca_enzh_oasst1_e3.py
xtuner/configs/internlm/internlm_7b/internlm_7b_full_alpaca_zh_e3.py
xtuner/configs/internlm/internlm_7b/internlm_7b_full_intern_repo_dataset_template.py
xtuner/configs/internlm/internlm_7b/internlm_7b_full_oasst1_e3.py
xtuner/configs/internlm/internlm_7b/internlm_7b_qlora_alpaca_e3.py
xtuner/configs/internlm/internlm_7b/internlm_7b_qlora_alpaca_enzh_e3.py
xtuner/configs/internlm/internlm_7b/internlm_7b_qlora_alpaca_enzh_oasst1_e3.py
xtuner/configs/internlm/internlm_7b/internlm_7b_qlora_alpaca_zh_e3.py
xtuner/configs/internlm/internlm_7b/internlm_7b_qlora_arxiv_gentitle_e3.py
xtuner/configs/internlm/internlm_7b/internlm_7b_qlora_code_alpaca_e3.py
xtuner/configs/internlm/internlm_7b/internlm_7b_qlora_colorist_e5.py
xtuner/configs/internlm/internlm_7b/internlm_7b_qlora_json_e3.py
xtuner/configs/internlm/internlm_7b/internlm_7b_qlora_lawyer_e3.py
xtuner/configs/internlm/internlm_7b/internlm_7b_qlora_medical_e1.py
xtuner/configs/internlm/internlm_7b/internlm_7b_qlora_moss_sft_all_e1.py
xtuner/configs/internlm/internlm_7b/internlm_7b_qlora_moss_sft_all_e2_gpu8.py
xtuner/configs/internlm/internlm_7b/internlm_7b_qlora_moss_sft_plugins_e1.py
xtuner/configs/internlm/internlm_7b/internlm_7b_qlora_msagent_react_e3_gpu8.py
xtuner/configs/internlm/internlm_7b/internlm_7b_qlora_oasst1_512_e3.py
xtuner/configs/internlm/internlm_7b/internlm_7b_qlora_oasst1_e3.py
xtuner/configs/internlm/internlm_7b/internlm_7b_qlora_oasst1_e3_hf.py
xtuner/configs/internlm/internlm_7b/internlm_7b_qlora_oasst1_mmlu_e3.py
xtuner/configs/internlm/internlm_7b/internlm_7b_qlora_open_platypus_e3.py
xtuner/configs/internlm/internlm_7b/internlm_7b_qlora_openorca_e1.py
xtuner/configs/internlm/internlm_7b/internlm_7b_qlora_sql_e3.py
xtuner/configs/internlm/internlm_7b/internlm_7b_qlora_tiny_codes_e1.py
xtuner/configs/internlm/internlm_chat_20b/internlm_chat_20b_qlora_alpaca_e3.py
xtuner/configs/internlm/internlm_chat_20b/internlm_chat_20b_qlora_alpaca_enzh_e3.py
xtuner/configs/internlm/internlm_chat_20b/internlm_chat_20b_qlora_alpaca_enzh_oasst1_e3.py
xtuner/configs/internlm/internlm_chat_20b/internlm_chat_20b_qlora_alpaca_zh_e3.py
xtuner/configs/internlm/internlm_chat_20b/internlm_chat_20b_qlora_code_alpaca_e3.py
xtuner/configs/internlm/internlm_chat_20b/internlm_chat_20b_qlora_lawyer_e3.py
xtuner/configs/internlm/internlm_chat_20b/internlm_chat_20b_qlora_oasst1_512_e3.py
xtuner/configs/internlm/internlm_chat_20b/internlm_chat_20b_qlora_oasst1_e3.py
xtuner/configs/internlm/internlm_chat_20b/internlm_chat_20b_qlora_open_platypus_e3.py
xtuner/configs/internlm/internlm_chat_7b/internlm_chat_7b_qlora_alpaca_e3.py
xtuner/configs/internlm/internlm_chat_7b/internlm_chat_7b_qlora_alpaca_enzh_e3.py
xtuner/configs/internlm/internlm_chat_7b/internlm_chat_7b_qlora_alpaca_enzh_oasst1_e3.py
xtuner/configs/internlm/internlm_chat_7b/internlm_chat_7b_qlora_alpaca_zh_e3.py
xtuner/configs/internlm/internlm_chat_7b/internlm_chat_7b_qlora_arxiv_gentitle_e3.py
xtuner/configs/internlm/internlm_chat_7b/internlm_chat_7b_qlora_code_alpaca_e3.py
xtuner/configs/internlm/internlm_chat_7b/internlm_chat_7b_qlora_colorist_e5.py
xtuner/configs/internlm/internlm_chat_7b/internlm_chat_7b_qlora_lawyer_e3.py
xtuner/configs/internlm/internlm_chat_7b/internlm_chat_7b_qlora_medical_e1.py
xtuner/configs/internlm/internlm_chat_7b/internlm_chat_7b_qlora_oasst1_512_e3.py
xtuner/configs/internlm/internlm_chat_7b/internlm_chat_7b_qlora_oasst1_e3.py
xtuner/configs/internlm/internlm_chat_7b/internlm_chat_7b_qlora_open_platypus_e3.py
xtuner/configs/internlm/internlm_chat_7b/internlm_chat_7b_qlora_openorca_e1.py
xtuner/configs/internlm/internlm_chat_7b/internlm_chat_7b_qlora_sql_e3.py
xtuner/configs/internlm/internlm_chat_7b/internlm_chat_7b_qlora_tiny_codes_e1.py
xtuner/configs/internvl/v1_5/convert_to_official.py
xtuner/configs/internvl/v1_5/internvl_v1_5_internlm2_26b_finetune.py
xtuner/configs/internvl/v1_5/internvl_v1_5_internlm2_26b_lora_finetune.py
xtuner/configs/internvl/v1_5/internvl_v1_5_internlm2_26b_qlora_finetune.py
xtuner/configs/internvl/v1_5/internvl_v1_5_internlm2_2b_finetune.py
xtuner/configs/internvl/v1_5/internvl_v1_5_internlm2_2b_lora_finetune.py
xtuner/configs/internvl/v1_5/internvl_v1_5_internlm2_2b_qlora_finetune.py
xtuner/configs/internvl/v1_5/internvl_v1_5_phi3_4b_finetune.py
xtuner/configs/internvl/v1_5/internvl_v1_5_phi3_4b_lora_finetune.py
xtuner/configs/internvl/v1_5/internvl_v1_5_phi3_4b_qlora_finetune.py
xtuner/configs/internvl/v2/internvl_v2_internlm2_26b_finetune.py
xtuner/configs/internvl/v2/internvl_v2_internlm2_26b_lora_finetune.py
xtuner/configs/internvl/v2/internvl_v2_internlm2_26b_qlora_finetune.py
xtuner/configs/internvl/v2/internvl_v2_internlm2_2b_finetune.py
xtuner/configs/internvl/v2/internvl_v2_internlm2_2b_lora_finetune.py
xtuner/configs/internvl/v2/internvl_v2_internlm2_2b_qlora_finetune.py
xtuner/configs/internvl/v2/internvl_v2_internlm2_5_8b_finetune.py
xtuner/configs/internvl/v2/internvl_v2_internlm2_5_8b_lora_finetune.py
xtuner/configs/internvl/v2/internvl_v2_internlm2_5_8b_qlora_finetune.py
xtuner/configs/internvl/v2/internvl_v2_phi3_4b_finetune.py
xtuner/configs/internvl/v2/internvl_v2_phi3_4b_lora_finetune.py
xtuner/configs/internvl/v2/internvl_v2_phi3_4b_qlora_finetune.py
xtuner/configs/llama/llama2_70b/llama2_70b_full_wizardlm_e1.py
xtuner/configs/llama/llama2_70b/llama2_70b_int8_lora_open_platypus_e1.py
xtuner/configs/llama/llama2_70b/llama2_70b_int8_lora_open_platypus_e1_hf.py
xtuner/configs/llama/llama2_70b/llama2_70b_qlora_open_platypus_e1.py
xtuner/configs/llama/llama2_70b/llama2_70b_qlora_open_platypus_e1_hf.py
xtuner/configs/llama/llama2_7b/llama2_7b_full_pgbooks_400iters_sp1.py
xtuner/configs/llama/llama2_7b/llama2_7b_full_pgbooks_400iters_sp4.py
xtuner/configs/llama/llama2_7b/llama2_7b_full_wizardlm_e1.py
xtuner/configs/llama/llama2_7b/llama2_7b_qlora_alpaca_e3.py
xtuner/configs/llama/llama2_7b/llama2_7b_qlora_alpaca_enzh_e3.py
xtuner/configs/llama/llama2_7b/llama2_7b_qlora_alpaca_enzh_oasst1_e3.py
xtuner/configs/llama/llama2_7b/llama2_7b_qlora_alpaca_zh_e3.py
xtuner/configs/llama/llama2_7b/llama2_7b_qlora_arxiv_gentitle_e3.py
xtuner/configs/llama/llama2_7b/llama2_7b_qlora_code_alpaca_e3.py
xtuner/configs/llama/llama2_7b/llama2_7b_qlora_colorist_e5.py
xtuner/configs/llama/llama2_7b/llama2_7b_qlora_lawyer_e3.py
xtuner/configs/llama/llama2_7b/llama2_7b_qlora_medical_e1.py
xtuner/configs/llama/llama2_7b/llama2_7b_qlora_moss_sft_all_e1.py
xtuner/configs/llama/llama2_7b/llama2_7b_qlora_moss_sft_all_e2_gpu8.py
xtuner/configs/llama/llama2_7b/llama2_7b_qlora_moss_sft_plugins_e1.py
xtuner/configs/llama/llama2_7b/llama2_7b_qlora_msagent_react_e3_gpu8.py
xtuner/configs/llama/llama2_7b/llama2_7b_qlora_oasst1_512_e3.py
xtuner/configs/llama/llama2_7b/llama2_7b_qlora_oasst1_e3.py
xtuner/configs/llama/llama2_7b/llama2_7b_qlora_open_platypus_e3.py
xtuner/configs/llama/llama2_7b/llama2_7b_qlora_openorca_e1.py
xtuner/configs/llama/llama2_7b/llama2_7b_qlora_sql_e3.py
xtuner/configs/llama/llama2_7b/llama2_7b_qlora_tiny_codes_e1.py
xtuner/configs/llama/llama2_7b_chat/llama2_7b_chat_qlora_alpaca_e3.py
xtuner/configs/llama/llama2_7b_chat/llama2_7b_chat_qlora_alpaca_enzh_e3.py
xtuner/configs/llama/llama2_7b_chat/llama2_7b_chat_qlora_alpaca_enzh_oasst1_e3.py
xtuner/configs/llama/llama2_7b_chat/llama2_7b_chat_qlora_alpaca_zh_e3.py
xtuner/configs/llama/llama2_7b_chat/llama2_7b_chat_qlora_arxiv_gentitle_e3.py
xtuner/configs/llama/llama2_7b_chat/llama2_7b_chat_qlora_code_alpaca_e3.py
xtuner/configs/llama/llama2_7b_chat/llama2_7b_chat_qlora_colorist_e5.py
xtuner/configs/llama/llama2_7b_chat/llama2_7b_chat_qlora_lawyer_e3.py
xtuner/configs/llama/llama2_7b_chat/llama2_7b_chat_qlora_medical_e1.py
xtuner/configs/llama/llama2_7b_chat/llama2_7b_chat_qlora_oasst1_512_e3.py
xtuner/configs/llama/llama2_7b_chat/llama2_7b_chat_qlora_oasst1_e3.py
xtuner/configs/llama/llama2_7b_chat/llama2_7b_chat_qlora_open_platypus_e3.py
xtuner/configs/llama/llama2_7b_chat/llama2_7b_chat_qlora_openorca_e1.py
xtuner/configs/llama/llama2_7b_chat/llama2_7b_chat_qlora_sql_e3.py
xtuner/configs/llama/llama2_7b_chat/llama2_7b_chat_qlora_tiny_codes_e1.py
xtuner/configs/llama/llama3_70b_instruct/llama3_70b_instruct_qlora_alpaca_e3_2k_gpu8.py
xtuner/configs/llama/llama3_8b/llama3_8b_full_alpaca_e3.py
xtuner/configs/llama/llama3_8b_instruct/llama3_8b_instruct_full_alpaca_e3.py
xtuner/configs/llama/llama3_8b_instruct/llama3_8b_instruct_qlora_alpaca_e3.py
xtuner/configs/llama/llama_7b/llama_7b_qlora_alpaca_e3.py
xtuner/configs/llama/llama_7b/llama_7b_qlora_alpaca_enzh_e3.py
xtuner/configs/llama/llama_7b/llama_7b_qlora_alpaca_enzh_oasst1_e3.py
xtuner/configs/llama/llama_7b/llama_7b_qlora_alpaca_zh_e3.py
xtuner/configs/llama/llama_7b/llama_7b_qlora_arxiv_gentitle_e3.py
xtuner/configs/llama/llama_7b/llama_7b_qlora_code_alpaca_e3.py
xtuner/configs/llama/llama_7b/llama_7b_qlora_colorist_e5.py
xtuner/configs/llama/llama_7b/llama_7b_qlora_lawyer_e3.py
xtuner/configs/llama/llama_7b/llama_7b_qlora_medical_e1.py
xtuner/configs/llama/llama_7b/llama_7b_qlora_moss_sft_all_e1.py
xtuner/configs/llama/llama_7b/llama_7b_qlora_moss_sft_all_e2_gpu8.py
xtuner/configs/llama/llama_7b/llama_7b_qlora_moss_sft_plugins_e1.py
xtuner/configs/llama/llama_7b/llama_7b_qlora_oasst1_512_e3.py
xtuner/configs/llama/llama_7b/llama_7b_qlora_oasst1_e3.py
xtuner/configs/llama/llama_7b/llama_7b_qlora_open_platypus_e3.py
xtuner/configs/llama/llama_7b/llama_7b_qlora_openorca_e1.py
xtuner/configs/llama/llama_7b/llama_7b_qlora_sql_e3.py
xtuner/configs/llama/llama_7b/llama_7b_qlora_tiny_codes_e1.py
xtuner/configs/llama_speed_benchmark/llama2_70b/llama2_70b_full_alpaca_enzh_128k_sp8.py
xtuner/configs/llama_speed_benchmark/llama2_70b/llama2_70b_full_alpaca_enzh_256k_sp16.py
xtuner/configs/llama_speed_benchmark/llama2_70b/llama2_70b_full_alpaca_enzh_32k_sp4.py
xtuner/configs/llama_speed_benchmark/llama2_70b/llama2_70b_full_alpaca_enzh_8k_sp1.py
xtuner/configs/llama_speed_benchmark/llama2_7b/llama2_7b_full_alpaca_enzh_128k_sp8.py
xtuner/configs/llama_speed_benchmark/llama2_7b/llama2_7b_full_alpaca_enzh_1M_sp16.py
xtuner/configs/llama_speed_benchmark/llama2_7b/llama2_7b_full_alpaca_enzh_256k_sp8.py
xtuner/configs/llama_speed_benchmark/llama2_7b/llama2_7b_full_alpaca_enzh_32k_sp1.py
xtuner/configs/llama_speed_benchmark/llama2_7b/llama2_7b_full_alpaca_enzh_8k_sp1.py
xtuner/configs/llama_speed_benchmark/yi_34b/yi_34b_200k_full_alpaca_enzh_128k_sp8.py
xtuner/configs/llama_speed_benchmark/yi_34b/yi_34b_200k_full_alpaca_enzh_256k_sp8.py
xtuner/configs/llama_speed_benchmark/yi_34b/yi_34b_200k_full_alpaca_enzh_32k_sp2.py
xtuner/configs/llama_speed_benchmark/yi_34b/yi_34b_200k_full_alpaca_enzh_8k_sp1.py
xtuner/configs/llava/internlm2_chat_1_8b_clip_vit_large_p14_336/finetune/llava_internlm2_chat_1_8b_qlora_clip_vit_large_p14_336_lora_e1_gpu8_finetune.py
xtuner/configs/llava/internlm2_chat_1_8b_clip_vit_large_p14_336/pretrain/llava_internlm2_chat_1_8b_clip_vit_large_p14_336_e1_gpu8_pretrain.py
xtuner/configs/llava/internlm2_chat_20b_clip_vit_large_p14_336/finetune/llava_internlm2_chat_20b_clip_vit_large_p14_336_e1_gpu8_finetune.py
xtuner/configs/llava/internlm2_chat_20b_clip_vit_large_p14_336/finetune/llava_internlm2_chat_20b_qlora_clip_vit_large_p14_336_lora_e1_gpu8_finetune.py
xtuner/configs/llava/internlm2_chat_20b_clip_vit_large_p14_336/pretrain/llava_internlm2_chat_20b_clip_vit_large_p14_336_e1_gpu8_pretrain.py
xtuner/configs/llava/internlm2_chat_7b_clip_vit_large_p14_336/finetune/llava_internlm2_chat_7b_clip_vit_large_p14_336_e1_gpu8_finetune.py
xtuner/configs/llava/internlm2_chat_7b_clip_vit_large_p14_336/finetune/llava_internlm2_chat_7b_qlora_clip_vit_large_p14_336_lora_e1_gpu8_finetune.py
xtuner/configs/llava/internlm2_chat_7b_clip_vit_large_p14_336/pretrain/llava_internlm2_chat_7b_clip_vit_large_p14_336_e1_gpu8_pretrain.py
xtuner/configs/llava/internlm_chat_7b_clip_vit_large_p14_336/finetune/llava_internlm_chat_7b_qlora_clip_vit_large_p14_336_lora_e1_gpu8_finetune.py
xtuner/configs/llava/internlm_chat_7b_clip_vit_large_p14_336/pretrain/llava_internlm_chat_7b_clip_vit_large_p14_336_e1_gpu8_pretrain.py
xtuner/configs/llava/llama3_70b_instruct_clip_vit_large_p14_336/pretrain/llava_llama3_70b_instruct_quant_clip_vit_large_p14_336_e1_gpu8_pretrain.py
xtuner/configs/llava/llama3_8b_instruct_clip_vit_large_p14_336/convert_xtuner_weights_to_hf.py
xtuner/configs/llava/llama3_8b_instruct_clip_vit_large_p14_336/convert_xtuner_weights_to_llava.py
xtuner/configs/llava/llama3_8b_instruct_clip_vit_large_p14_336/finetune/llava_llama3_8b_instruct_full_clip_vit_large_p14_336_e1_gpu8_finetune.py
xtuner/configs/llava/llama3_8b_instruct_clip_vit_large_p14_336/finetune/llava_llama3_8b_instruct_full_clip_vit_large_p14_336_lora_e1_gpu8_finetune.py
xtuner/configs/llava/llama3_8b_instruct_clip_vit_large_p14_336/finetune/llava_llama3_8b_instruct_full_clip_vit_large_p14_336_lora_e1_gpu8_internvl_finetune.py
xtuner/configs/llava/llama3_8b_instruct_clip_vit_large_p14_336/finetune/llava_llama3_8b_instruct_qlora_clip_vit_large_p14_336_e1_gpu1_finetune.py
xtuner/configs/llava/llama3_8b_instruct_clip_vit_large_p14_336/pretrain/llava_llama3_8b_instruct_clip_vit_large_p14_336_e1_gpu8_pretrain.py
xtuner/configs/llava/llama3_8b_instruct_clip_vit_large_p14_336/pretrain/llava_llama3_8b_instruct_clip_vit_large_p14_336_e1_gpu8_sharegpt4v_pretrain.py
xtuner/configs/llava/llama3_8b_instruct_clip_vit_large_p14_336/pretrain/llava_llama3_8b_instruct_quant_clip_vit_large_p14_336_e1_gpu1_pretrain.py
xtuner/configs/llava/official/llava_v15_13b/llava_v15_13b_finetune.py
xtuner/configs/llava/official/llava_v15_13b/llava_v15_13b_finetune_lora.py
xtuner/configs/llava/official/llava_v15_13b/llava_v15_13b_pretrain.py
xtuner/configs/llava/official/llava_v15_7b/llava_v15_7b_finetune.py
xtuner/configs/llava/official/llava_v15_7b/llava_v15_7b_finetune_lora.py
xtuner/configs/llava/official/llava_v15_7b/llava_v15_7b_pretrain.py
xtuner/configs/llava/phi3_mini_4k_instruct_clip_vit_large_p14_336/convert_phi_to_llama.py
xtuner/configs/llava/phi3_mini_4k_instruct_clip_vit_large_p14_336/convert_xtuner_weights_to_hf.py
xtuner/configs/llava/phi3_mini_4k_instruct_clip_vit_large_p14_336/convert_xtuner_weights_to_llava.py
xtuner/configs/llava/phi3_mini_4k_instruct_clip_vit_large_p14_336/finetune/llava_phi3_mini_4k_instruct_full_clip_vit_large_p14_336_e1_gpu8_finetune.py
xtuner/configs/llava/phi3_mini_4k_instruct_clip_vit_large_p14_336/finetune/llava_phi3_mini_4k_instruct_full_clip_vit_large_p14_336_full_e2_gpu8_internvl_finetune.py
xtuner/configs/llava/phi3_mini_4k_instruct_clip_vit_large_p14_336/pretrain/llava_phi3_mini_4k_instruct_clip_vit_large_p14_336_e1_gpu8_pretrain.py
xtuner/configs/llava/phi3_mini_4k_instruct_clip_vit_large_p14_336/pretrain/llava_phi3_mini_4k_instruct_clip_vit_large_p14_336_e1_gpu8_sharegpt4v_pretrain.py
xtuner/configs/llava/vicuna_13b_v15_clip_vit_large_p14_336/finetune/llava_vicuna_13b_v15_qlora_clip_vit_large_p14_336_lora_e1_gpu8_finetune.py
xtuner/configs/llava/vicuna_13b_v15_clip_vit_large_p14_336/pretrain/llava_vicuna_13b_v15_clip_vit_large_p14_336_e1_gpu8_pretrain.py
xtuner/configs/llava/vicuna_7b_v15_clip_vit_large_p14_336/finetune/llava_vicuna_7b_v15_qlora_clip_vit_large_p14_336_lora_e1_gpu8_finetune.py
xtuner/configs/llava/vicuna_7b_v15_clip_vit_large_p14_336/finetune/llava_vicuna_7b_v15_qlora_clip_vit_large_p14_336_lora_e1_gpu8_finetune_refcoco.py
xtuner/configs/llava/vicuna_7b_v15_clip_vit_large_p14_336/pretrain/llava_vicuna_7b_v15_clip_vit_large_p14_336_e1_gpu8_pretrain.py
xtuner/configs/minicpm/1_2b/minicpm_1b_dpo_qlora.py
xtuner/configs/minicpm/1_2b/minicpm_1b_full_alpaca_zh_e3.py
xtuner/configs/minicpm/1_2b/minicpm_1b_lora_alpaca_zh_e3.py
xtuner/configs/minicpm/1_2b/minicpm_1b_qlora_alpaca_enzh_e3.py
xtuner/configs/minicpm/1_2b/minicpm_1b_qlora_alpaca_zh_e3.py
xtuner/configs/minicpm/2b/minicpm_2b_dpo_qlora.py
xtuner/configs/minicpm/2b/minicpm_2b_full_alpaca_zh_e3.py
xtuner/configs/minicpm/2b/minicpm_2b_lora_alpaca_zh_e3.py
xtuner/configs/minicpm/2b/minicpm_2b_qlora_alpaca_enzh_e3.py
xtuner/configs/minicpm/2b/minicpm_2b_qlora_alpaca_zh_e3.py
xtuner/configs/minicpm/minicpm3_4b/minicpm3_4b_dpo_qlora.py
xtuner/configs/minicpm/minicpm3_4b/minicpm3_4b_full_alpaca_zh_e3.py
xtuner/configs/mistral/mistral_7b_full_finetune_custom_dataset_e1.py
xtuner/configs/mistral/mistral_7b_qlora_skypile_pretrain_e1.py
xtuner/configs/mistral/mistral_7b_w_tokenized_dataset.py
xtuner/configs/mistral/mistral_7b_w_untokenized_dataset.py
xtuner/configs/mixtral/mixtral_8x7b/mixtral_8x7b_full_oasst1_e3.py
xtuner/configs/mixtral/mixtral_8x7b/mixtral_8x7b_qlora_oasst1_e3.py
xtuner/configs/mixtral/mixtral_8x7b_instruct/mixtral_8x7b_instruct_full_oasst1_e3.py
xtuner/configs/mixtral/mixtral_8x7b_instruct/mixtral_8x7b_instruct_qlora_oasst1_e3.py
xtuner/configs/orpo/internlm/internlm2_chat_1_8b_orpo_full.py
xtuner/configs/orpo/internlm/internlm2_chat_1_8b_orpo_full_varlenattn.py
xtuner/configs/orpo/internlm/internlm2_chat_1_8b_orpo_full_varlenattn_jsonl_dataset.py
xtuner/configs/orpo/internlm/internlm2_chat_7b_orpo_qlora_varlenattn_ultrafeedback_e5.py
xtuner/configs/orpo/llama/llama3_8b_instruct_orpo_qlora_varlenattn_ultrafeedback_e5.py
xtuner/configs/phi/phi3/phi3_mini_128k_instruct_full_alpaca_e3.py
xtuner/configs/phi/phi3/phi3_mini_128k_instruct_qlora_alpaca_e3.py
xtuner/configs/phi/phi3/phi3_mini_4k_instruct_full_alpaca_e3.py
xtuner/configs/phi/phi3/phi3_mini_4k_instruct_qlora_alpaca_e3.py
xtuner/configs/qwen/qwen1/qwen_1_8b/qwen_1_8b_qlora_alpaca_e3.py
xtuner/configs/qwen/qwen1/qwen_1_8b/qwen_1_8b_qlora_alpaca_enzh_e3.py
xtuner/configs/qwen/qwen1/qwen_1_8b/qwen_1_8b_qlora_alpaca_enzh_oasst1_e3.py
xtuner/configs/qwen/qwen1/qwen_1_8b/qwen_1_8b_qlora_alpaca_zh_e3.py
xtuner/configs/qwen/qwen1/qwen_1_8b/qwen_1_8b_qlora_code_alpaca_e3.py
xtuner/configs/qwen/qwen1/qwen_1_8b_chat/qwen_1_8b_chat_qlora_alpaca_e3.py
xtuner/configs/qwen/qwen1/qwen_1_8b_chat/qwen_1_8b_chat_qlora_alpaca_enzh_e3.py
xtuner/configs/qwen/qwen1/qwen_1_8b_chat/qwen_1_8b_chat_qlora_alpaca_enzh_oasst1_e3.py
xtuner/configs/qwen/qwen1/qwen_1_8b_chat/qwen_1_8b_chat_qlora_alpaca_zh_e3.py
xtuner/configs/qwen/qwen1/qwen_1_8b_chat/qwen_1_8b_chat_qlora_code_alpaca_e3.py
xtuner/configs/qwen/qwen1/qwen_72b/qwen_72b_qlora_alpaca_e3.py
xtuner/configs/qwen/qwen1/qwen_72b/qwen_72b_qlora_alpaca_enzh_e3.py
xtuner/configs/qwen/qwen1/qwen_72b/qwen_72b_qlora_alpaca_enzh_oasst1_e3.py
xtuner/configs/qwen/qwen1/qwen_72b/qwen_72b_qlora_alpaca_zh_e3.py
xtuner/configs/qwen/qwen1/qwen_72b/qwen_72b_qlora_code_alpaca_e3.py
xtuner/configs/qwen/qwen1/qwen_7b/qwen_7b_qlora_alpaca_e3.py
xtuner/configs/qwen/qwen1/qwen_7b/qwen_7b_qlora_alpaca_enzh_e3.py
xtuner/configs/qwen/qwen1/qwen_7b/qwen_7b_qlora_alpaca_enzh_oasst1_e3.py
xtuner/configs/qwen/qwen1/qwen_7b/qwen_7b_qlora_alpaca_zh_e3.py
xtuner/configs/qwen/qwen1/qwen_7b/qwen_7b_qlora_arxiv_gentitle_e3.py
xtuner/configs/qwen/qwen1/qwen_7b/qwen_7b_qlora_code_alpaca_e3.py
xtuner/configs/qwen/qwen1/qwen_7b/qwen_7b_qlora_colorist_e5.py
xtuner/configs/qwen/qwen1/qwen_7b/qwen_7b_qlora_lawyer_e3.py
xtuner/configs/qwen/qwen1/qwen_7b/qwen_7b_qlora_medical_e1.py
xtuner/configs/qwen/qwen1/qwen_7b/qwen_7b_qlora_moss_sft_all_e1.py
xtuner/configs/qwen/qwen1/qwen_7b/qwen_7b_qlora_moss_sft_all_e2_gpu8.py
xtuner/configs/qwen/qwen1/qwen_7b/qwen_7b_qlora_moss_sft_plugins_e1.py
xtuner/configs/qwen/qwen1/qwen_7b/qwen_7b_qlora_oasst1_512_e3.py
xtuner/configs/qwen/qwen1/qwen_7b/qwen_7b_qlora_oasst1_e3.py
xtuner/configs/qwen/qwen1/qwen_7b/qwen_7b_qlora_open_platypus_e3.py
xtuner/configs/qwen/qwen1/qwen_7b/qwen_7b_qlora_openorca_e1.py
xtuner/configs/qwen/qwen1/qwen_7b/qwen_7b_qlora_sql_e3.py
xtuner/configs/qwen/qwen1/qwen_7b/qwen_7b_qlora_tiny_codes_e1.py
xtuner/configs/qwen/qwen1/qwen_7b_chat/qwen_7b_chat_qlora_alpaca_e3.py
xtuner/configs/qwen/qwen1/qwen_7b_chat/qwen_7b_chat_qlora_alpaca_enzh_e3.py
xtuner/configs/qwen/qwen1/qwen_7b_chat/qwen_7b_chat_qlora_alpaca_enzh_oasst1_e3.py
xtuner/configs/qwen/qwen1/qwen_7b_chat/qwen_7b_chat_qlora_alpaca_zh_e3.py
xtuner/configs/qwen/qwen1/qwen_7b_chat/qwen_7b_chat_qlora_arxiv_gentitle_e3.py
xtuner/configs/qwen/qwen1/qwen_7b_chat/qwen_7b_chat_qlora_code_alpaca_e3.py
xtuner/configs/qwen/qwen1/qwen_7b_chat/qwen_7b_chat_qlora_colorist_e5.py
xtuner/configs/qwen/qwen1/qwen_7b_chat/qwen_7b_chat_qlora_lawyer_e3.py
xtuner/configs/qwen/qwen1/qwen_7b_chat/qwen_7b_chat_qlora_medical_e1.py
xtuner/configs/qwen/qwen1/qwen_7b_chat/qwen_7b_chat_qlora_oasst1_512_e3.py
xtuner/configs/qwen/qwen1/qwen_7b_chat/qwen_7b_chat_qlora_oasst1_e3.py
xtuner/configs/qwen/qwen1/qwen_7b_chat/qwen_7b_chat_qlora_open_platypus_e3.py
xtuner/configs/qwen/qwen1/qwen_7b_chat/qwen_7b_chat_qlora_openorca_e1.py
xtuner/configs/qwen/qwen1/qwen_7b_chat/qwen_7b_chat_qlora_sql_e3.py
xtuner/configs/qwen/qwen1/qwen_7b_chat/qwen_7b_chat_qlora_tiny_codes_e1.py
xtuner/configs/qwen/qwen1_5/qwen1_5_0_5b/qwen1_5_0_5b_full_alpaca_e3.py
xtuner/configs/qwen/qwen1_5/qwen1_5_0_5b/qwen1_5_0_5b_qlora_alpaca_e3.py
xtuner/configs/qwen/qwen1_5/qwen1_5_0_5b_chat/qwen1_5_0_5b_chat_full_alpaca_e3.py
xtuner/configs/qwen/qwen1_5/qwen1_5_0_5b_chat/qwen1_5_0_5b_chat_qlora_alpaca_e3.py
xtuner/configs/qwen/qwen1_5/qwen1_5_110b/qwen1_5_110b_full_alpaca_e3.py
xtuner/configs/qwen/qwen1_5/qwen1_5_110b/qwen1_5_110b_qlora_alpaca_e3.py
xtuner/configs/qwen/qwen1_5/qwen1_5_110b_chat/qwen1_5_110b_chat_full_alpaca_e3.py
xtuner/configs/qwen/qwen1_5/qwen1_5_110b_chat/qwen1_5_110b_chat_qlora_alpaca_e3.py
xtuner/configs/qwen/qwen1_5/qwen1_5_110b_chat/qwen1_5_110b_chat_qlora_alpaca_e3_16k_2gpus.py
xtuner/configs/qwen/qwen1_5/qwen1_5_14b/qwen1_5_14b_full_alpaca_e3.py
xtuner/configs/qwen/qwen1_5/qwen1_5_14b/qwen1_5_14b_qlora_alpaca_e3.py
xtuner/configs/qwen/qwen1_5/qwen1_5_14b_chat/qwen1_5_14b_chat_full_alpaca_e3.py
xtuner/configs/qwen/qwen1_5/qwen1_5_14b_chat/qwen1_5_14b_chat_qlora_alpaca_e3.py
xtuner/configs/qwen/qwen1_5/qwen1_5_1_8b/qwen1_5_1_8b_full_alpaca_e3.py
xtuner/configs/qwen/qwen1_5/qwen1_5_1_8b/qwen1_5_1_8b_qlora_alpaca_e3.py
xtuner/configs/qwen/qwen1_5/qwen1_5_1_8b_chat/qwen1_5_1_8b_chat_full_alpaca_e3.py
xtuner/configs/qwen/qwen1_5/qwen1_5_1_8b_chat/qwen1_5_1_8b_chat_qlora_alpaca_e3.py
xtuner/configs/qwen/qwen1_5/qwen1_5_4b/qwen1_5_4b_full_alpaca_e3.py
xtuner/configs/qwen/qwen1_5/qwen1_5_4b/qwen1_5_4b_qlora_alpaca_e3.py
xtuner/configs/qwen/qwen1_5/qwen1_5_4b/qwen1_5_4b_qlora_alpaca_e3_openmind.py
xtuner/configs/qwen/qwen1_5/qwen1_5_4b_chat/qwen1_5_4b_chat_full_alpaca_e3.py
xtuner/configs/qwen/qwen1_5/qwen1_5_4b_chat/qwen1_5_4b_chat_qlora_alpaca_e3.py
xtuner/configs/qwen/qwen1_5/qwen1_5_72b/qwen1_5_72b_full_alpaca_e3.py
xtuner/configs/qwen/qwen1_5/qwen1_5_72b/qwen1_5_72b_qlora_alpaca_e3.py
xtuner/configs/qwen/qwen1_5/qwen1_5_72b_chat/qwen1_5_72b_chat_full_alpaca_e3.py
xtuner/configs/qwen/qwen1_5/qwen1_5_72b_chat/qwen1_5_72b_chat_qlora_alpaca_e3.py
xtuner/configs/qwen/qwen1_5/qwen1_5_7b/qwen1_5_7b_full_alpaca_e3.py
xtuner/configs/qwen/qwen1_5/qwen1_5_7b/qwen1_5_7b_qlora_alpaca_e3.py
xtuner/configs/qwen/qwen1_5/qwen1_5_7b_chat/qwen1_5_7b_chat_full_alpaca_e3.py
xtuner/configs/qwen/qwen1_5/qwen1_5_7b_chat/qwen1_5_7b_chat_qlora_alpaca_e3.py
xtuner/configs/qwen_moe/qwen1_5/qwen1_5_moe_a2_7_b_chat/qwen1_5_moe_a2_7_b_chat_full_alpaca_e3.py
xtuner/configs/reward_model/internlm/internlm2_chat_1_8b_reward_full_ultrafeedback.py
xtuner/configs/reward_model/internlm/internlm2_chat_1_8b_reward_full_varlenattn_jsonl_dataset.py
xtuner/configs/reward_model/internlm/internlm2_chat_1_8b_reward_full_varlenattn_ultrafeedback.py
xtuner/configs/reward_model/internlm/internlm2_chat_1_8b_reward_qlora_varlenattn_ultrafeedback.py
xtuner/configs/reward_model/llama/llama3_8b_instruct_reward_full_varlenattn_ultrafeedback.py
xtuner/configs/starcoder/starcoder_qlora_stack_exchange_example.py
xtuner/configs/yi/yi_34b/yi_34b_qlora_alpaca_enzh_e3.py
xtuner/configs/yi/yi_6b/yi_6b_qlora_alpaca_enzh_e3.py
xtuner/configs/zephyr/zephyr_7b_beta_qlora_alpaca_e3.py
xtuner/dataset/__init__.py
xtuner/dataset/concat_dataset.py
xtuner/dataset/huggingface.py
xtuner/dataset/intern_repo.py
xtuner/dataset/internvl_dataset.py
xtuner/dataset/json_dataset.py
xtuner/dataset/llava.py
xtuner/dataset/modelscope.py
xtuner/dataset/moss_sft.py
xtuner/dataset/preference_dataset.py
xtuner/dataset/refcoco_json.py
xtuner/dataset/utils.py
xtuner/dataset/collate_fns/__init__.py
xtuner/dataset/collate_fns/default_collate_fn.py
xtuner/dataset/collate_fns/mmlu_collate_fn.py
xtuner/dataset/collate_fns/preference_collate_fn.py
xtuner/dataset/map_fns/__init__.py
xtuner/dataset/map_fns/template_map_fn.py
xtuner/dataset/map_fns/dataset_map_fns/__init__.py
xtuner/dataset/map_fns/dataset_map_fns/alpaca_map_fn.py
xtuner/dataset/map_fns/dataset_map_fns/alpaca_zh_map_fn.py
xtuner/dataset/map_fns/dataset_map_fns/arxiv_map_fn.py
xtuner/dataset/map_fns/dataset_map_fns/code_alpaca_map_fn.py
xtuner/dataset/map_fns/dataset_map_fns/colors_map_fn.py
xtuner/dataset/map_fns/dataset_map_fns/crime_kg_assitant_map_fn.py
xtuner/dataset/map_fns/dataset_map_fns/default_map_fn.py
xtuner/dataset/map_fns/dataset_map_fns/law_reference_map_fn.py
xtuner/dataset/map_fns/dataset_map_fns/llava_map_fn.py
xtuner/dataset/map_fns/dataset_map_fns/medical_map_fn.py
xtuner/dataset/map_fns/dataset_map_fns/msagent_map_fn.py
xtuner/dataset/map_fns/dataset_map_fns/oasst1_map_fn.py
xtuner/dataset/map_fns/dataset_map_fns/openai_map_fn.py
xtuner/dataset/map_fns/dataset_map_fns/openorca_map_fn.py
xtuner/dataset/map_fns/dataset_map_fns/pretrain_map_fn.py
xtuner/dataset/map_fns/dataset_map_fns/sql_map_fn.py
xtuner/dataset/map_fns/dataset_map_fns/stack_exchange_map_fn.py
xtuner/dataset/map_fns/dataset_map_fns/tiny_codes_map_fn.py
xtuner/dataset/map_fns/dataset_map_fns/wizardlm_map_fn.py
xtuner/dataset/samplers/__init__.py
xtuner/dataset/samplers/intern_repo.py
xtuner/dataset/samplers/length_grouped.py
xtuner/engine/__init__.py
xtuner/engine/_strategy/__init__.py
xtuner/engine/_strategy/deepspeed.py
xtuner/engine/hooks/__init__.py
xtuner/engine/hooks/dataset_info_hook.py
xtuner/engine/hooks/evaluate_chat_hook.py
xtuner/engine/hooks/hf_checkpoint_hook.py
xtuner/engine/hooks/throughput_hook.py
xtuner/engine/hooks/varlen_attn_args_to_messagehub_hook.py
xtuner/engine/runner/__init__.py
xtuner/engine/runner/loops.py
xtuner/evaluation/__init__.py
xtuner/evaluation/metrics/__init__.py
xtuner/evaluation/metrics/mmlu_metric.py
xtuner/evaluation/metrics/reward_metric.py
xtuner/model/__init__.py
xtuner/model/dpo.py
xtuner/model/internvl.py
xtuner/model/llava.py
xtuner/model/orpo.py
xtuner/model/reward.py
xtuner/model/sft.py
xtuner/model/utils.py
xtuner/model/modules/__init__.py
xtuner/model/modules/dispatch/__init__.py
xtuner/model/modules/dispatch/attention.py
xtuner/model/modules/dispatch/baichuan.py
xtuner/model/modules/dispatch/cohere.py
xtuner/model/modules/dispatch/deepseek_v2.py
xtuner/model/modules/dispatch/internlm.py
xtuner/model/modules/dispatch/internlm2.py
xtuner/model/modules/dispatch/internlm3.py
xtuner/model/modules/dispatch/llama.py
xtuner/model/modules/dispatch/mistral.py
xtuner/model/modules/dispatch/phi3.py
xtuner/model/modules/dispatch/qwen2.py
xtuner/model/modules/dispatch/utils.py
xtuner/model/modules/dispatch/yi.py
xtuner/model/modules/dispatch/triton_kernels/__init__.py
xtuner/model/modules/dispatch/triton_kernels/layer_norm.py
xtuner/model/modules/dispatch/triton_kernels/rms_norm.py
xtuner/model/modules/dispatch/triton_kernels/rotary.py
xtuner/model/modules/projector/__init__.py
xtuner/model/modules/projector/configuration_projector.py
xtuner/model/modules/projector/modeling_projector.py
xtuner/model/transformers_models/__init__.py
xtuner/model/transformers_models/deepseek_v2/__init__.py
xtuner/model/transformers_models/deepseek_v2/configuration_deepseek.py
xtuner/model/transformers_models/deepseek_v2/modeling_deepseek.py
xtuner/model/transformers_models/deepseek_v2/tokenization_deepseek_fast.py
xtuner/model/transformers_models/mixtral/__init__.py
xtuner/model/transformers_models/mixtral/configuration_mixtral.py
xtuner/model/transformers_models/mixtral/modeling_mixtral.py
xtuner/parallel/__init__.py
xtuner/parallel/sequence/__init__.py
xtuner/parallel/sequence/attention.py
xtuner/parallel/sequence/comm.py
xtuner/parallel/sequence/data_collate.py
xtuner/parallel/sequence/reduce_loss.py
xtuner/parallel/sequence/sampler.py
xtuner/parallel/sequence/setup_distributed.py
xtuner/tools/chat.py
xtuner/tools/check_custom_dataset.py
xtuner/tools/copy_cfg.py
xtuner/tools/eval_refcoco.py
xtuner/tools/get_data_order.py
xtuner/tools/list_cfg.py
xtuner/tools/list_dataset_format.py
xtuner/tools/log_dataset.py
xtuner/tools/mmbench.py
xtuner/tools/process_untokenized_datasets.py
xtuner/tools/process_untokenized_datasets_legacy.py
xtuner/tools/process_untokenized_llava_data.py
xtuner/tools/test.py
xtuner/tools/tokenize_ftdp_datasets.py
xtuner/tools/train.py
xtuner/tools/utils.py
xtuner/tools/data_preprocess/arxiv.py
xtuner/tools/data_preprocess/convert_refcoco.py
xtuner/tools/model_converters/merge.py
xtuner/tools/model_converters/pth_to_hf.py
xtuner/tools/model_converters/split.py
xtuner/tools/model_converters/modeling_internlm2_reward/__init__.py
xtuner/tools/model_converters/modeling_internlm2_reward/configuration_internlm2.py
xtuner/tools/model_converters/modeling_internlm2_reward/modeling_internlm2.py
xtuner/tools/plugins/__init__.py
xtuner/tools/plugins/api.py
xtuner/tools/plugins/calculate.py
xtuner/tools/plugins/search.py
xtuner/tools/plugins/solve.py
xtuner/utils/__init__.py
xtuner/utils/constants.py
xtuner/utils/device.py
xtuner/utils/fileio.py
xtuner/utils/handle_moe_load_and_save.py
xtuner/utils/stop_criteria.py
xtuner/utils/templates.py
xtuner/utils/zero_to_any_dtype.py