.gitignore
CHANGELOG.md
CITATION.cff
CODE_OF_CONDUCT.md
CONTRIBUTING.md
LICENSE.md
MANIFEST.in
README.md
SECURITY.md
SUPPORT.md
THIRD_PARTY_LICENSES.md
conftest.py
mkdocs.yml
pyproject.toml
pytest.ini
requirements-docs.txt
requirements.txt
setup.py
.github/PULL_REQUEST_TEMPLATE.md
.github/ISSUE_TEMPLATE/bug_report.md
.github/ISSUE_TEMPLATE/documentation.md
.github/ISSUE_TEMPLATE/feature_request.md
.github/scripts/release.py
.github/workflows/document_release.yml
.github/workflows/publish.yml
.github/workflows/release.yml
assets/Aligntune - White.png
assets/aligntune-banner.png
assets/aligntune-banner_old.png
assets/aligntune-logo-dark.png
assets/aligntune-logo-white.png
assets/aligntune-logo_old.png
assets/lexsilogowhite.png
docs/CHANGELOG.md
docs/CNAME
docs/CODE_OF_CONDUCT.md
docs/ISSUES.md
docs/PARAMETERS.md
docs/README.md
docs/SECURITY.md
docs/cli-reference.md
docs/index.md
docs/notebooks.md
docs/novelty_frontiers.md
docs/unsloth_compatibility.md
docs/_overrides/main.html
docs/advanced/adapters.md
docs/advanced/architecture.md
docs/advanced/composition.md
docs/advanced/distillation.md
docs/advanced/indic.md
docs/advanced/long-context.md
docs/advanced/merging.md
docs/advanced/tokenization.md
docs/algorithms/counterfactual-grpo.md
docs/algorithms/dapo.md
docs/algorithms/dpo.md
docs/algorithms/dr-grpo.md
docs/algorithms/gbmpo.md
docs/algorithms/grpo.md
docs/algorithms/gspo.md
docs/algorithms/online-dpo.md
docs/algorithms/orpo.md
docs/algorithms/overview.md
docs/algorithms/pace.md
docs/algorithms/ppo.md
docs/algorithms/raft.md
docs/algorithms/spin.md
docs/api-reference/backend-factory.md
docs/api-reference/configuration.md
docs/api-reference/core.md
docs/api-reference/overview.md
docs/api-reference/reward-functions-reference.md
docs/api-reference/reward-model-training-reference.md
docs/api-reference/trainers.md
docs/api-reference/unified-api.md
docs/assets/aligntune-banner.png
docs/assets/aligntune-logo-dark.png
docs/assets/aligntune-logo.png
docs/assets/android-chrome-192x192.png
docs/assets/android-chrome-512x512.png
docs/assets/apple-touch-icon.png
docs/assets/extra.css
docs/assets/extra.js
docs/assets/favicon-16x16.png
docs/assets/favicon-32x32.png
docs/assets/favicon.ico
docs/assets/lexsilogodark.png
docs/assets/lexsilogowhite.png
docs/assets/overrides.css
docs/assets/site.webmanifest
docs/backends/comparison.md
docs/backends/overview.md
docs/backends/trl.md
docs/backends/unsloth.md
docs/cli/commands.md
docs/cli/configuration.md
docs/cli/overview.md
docs/cli/raw-factory-configs.md
docs/community/faq.md
docs/compatibility/backend-matrix.md
docs/contributing/code-style.md
docs/contributing/guide.md
docs/contributing/testing.md
docs/examples/advanced.md
docs/examples/distillation.md
docs/examples/overview.md
docs/examples/rl.md
docs/examples/sft.md
docs/getting-started/backend-selection.md
docs/getting-started/basic-concepts.md
docs/getting-started/configuration.md
docs/getting-started/installation.md
docs/getting-started/quickstart.md
docs/notebooks/demo.md
docs/notebooks/lexsi-sdk.md
docs/notebooks/local.md
docs/notebooks/tokenizer_embedding_adaptation_experiment.ipynb
docs/user-guide/distillation.md
docs/user-guide/evaluation.md
docs/user-guide/model-management.md
docs/user-guide/overview.md
docs/user-guide/reward-functions.md
docs/user-guide/reward-model-training.md
docs/user-guide/rl.md
docs/user-guide/sample-logging.md
docs/user-guide/sft.md
docs/user-guide/troubleshooting.md
examples/README.md
examples/_common.py
examples/advise_examples.sh
examples/alignment_audit_example.py
examples/curriculum_rl_example.py
examples/dapo_trl__code.py
examples/dpo_anthropic_gemma_2_2b.py
examples/drgrpo_unsloth.py
examples/grpo_code_gen_trl_mbpp.py
examples/gspo_generic_demo_unsloth.py
examples/gspo_trl.py
examples/load_raw_files_example.py
examples/retail_banking_sft.py
examples/reward_tracking_example.py
examples/sft_trl_1.py
examples/sft_trl_2.py
examples/trl_dpo_1.py
examples/trl_grpo_1.py
examples/trl_grpo_1_math.py
examples/trl_ppo1.py
examples/trl_ppo_pretrainedreward_summarization.py
examples/txgemma_trialbench_sft_trl_backend_eval.py
examples/unsloth1.py
examples/unsloth1_instruction_following.py
examples/unsloth_dpo_1.py
examples/unsloth_dpo_intel_orca_phi_chat.py
examples/unsloth_grpo_1.py
examples/unsloth_ppo_ultrachat.py
examples/unsloth_sft_1.py
examples/wealth_dpo_training_evaluation_full.py
examples/wealth_management_sft.py
examples/custom_tasks/bitext_2/README.md
examples/custom_tasks/bitext_2/bitext_2.yaml
examples/custom_tasks/bitext_2/bitext_2_fewshot.yaml
examples/custom_tasks/bitext_2/utils.py
examples/custom_tasks/bitext_3/README.md
examples/custom_tasks/bitext_3/bitext_3.yaml
examples/custom_tasks/bitext_3/bitext_3_fewshot.yaml
examples/custom_tasks/bitext_3/utils.py
examples/custom_tasks/bitext_insurance/bitext_insurance_eval.yaml
examples/custom_tasks/bitext_insurance/utils.py
notebooks/01_sft.ipynb
notebooks/02_dpo.ipynb
notebooks/03_online_dpo.ipynb
notebooks/04_sequence_packing.ipynb
notebooks/05_orpo.ipynb
notebooks/07_grpo.ipynb
notebooks/08_gspo.ipynb
notebooks/09_rlvr.ipynb
notebooks/10_dapo.ipynb
notebooks/11_drgrpo.ipynb
notebooks/12_gbmpo.ipynb
notebooks/13_counterfact_grpo.ipynb
notebooks/14_pace.ipynb
notebooks/16_ppo.ipynb
notebooks/18_spin.ipynb
notebooks/19_distillation.ipynb
notebooks/21_sdft.ipynb
notebooks/23_es.ipynb
notebooks/24_alignment_audit.ipynb
notebooks/25_raft.ipynb
notebooks/26_rope_scaling.ipynb
notebooks/27_s2_attention.ipynb
notebooks/28_sliding_window_attention.ipynb
notebooks/29_composition.ipynb
notebooks/32_moa.ipynb
notebooks/34_text2lora_doc2lora.ipynb
notebooks/35_merge_models.ipynb
notebooks/42_merge_peft_direct_lora.ipynb
notebooks/43_tokenization_continued_bpe.ipynb
notebooks/44_tokenization_naive_extension.ipynb
notebooks/45_tokenization_vocab_pruning.ipynb
notebooks/46_tokenization_fvt_embedding_init.ipynb
notebooks/47_data_curation_curatorkit.ipynb
notebooks/reward_function_testing.ipynb
notebooks/unsloth/01_sft.ipynb
notebooks/unsloth/02_dpo.ipynb
notebooks/unsloth/03_online_dpo.ipynb
notebooks/unsloth/05_orpo.ipynb
notebooks/unsloth/07_grpo.ipynb
notebooks/unsloth/08_gspo.ipynb
notebooks/unsloth/10_dapo.ipynb
notebooks/unsloth/11_drgrpo.ipynb
notebooks/unsloth/12_gbmpo.ipynb
notebooks/unsloth/13_pace.ipynb
notebooks/unsloth/15_spin.ipynb
notebooks/unsloth/16_distillation.ipynb
notebooks/unsloth/18_sdft.ipynb
notebooks/unsloth/20_es.ipynb
notebooks/unsloth/23_tokenization_fvt_embedding_init.ipynb
recipes/configs/compositions/full_stack.yaml
recipes/configs/compositions/minimal_stack.yaml
recipes/configs/es/moa_router_tune.yaml
recipes/configs/meta/text2lora_doc_personalization.yaml
recipes/configs/meta/text2lora_meta_training.yaml
recipes/configs/sft/gemma2_tamil.yaml
recipes/configs/sft/llama3_1_8b_128k_longcontext.yaml
recipes/configs/sft/llama3_2_1b_legal_indic.yaml
recipes/configs/sft/llama3_2_3b_rbi_compliance.yaml
recipes/configs/sft/llama3_2_3b_rbi_raft.yaml
recipes/configs/sft/llama3_hindi_airavata_style.yaml
recipes/configs/sft/llama3_moa_4experts.yaml
recipes/configs/sft/mistral_7b_32k_sliding_window.yaml
recipes/configs/sft/phi3_5_mini_kyc_extraction.yaml
recipes/configs/sft/qwen25_0_5b_bfsi.yaml
recipes/configs/sft/qwen25_1_5b_govt_scheme.yaml
recipes/configs/sft/qwen25_7b_128k_longcontext.yaml
recipes/configs/sft/qwen25_bengali.yaml
recipes/configs/sft/smollm2_1_7b_psu_procurement.yaml
scripts/create_notebook_from_script.py
src/aligntune/__init__.py
src/aligntune/__main__.py
src/aligntune/_imports.py
src/aligntune/main.py
src/aligntune/py.typed
src/aligntune.egg-info/PKG-INFO
src/aligntune.egg-info/SOURCES.txt
src/aligntune.egg-info/dependency_links.txt
src/aligntune.egg-info/entry_points.txt
src/aligntune.egg-info/requires.txt
src/aligntune.egg-info/top_level.txt
src/aligntune/assets/aligntune_banner.png
src/aligntune/assets/aligntune_logo.png
src/aligntune/backends/__init__.py
src/aligntune/backends/es/__init__.py
src/aligntune/backends/es/trainer.py
src/aligntune/backends/trl/__init__.py
src/aligntune/backends/trl/distill/__init__.py
src/aligntune/backends/trl/distill/distill.py
src/aligntune/backends/trl/distill/distillation/distillation.py
src/aligntune/backends/trl/distill/sdft/sdft.py
src/aligntune/backends/trl/eval/__init__.py
src/aligntune/backends/trl/raft/__init__.py
src/aligntune/backends/trl/raft/raft_trainer.py
src/aligntune/backends/trl/rewards/__init__.py
src/aligntune/backends/trl/rewards/training.py
src/aligntune/backends/trl/rl/__init__.py
src/aligntune/backends/trl/rl/counterfact_grpo/__init__.py
src/aligntune/backends/trl/rl/counterfact_grpo/counterfact_grpo.py
src/aligntune/backends/trl/rl/counterfact_grpo/custom_trainer.py
src/aligntune/backends/trl/rl/dapo/__init__.py
src/aligntune/backends/trl/rl/dapo/dapo.py
src/aligntune/backends/trl/rl/dpo/__init__.py
src/aligntune/backends/trl/rl/dpo/dpo.py
src/aligntune/backends/trl/rl/dr_grpo/__init__.py
src/aligntune/backends/trl/rl/dr_grpo/drgrpo.py
src/aligntune/backends/trl/rl/gbmpo/__init__.py
src/aligntune/backends/trl/rl/gbmpo/config.py
src/aligntune/backends/trl/rl/gbmpo/gbmpo.py
src/aligntune/backends/trl/rl/grpo/__init__.py
src/aligntune/backends/trl/rl/grpo/grpo.py
src/aligntune/backends/trl/rl/gspo/__init__.py
src/aligntune/backends/trl/rl/gspo/gspo.py
src/aligntune/backends/trl/rl/online_dpo/__init__.py
src/aligntune/backends/trl/rl/online_dpo/online_dpo.py
src/aligntune/backends/trl/rl/orpo/__init__.py
src/aligntune/backends/trl/rl/orpo/orpo.py
src/aligntune/backends/trl/rl/pace/README.md
src/aligntune/backends/trl/rl/pace/__init__.py
src/aligntune/backends/trl/rl/pace/baseline.py
src/aligntune/backends/trl/rl/pace/curriculum.py
src/aligntune/backends/trl/rl/pace/pace.py
src/aligntune/backends/trl/rl/ppo/__init__.py
src/aligntune/backends/trl/rl/ppo/ppo.py
src/aligntune/backends/trl/rl/rollout/__init__.py
src/aligntune/backends/trl/rl/rollout/base.py
src/aligntune/backends/trl/rl/rollout/hf_rollout.py
src/aligntune/backends/trl/rl/rollout/vllm_rollout.py
src/aligntune/backends/trl/rl/spin/__init__.py
src/aligntune/backends/trl/rl/spin/spin.py
src/aligntune/backends/trl/sft/Classification_trainer.py
src/aligntune/backends/trl/sft/__init__.py
src/aligntune/backends/trl/sft/extraction_trainer.py
src/aligntune/backends/trl/sft/register_trainer.py
src/aligntune/backends/trl/sft/sft_classification.py
src/aligntune/backends/trl/sft/sft_generation.py
src/aligntune/backends/trl/sft/sft_token_classification.py
src/aligntune/backends/unsloth/__init__.py
src/aligntune/backends/unsloth/distill/__init__.py
src/aligntune/backends/unsloth/distill/distillation/__init__.py
src/aligntune/backends/unsloth/distill/distillation/distillation.py
src/aligntune/backends/unsloth/distill/sdft/__init__.py
src/aligntune/backends/unsloth/distill/sdft/sdft.py
src/aligntune/backends/unsloth/eval/__init__.py
src/aligntune/backends/unsloth/raft/__init__.py
src/aligntune/backends/unsloth/raft/raft_trainer.py
src/aligntune/backends/unsloth/rewards/__init__.py
src/aligntune/backends/unsloth/rewards/training.py
src/aligntune/backends/unsloth/rl/__init__.py
src/aligntune/backends/unsloth/rl/counterfact_grpo/__init__.py
src/aligntune/backends/unsloth/rl/counterfact_grpo/counterfact_grpo.py
src/aligntune/backends/unsloth/rl/counterfact_grpo/custom_trainer.py
src/aligntune/backends/unsloth/rl/dapo/__init__.py
src/aligntune/backends/unsloth/rl/dapo/dapo.py
src/aligntune/backends/unsloth/rl/dpo/__init__.py
src/aligntune/backends/unsloth/rl/dpo/dpo.py
src/aligntune/backends/unsloth/rl/dr_grpo/__init__.py
src/aligntune/backends/unsloth/rl/dr_grpo/drgrpo.py
src/aligntune/backends/unsloth/rl/gbmpo/__init__.py
src/aligntune/backends/unsloth/rl/gbmpo/gbmpo.py
src/aligntune/backends/unsloth/rl/grpo/__init__.py
src/aligntune/backends/unsloth/rl/grpo/grpo.py
src/aligntune/backends/unsloth/rl/gspo/__init__.py
src/aligntune/backends/unsloth/rl/gspo/gspo.py
src/aligntune/backends/unsloth/rl/online_dpo/__init__.py
src/aligntune/backends/unsloth/rl/online_dpo/online_dpo.py
src/aligntune/backends/unsloth/rl/orpo/__init__.py
src/aligntune/backends/unsloth/rl/orpo/orpo.py
src/aligntune/backends/unsloth/rl/pace/__init__.py
src/aligntune/backends/unsloth/rl/pace/pace.py
src/aligntune/backends/unsloth/rl/ppo/__init__.py
src/aligntune/backends/unsloth/rl/ppo/ppo.py
src/aligntune/backends/unsloth/rl/ppo/unsloth_patches.py
src/aligntune/backends/unsloth/rl/spin/__init__.py
src/aligntune/backends/unsloth/rl/spin/spin.py
src/aligntune/backends/unsloth/sft/Classification_trainer.py
src/aligntune/backends/unsloth/sft/__init__.py
src/aligntune/backends/unsloth/sft/extraction_trainer.py
src/aligntune/backends/unsloth/sft/register_trainer.py
src/aligntune/backends/unsloth/sft/sft.py
src/aligntune/backends/unsloth/sft/sft_classification.py
src/aligntune/backends/unsloth/sft/sft_token_classification.py
src/aligntune/backends/verl/__init__.py
src/aligntune/backends/verl/rl/__init__.py
src/aligntune/backends/verl/rl/base.py
src/aligntune/backends/verl/rl/config_translator.py
src/aligntune/backends/verl/rl/grpo/__init__.py
src/aligntune/backends/verl/rl/grpo/grpo.py
src/aligntune/backends/verl/rl/ppo/__init__.py
src/aligntune/backends/verl/rl/ppo/ppo.py
src/aligntune/cli/__init__.py
src/aligntune/cli/__main__.py
src/aligntune/cli/adapters.py
src/aligntune/cli/advise.py
src/aligntune/cli/aligner.py
src/aligntune/cli/arg_parser.py
src/aligntune/cli/compose.py
src/aligntune/cli/config_builders.py
src/aligntune/cli/diagnose.py
src/aligntune/cli/export.py
src/aligntune/cli/finetune.py
src/aligntune/cli/indic_eval.py
src/aligntune/cli/merge.py
src/aligntune/cli/recipes.py
src/aligntune/cli/unified.py
src/aligntune/cli/validate.py
src/aligntune/cli/verify_export.py
src/aligntune/core/advisor.py
src/aligntune/core/backend_factory.py
src/aligntune/core/dataset_adapters.py
src/aligntune/core/model_loader.py
src/aligntune/core/optimization.py
src/aligntune/core/precision_handler.py
src/aligntune/core/registry.py
src/aligntune/core/trainer_base.py
src/aligntune/core/adapters/__init__.py
src/aligntune/core/adapters/moa/__init__.py
src/aligntune/core/adapters/moa/layer.py
src/aligntune/core/adapters/moa/router.py
src/aligntune/core/adapters/text2lora/__init__.py
src/aligntune/core/adapters/text2lora/doc2lora.py
src/aligntune/core/adapters/text2lora/hypernet.py
src/aligntune/core/adapters/text2lora/train.py
src/aligntune/core/aligner/__init__.py
src/aligntune/core/aligner/callback.py
src/aligntune/core/aligner/dashboard.py
src/aligntune/core/aligner/session.py
src/aligntune/core/callbacks/__init__.py
src/aligntune/core/callbacks/alignment_audit.py
src/aligntune/core/callbacks/base.py
src/aligntune/core/callbacks/carbon_tracker.py
src/aligntune/core/callbacks/curriculum_callback.py
src/aligntune/core/callbacks/export_callback.py
src/aligntune/core/callbacks/hf_adapter.py
src/aligntune/core/composition/__init__.py
src/aligntune/core/composition/runner.py
src/aligntune/core/composition/stages.py
src/aligntune/core/distill/__init__.py
src/aligntune/core/distill/config.py
src/aligntune/core/distill/trainer_base.py
src/aligntune/core/distill/trainer_factory.py
src/aligntune/core/es/__init__.py
src/aligntune/core/es/config.py
src/aligntune/core/es/trainer_base.py
src/aligntune/core/export/__init__.py
src/aligntune/core/export/base.py
src/aligntune/core/export/gguf.py
src/aligntune/core/export/hf_hub.py
src/aligntune/core/export/merge_adapter.py
src/aligntune/core/export/ollama.py
src/aligntune/core/logging/__init__.py
src/aligntune/core/logging/wandb_utils.py
src/aligntune/core/long_context/__init__.py
src/aligntune/core/long_context/attention.py
src/aligntune/core/long_context/benchmarks.py
src/aligntune/core/long_context/datasets.py
src/aligntune/core/long_context/packing.py
src/aligntune/core/long_context/rope_config.py
src/aligntune/core/long_context/rope_scaling.py
src/aligntune/core/long_context/custom_attention/__init__.py
src/aligntune/core/long_context/custom_attention/registry.py
src/aligntune/core/long_context/custom_attention/s2_attention.py
src/aligntune/core/long_context/custom_attention/sliding_window.py
src/aligntune/core/merge/__init__.py
src/aligntune/core/merge/base.py
src/aligntune/core/merge/mergekit_merger.py
src/aligntune/core/merge/peft_merger.py
src/aligntune/core/peft/__init__.py
src/aligntune/core/peft/embedding_utils.py
src/aligntune/core/peft/factory.py
src/aligntune/core/peft/lora.py
src/aligntune/core/rl/__init__.py
src/aligntune/core/rl/caching.py
src/aligntune/core/rl/config.py
src/aligntune/core/rl/config_loader.py
src/aligntune/core/rl/distributed.py
src/aligntune/core/rl/evaluator.py
src/aligntune/core/rl/function_based_reward_model.py
src/aligntune/core/rl/logging_utils.py
src/aligntune/core/rl/models.py
src/aligntune/core/rl/registries.py
src/aligntune/core/rl/reward_handler.py
src/aligntune/core/rl/reward_model_wrapper.py
src/aligntune/core/rl/rollout.py
src/aligntune/core/rl/sample_logger.py
src/aligntune/core/rl/trainer_base.py
src/aligntune/core/rl/trainer_factory.py
src/aligntune/core/rollout/__init__.py
src/aligntune/core/rollout/base.py
src/aligntune/core/rollout/hf_rollout.py
src/aligntune/core/rollout/vllm_rollout.py
src/aligntune/core/sft/__init__.py
src/aligntune/core/sft/config.py
src/aligntune/core/sft/config_loader.py
src/aligntune/core/sft/dataset_builder.py
src/aligntune/core/sft/evaluator.py
src/aligntune/core/sft/logging_utils.py
src/aligntune/core/sft/trainer_base.py
src/aligntune/core/sft/trainer_factory.py
src/aligntune/core/sft/training_args_builder.py
src/aligntune/core/tokenization/__init__.py
src/aligntune/core/tokenization/config.py
src/aligntune/core/tokenization/config_backup.py
src/aligntune/core/tokenization/embedding_adaptation.py
src/aligntune/core/tokenization/extension.py
src/aligntune/core/tokenization/trainer.py
src/aligntune/core/tokenization/vocab/__init__.py
src/aligntune/core/tokenization/vocab/continued_bpe.py
src/aligntune/core/tokenization/vocab/detector.py
src/aligntune/core/tokenization/vocab/naive_extension.py
src/aligntune/core/tokenization/vocab/pruning_wrapper.py
src/aligntune/core/tokenization/vocab/trainer.py
src/aligntune/data/README.md
src/aligntune/data/__init__.py
src/aligntune/data/classification.py
src/aligntune/data/column_schemas.py
src/aligntune/data/corpus_loader.py
src/aligntune/data/curator_adapter.py
src/aligntune/data/curriculum.py
src/aligntune/data/manager.py
src/aligntune/data/processors.py
src/aligntune/data/raft_dataset_builder.py
src/aligntune/data/schemas.py
src/aligntune/data/loaders/__init__.py
src/aligntune/data/loaders/base.py
src/aligntune/data/loaders/csv_loader.py
src/aligntune/data/loaders/directory_loader.py
src/aligntune/data/loaders/docx_loader.py
src/aligntune/data/loaders/hf_loader.py
src/aligntune/data/loaders/json_loader.py
src/aligntune/data/loaders/markdown_loader.py
src/aligntune/data/loaders/parquet_loader.py
src/aligntune/data/loaders/pdf_loader.py
src/aligntune/data/loaders/resolver.py
src/aligntune/data/loaders/vlm_loader.py
src/aligntune/eval/README.md
src/aligntune/eval/__init__.py
src/aligntune/eval/alignment_auditor.py
src/aligntune/eval/caching.py
src/aligntune/eval/cli.py
src/aligntune/eval/core.py
src/aligntune/eval/eval_gsm8k.py
src/aligntune/eval/evaluator.py
src/aligntune/eval/llm_judge.py
src/aligntune/eval/lm_eval_integration.py
src/aligntune/eval/model_adapters.py
src/aligntune/eval/quant_regression.py
src/aligntune/eval/registry.py
src/aligntune/eval/reward_viz.py
src/aligntune/eval/rl_evaluator.py
src/aligntune/eval/runner.py
src/aligntune/eval/safe_executor.py
src/aligntune/eval/tokenization.py
src/aligntune/eval/benchmarks/__init__.py
src/aligntune/eval/benchmarks/indian_enterprise.py
src/aligntune/eval/benchmarks/presets.py
src/aligntune/eval/benchmarks/reasoning.py
src/aligntune/eval/metrics/__init__.py
src/aligntune/eval/metrics/alignment.py
src/aligntune/eval/metrics/base.py
src/aligntune/eval/metrics/code.py
src/aligntune/eval/metrics/dpo.py
src/aligntune/eval/metrics/generic.py
src/aligntune/eval/metrics/math.py
src/aligntune/eval/metrics/rl.py
src/aligntune/eval/metrics/text.py
src/aligntune/eval/probes/__init__.py
src/aligntune/recipes/__init__.py
src/aligntune/recipes/config.py
src/aligntune/recipes/accelerate/deepspeed_zero2.yaml
src/aligntune/recipes/accelerate/deepspeed_zero3.yaml
src/aligntune/recipes/accelerate/fsdp_full_shard.yaml
src/aligntune/recipes/accelerate/fsdp_hybrid_shard.yaml
src/aligntune/recipes/configs/README.md
src/aligntune/recipes/configs/TESTING.md
src/aligntune/recipes/configs/advanced/dr_grpo_robust_math.yaml
src/aligntune/recipes/configs/advanced/gbmpo_l2_code.yaml
src/aligntune/recipes/configs/distill/gkd_gemma.yaml
src/aligntune/recipes/configs/distill/qwen_r1_reasoning.yaml
src/aligntune/recipes/configs/distill/qwen_to_tinyllama.yaml
src/aligntune/recipes/configs/dpo/gemma_helpfulness.yaml
src/aligntune/recipes/configs/dpo/llama3_ultrafeedback.yaml
src/aligntune/recipes/configs/dpo/mistral_hhrlhf.yaml
src/aligntune/recipes/configs/dpo/qwen_preferences.yaml
src/aligntune/recipes/configs/examples/config_grpo_gsm8k.yaml
src/aligntune/recipes/configs/examples/config_sft_customer_support.yaml
src/aligntune/recipes/configs/grpo/deepseek_humaneval.yaml
src/aligntune/recipes/configs/grpo/llama3_gsm8k.yaml
src/aligntune/recipes/configs/grpo/qwen_math_reasoning.yaml
src/aligntune/recipes/configs/grpo_rlvr/math_verifiable.yaml
src/aligntune/recipes/configs/online_dpo/llama3_iterative.yaml
src/aligntune/recipes/configs/orpo/default.yaml
src/aligntune/recipes/configs/ppo/llama3_helpful_harmless.yaml
src/aligntune/recipes/configs/ppo/qwen_safety_tuning.yaml
src/aligntune/recipes/configs/sft/gemma_instruct_finetome.yaml
src/aligntune/recipes/configs/sft/llama3_instruct_orca.yaml
src/aligntune/recipes/configs/sft/qwen_instruct_ultrachat.yaml
src/aligntune/recipes/configs/spin/llama3_self_play.yaml
src/aligntune/recipes/configs/verify_export/llama3_quant_eval.yaml
src/aligntune/recipes/configs/verify_export/llama3_quant_regression.yaml
src/aligntune/recipes/configs/verify_export/llama3_thresholds.yaml
src/aligntune/recipes/configs/verl/llama3_grpo.yaml
src/aligntune/recipes/configs/verl/llama3_ppo.yaml
src/aligntune/recipes/probe_sets/default_alignment_probes.json
src/aligntune/rewards/__init__.py
src/aligntune/rewards/core.py
src/aligntune/rewards/ensemble.py
src/aligntune/rewards/factory.py
src/aligntune/rewards/registry.py
src/aligntune/rewards/rubric_reward.py
src/aligntune/rewards/training.py
src/aligntune/rewards/verifiable.py
src/aligntune/rl/__init__.py
src/aligntune/rl/core/__init__.py
src/aligntune/scripts/__init__.py
src/aligntune/scripts/precompute_baseline.py
src/aligntune/sft/__init__.py
src/aligntune/sft/core/__init__.py
src/aligntune/utils/__init__.py
src/aligntune/utils/auth.py
src/aligntune/utils/checkpointing.py
src/aligntune/utils/colored_logging.py
src/aligntune/utils/config_extractor.py
src/aligntune/utils/config_utils.py
src/aligntune/utils/device.py
src/aligntune/utils/diagnostics.py
src/aligntune/utils/environment.py
src/aligntune/utils/errors.py
src/aligntune/utils/hf_publish.py
src/aligntune/utils/inference_utils.py
src/aligntune/utils/logging_utils.py
src/aligntune/utils/math_grading.py
src/aligntune/utils/model_loader.py
src/aligntune/utils/validation.py
tests/conftest.py
tests/test_accelerate_configs.py
tests/test_adapters_moa.py
tests/test_adapters_text2lora.py
tests/test_advisor.py
tests/test_aligner.py
tests/test_benchmark_bundles.py
tests/test_carbon_tracker.py
tests/test_composition_stages.py
tests/test_config.py
tests/test_curriculum.py
tests/test_data_requirements.py
tests/test_distillation_offline.py
tests/test_dpo_algorithm_trl.py
tests/test_dpo_algorithm_unsloth.py
tests/test_embedding_initialization.py
tests/test_ensemble_smoke.py
tests/test_es.py
tests/test_es_config_wiring.py
tests/test_eval_full.py
tests/test_eval_trl.py
tests/test_eval_unsloth.py
tests/test_export_pipeline.py
tests/test_extraction_trainer.py
tests/test_gbmpo.py
tests/test_grpo_trl_full_pipeline.py
tests/test_grpo_unsloth_full_pipeline.py
tests/test_indian_enterprise_benchmarks.py
tests/test_indic_eval.py
tests/test_llm_judge.py
tests/test_long_context_attention.py
tests/test_long_context_packing.py
tests/test_long_context_recipes.py
tests/test_long_context_rope.py
tests/test_mergekit_integration.py
tests/test_model_merge.py
tests/test_multilingual_probes.py
tests/test_online_dpo_e2e.py
tests/test_online_dpo_setup.py
tests/test_orpo_algorithm_trl.py
tests/test_orpo_algorithm_unsloth.py
tests/test_peft_advanced.py
tests/test_quant_regression.py
tests/test_raft_dataset_builder.py
tests/test_raft_trainer.py
tests/test_raw_file_loaders.py
tests/test_reasoning_eval.py
tests/test_register_trainer.py
tests/test_reward_batch_wiring_fix.py
tests/test_reward_ensemble.py
tests/test_reward_function_trainer_simulation.py
tests/test_reward_tracking.py
tests/test_rl_config_handling.py
tests/test_rlvr.py
tests/test_rlvr_simple.py
tests/test_rope_end_to_end.py
tests/test_rubric_reward.py
tests/test_rubric_reward_minimal.py
tests/test_s2_end_to_end.py
tests/test_sdft_e2e.py
tests/test_setup_trl.py
tests/test_setup_unsloth.py
tests/test_sft_comprehensive_trl.py
tests/test_sft_comprehensive_unsloth.py
tests/test_sft_trl.py
tests/test_sft_unsloth.py
tests/test_spin.py
tests/test_spin_algorithm.py
tests/test_spin_e2e.py
tests/test_spin_imports.py
tests/test_swa_end_to_end.py
tests/test_tokenization_comprehensive.py
tests/test_tokenizer_extension.py
tests/test_verify_export.py
tests/test_vllm_rollout.py
tests/test_vllm_rollout_config.py
tests/test_wandb_integration.py
third_party/mergekit/.gitignore
third_party/mergekit/CLA.md
third_party/mergekit/CONTRIBUTING.md
third_party/mergekit/LICENSE
third_party/mergekit/PATCH_NOTES.md
third_party/mergekit/README.md
third_party/mergekit/pyproject.toml
third_party/mergekit/.github/workflows/cla.yml
third_party/mergekit/.github/workflows/pre-commit.yml
third_party/mergekit/docs/create_a_merge_method.md
third_party/mergekit/docs/evolve.md
third_party/mergekit/docs/merge_methods.md
third_party/mergekit/docs/moe.md
third_party/mergekit/docs/multimerge.md
third_party/mergekit/docs/tokensurgeon.md
third_party/mergekit/examples/arcee_fusion.yml
third_party/mergekit/examples/bio-merge.yml
third_party/mergekit/examples/gradient-slerp.yml
third_party/mergekit/examples/linear.yml
third_party/mergekit/examples/orcamini-platy-44layer.yml
third_party/mergekit/examples/ties.yml
third_party/mergekit/mergekit/__init__.py
third_party/mergekit/mergekit/card.py
third_party/mergekit/mergekit/common.py
third_party/mergekit/mergekit/config.py
third_party/mergekit/mergekit/graph.py
third_party/mergekit/mergekit/merge.py
third_party/mergekit/mergekit/multigpu_executor.py
third_party/mergekit/mergekit/options.py
third_party/mergekit/mergekit/plan.py
third_party/mergekit/mergekit/sparsify.py
third_party/mergekit/mergekit/_data/__init__.py
third_party/mergekit/mergekit/_data/architectures/__init__.py
third_party/mergekit/mergekit/_data/architectures/arcee.json
third_party/mergekit/mergekit/_data/architectures/baichuan.json
third_party/mergekit/mergekit/_data/architectures/bert-masked-lm.json
third_party/mergekit/mergekit/_data/architectures/bert-sequence-classification.json
third_party/mergekit/mergekit/_data/architectures/bert.json
third_party/mergekit/mergekit/_data/architectures/chatglm.json
third_party/mergekit/mergekit/_data/architectures/cohere.json
third_party/mergekit/mergekit/_data/architectures/cohere2.json
third_party/mergekit/mergekit/_data/architectures/distilbert-masked-lm.json
third_party/mergekit/mergekit/_data/architectures/distilbert-sequence-classification.json
third_party/mergekit/mergekit/_data/architectures/distilbert-token-classification.json
third_party/mergekit/mergekit/_data/architectures/distilbert.json
third_party/mergekit/mergekit/_data/architectures/exaone.json
third_party/mergekit/mergekit/_data/architectures/falcon.json
third_party/mergekit/mergekit/_data/architectures/gemma.json
third_party/mergekit/mergekit/_data/architectures/gemma2.json
third_party/mergekit/mergekit/_data/architectures/gemma3.json
third_party/mergekit/mergekit/_data/architectures/gemma3vl.json
third_party/mergekit/mergekit/_data/architectures/glm4.json
third_party/mergekit/mergekit/_data/architectures/gpt-neox.json
third_party/mergekit/mergekit/_data/architectures/gpt2-sequence-classification.json
third_party/mergekit/mergekit/_data/architectures/gpt2.json
third_party/mergekit/mergekit/_data/architectures/gptbigcode.json
third_party/mergekit/mergekit/_data/architectures/granite4moehybrid.json
third_party/mergekit/mergekit/_data/architectures/internlm2.json
third_party/mergekit/mergekit/_data/architectures/jais.json
third_party/mergekit/mergekit/_data/architectures/lfm2.json
third_party/mergekit/mergekit/_data/architectures/llama-sequence-classification.json
third_party/mergekit/mergekit/_data/architectures/llama.json
third_party/mergekit/mergekit/_data/architectures/llama4.json
third_party/mergekit/mergekit/_data/architectures/mamba.json
third_party/mergekit/mergekit/_data/architectures/mistral.json
third_party/mergekit/mergekit/_data/architectures/mistral3.json
third_party/mergekit/mergekit/_data/architectures/olmo2.json
third_party/mergekit/mergekit/_data/architectures/phi-1.json
third_party/mergekit/mergekit/_data/architectures/phi2-old.json
third_party/mergekit/mergekit/_data/architectures/phi2.json
third_party/mergekit/mergekit/_data/architectures/phi3-small.json
third_party/mergekit/mergekit/_data/architectures/phi3.json
third_party/mergekit/mergekit/_data/architectures/qwen.json
third_party/mergekit/mergekit/_data/architectures/qwen2.json
third_party/mergekit/mergekit/_data/architectures/qwen2_5_vl.json
third_party/mergekit/mergekit/_data/architectures/qwen2_vl.json
third_party/mergekit/mergekit/_data/architectures/qwen3.json
third_party/mergekit/mergekit/_data/architectures/roberta-masked-lm.json
third_party/mergekit/mergekit/_data/architectures/roberta-sequence-classification.json
third_party/mergekit/mergekit/_data/architectures/roberta-token-classification.json
third_party/mergekit/mergekit/_data/architectures/roberta.json
third_party/mergekit/mergekit/_data/architectures/solar.json
third_party/mergekit/mergekit/_data/architectures/stablelm.json
third_party/mergekit/mergekit/_data/architectures/stablelm2.json
third_party/mergekit/mergekit/_data/architectures/starcoder2.json
third_party/mergekit/mergekit/_data/architectures/t5.json
third_party/mergekit/mergekit/_data/architectures/whisper.json
third_party/mergekit/mergekit/_data/chat_templates/__init__.py
third_party/mergekit/mergekit/_data/chat_templates/alpaca.jinja
third_party/mergekit/mergekit/_data/chat_templates/chatml.jinja
third_party/mergekit/mergekit/_data/chat_templates/exaone.jinja
third_party/mergekit/mergekit/_data/chat_templates/llama3.jinja
third_party/mergekit/mergekit/_data/chat_templates/mistral.jinja
third_party/mergekit/mergekit/architecture/__init__.py
third_party/mergekit/mergekit/architecture/auto.py
third_party/mergekit/mergekit/architecture/base.py
third_party/mergekit/mergekit/architecture/json_definitions.py
third_party/mergekit/mergekit/architecture/moe_defs.py
third_party/mergekit/mergekit/evo/__init__.py
third_party/mergekit/mergekit/evo/actors.py
third_party/mergekit/mergekit/evo/config.py
third_party/mergekit/mergekit/evo/genome.py
third_party/mergekit/mergekit/evo/helpers.py
third_party/mergekit/mergekit/evo/monkeypatch.py
third_party/mergekit/mergekit/evo/strategy.py
third_party/mergekit/mergekit/io/__init__.py
third_party/mergekit/mergekit/io/lazy_tensor_loader.py
third_party/mergekit/mergekit/io/lazy_unpickle.py
third_party/mergekit/mergekit/io/loader.py
third_party/mergekit/mergekit/io/tasks.py
third_party/mergekit/mergekit/io/tensor_writer.py
third_party/mergekit/mergekit/merge_methods/__init__.py
third_party/mergekit/mergekit/merge_methods/arcee_fusion.py
third_party/mergekit/mergekit/merge_methods/base.py
third_party/mergekit/mergekit/merge_methods/easy_define.py
third_party/mergekit/mergekit/merge_methods/generalized_task_arithmetic.py
third_party/mergekit/mergekit/merge_methods/karcher.py
third_party/mergekit/mergekit/merge_methods/linear.py
third_party/mergekit/mergekit/merge_methods/model_stock.py
third_party/mergekit/mergekit/merge_methods/multislerp.py
third_party/mergekit/mergekit/merge_methods/nearswap.py
third_party/mergekit/mergekit/merge_methods/nuslerp.py
third_party/mergekit/mergekit/merge_methods/passthrough.py
third_party/mergekit/mergekit/merge_methods/rectify_embed.py
third_party/mergekit/mergekit/merge_methods/registry.py
third_party/mergekit/mergekit/merge_methods/sce.py
third_party/mergekit/mergekit/merge_methods/slerp.py
third_party/mergekit/mergekit/moe/__init__.py
third_party/mergekit/mergekit/moe/arch.py
third_party/mergekit/mergekit/moe/common.py
third_party/mergekit/mergekit/moe/config.py
third_party/mergekit/mergekit/moe/deepseek.py
third_party/mergekit/mergekit/moe/mixtral.py
third_party/mergekit/mergekit/moe/qwen.py
third_party/mergekit/mergekit/moe/qwen3.py
third_party/mergekit/mergekit/moe/router.py
third_party/mergekit/mergekit/scripts/__init__.py
third_party/mergekit/mergekit/scripts/bakllama.py
third_party/mergekit/mergekit/scripts/evolve.py
third_party/mergekit/mergekit/scripts/extract_lora.py
third_party/mergekit/mergekit/scripts/fill_missing_params.py
third_party/mergekit/mergekit/scripts/layershuffle.py
third_party/mergekit/mergekit/scripts/legacy.py
third_party/mergekit/mergekit/scripts/merge_raw_pytorch.py
third_party/mergekit/mergekit/scripts/moe.py
third_party/mergekit/mergekit/scripts/multimerge.py
third_party/mergekit/mergekit/scripts/run_yaml.py
third_party/mergekit/mergekit/scripts/tokensurgeon.py
third_party/mergekit/mergekit/tokenizer/__init__.py
third_party/mergekit/mergekit/tokenizer/build.py
third_party/mergekit/mergekit/tokenizer/config.py
third_party/mergekit/mergekit/tokenizer/embed.py
third_party/mergekit/mergekit/tokenizer/normalization.py
third_party/mergekit/mergekit/tokensurgeon/__init__.py
third_party/mergekit/mergekit/tokensurgeon/common_interpolation.py
third_party/mergekit/mergekit/tokensurgeon/magikarp.py
third_party/mergekit/mergekit/tokensurgeon/omp.py
third_party/mergekit/mergekit/tokensurgeon/pca.py
third_party/mergekit/mergekit/tokensurgeon/rope_helpers.py
third_party/mergekit/mergekit/tokensurgeon/subword.py
third_party/mergekit/mergekit/tokensurgeon/token_basis.py
third_party/mergekit/tests/__init__.py
third_party/mergekit/tests/common.py
third_party/mergekit/tests/test_basic_merges.py
third_party/mergekit/tests/test_chat_template.py
third_party/mergekit/tests/test_graph.py
third_party/mergekit/tests/test_io.py
third_party/mergekit/tests/test_lazy_unpickle.py
third_party/mergekit/tests/test_modelref.py
third_party/mergekit/tests/test_sparsify.py
third_party/mergekit/tests/test_tokenizer.py
third_party/tokenizer-extension/LICENSE
third_party/tokenizer-extension/PATCH_NOTES.md
third_party/tokenizer-extension/README.md
third_party/tokenizer-extension/setup.py
third_party/tokenizer-extension/tokenizer_extension/__init__.py
third_party/tokenizer-extension/tokenizer_extension/benchmarking.py
third_party/tokenizer-extension/tokenizer_extension/data.py
third_party/tokenizer-extension/tokenizer_extension/extension.py
third_party/tokenizer-extension/tokenizer_extension/iterative_tokenizer.py
third_party/tokenizer-extension/tokenizer_extension/models.py
third_party/tokenizer-extension/tokenizer_extension/sentencepiece_utils.py
third_party/tokenizer-extension/tokenizer_extension/train_vocab_extension.py
third_party/tokenizer-extension/tokenizer_extension/utils.py
third_party/tokenizer-extension/tokenizer_extension/pruning/__init__.py
third_party/tokenizer-extension/tokenizer_extension/pruning/base.py
third_party/tokenizer-extension/tokenizer_extension/pruning/leaf_pruner.py
third_party/tokenizer-extension/tokenizer_extension/pruning/legacy.py
third_party/tokenizer-extension/tokenizer_extension/pruning/merge_pruner.py
third_party/tokenizer-extension/tokenizer_extension/pruning/script_pruner.py
third_party/unsloth/COPYING
third_party/unsloth/LICENSE
third_party/unsloth/PATCH_NOTES.md
third_party/unsloth/README.md
third_party/unsloth/pyproject.toml
third_party/unsloth/unsloth/__init__.py
third_party/unsloth/unsloth/_auto_install.py
third_party/unsloth/unsloth/_compressed_quantize.py
third_party/unsloth/unsloth/_gpu_init.py
third_party/unsloth/unsloth/chat_templates.py
third_party/unsloth/unsloth/device_type.py
third_party/unsloth/unsloth/import_fixes.py
third_party/unsloth/unsloth/ollama_template_mappers.py
third_party/unsloth/unsloth/save.py
third_party/unsloth/unsloth/tokenizer_utils.py
third_party/unsloth/unsloth/trainer.py
third_party/unsloth/unsloth/dataprep/__init__.py
third_party/unsloth/unsloth/dataprep/raw_text.py
third_party/unsloth/unsloth/dataprep/synthetic.py
third_party/unsloth/unsloth/dataprep/synthetic_configs.py
third_party/unsloth/unsloth/kernels/__init__.py
third_party/unsloth/unsloth/kernels/cross_entropy_loss.py
third_party/unsloth/unsloth/kernels/fast_lora.py
third_party/unsloth/unsloth/kernels/flex_attention.py
third_party/unsloth/unsloth/kernels/fp8.py
third_party/unsloth/unsloth/kernels/geglu.py
third_party/unsloth/unsloth/kernels/layernorm.py
third_party/unsloth/unsloth/kernels/rms_layernorm.py
third_party/unsloth/unsloth/kernels/rope_embedding.py
third_party/unsloth/unsloth/kernels/swiglu.py
third_party/unsloth/unsloth/kernels/utils.py
third_party/unsloth/unsloth/kernels/moe/LICENSE
third_party/unsloth/unsloth/kernels/moe/README.md
third_party/unsloth/unsloth/kernels/moe/__init__.py
third_party/unsloth/unsloth/kernels/moe/autotune_cache.py
third_party/unsloth/unsloth/kernels/moe/requirements.txt
third_party/unsloth/unsloth/kernels/moe/benchmark/benchmark_fused_moe.py
third_party/unsloth/unsloth/kernels/moe/benchmark/utils.py
third_party/unsloth/unsloth/kernels/moe/grouped_gemm/LICENSE
third_party/unsloth/unsloth/kernels/moe/grouped_gemm/__init__.py
third_party/unsloth/unsloth/kernels/moe/grouped_gemm/interface.py
third_party/unsloth/unsloth/kernels/moe/grouped_gemm/kernels/__init__.py
third_party/unsloth/unsloth/kernels/moe/grouped_gemm/kernels/autotuning.py
third_party/unsloth/unsloth/kernels/moe/grouped_gemm/kernels/backward.py
third_party/unsloth/unsloth/kernels/moe/grouped_gemm/kernels/forward.py
third_party/unsloth/unsloth/kernels/moe/grouped_gemm/kernels/tuning.py
third_party/unsloth/unsloth/kernels/moe/grouped_gemm/reference/__init__.py
third_party/unsloth/unsloth/kernels/moe/grouped_gemm/reference/moe_block.py
third_party/unsloth/unsloth/kernels/moe/grouped_gemm/reference/moe_ops.py
third_party/unsloth/unsloth/kernels/moe/grouped_gemm/reference/layers/llama4_moe.py
third_party/unsloth/unsloth/kernels/moe/grouped_gemm/reference/layers/qwen3_moe.py
third_party/unsloth/unsloth/kernels/moe/tests/__init__.py
third_party/unsloth/unsloth/kernels/moe/tests/common.py
third_party/unsloth/unsloth/kernels/moe/tests/moe_utils.py
third_party/unsloth/unsloth/kernels/moe/tests/run_qwen3_moe_tests.sh
third_party/unsloth/unsloth/kernels/moe/tests/test_grouped_gemm.py
third_party/unsloth/unsloth/kernels/moe/tests/test_llama4_moe.py
third_party/unsloth/unsloth/kernels/moe/tests/test_qwen3_moe.py
third_party/unsloth/unsloth/models/__init__.py
third_party/unsloth/unsloth/models/_utils.py
third_party/unsloth/unsloth/models/cohere.py
third_party/unsloth/unsloth/models/diffusion.py
third_party/unsloth/unsloth/models/dpo.py
third_party/unsloth/unsloth/models/falcon_h1.py
third_party/unsloth/unsloth/models/gemma.py
third_party/unsloth/unsloth/models/gemma2.py
third_party/unsloth/unsloth/models/glm4_moe.py
third_party/unsloth/unsloth/models/granite.py
third_party/unsloth/unsloth/models/llama.py
third_party/unsloth/unsloth/models/llama4.py
third_party/unsloth/unsloth/models/loader.py
third_party/unsloth/unsloth/models/loader_utils.py
third_party/unsloth/unsloth/models/mapper.py
third_party/unsloth/unsloth/models/mistral.py
third_party/unsloth/unsloth/models/qwen2.py
third_party/unsloth/unsloth/models/qwen3.py
third_party/unsloth/unsloth/models/qwen3_moe.py
third_party/unsloth/unsloth/models/rl.py
third_party/unsloth/unsloth/models/rl_replacements.py
third_party/unsloth/unsloth/models/sentence_transformer.py
third_party/unsloth/unsloth/models/vision.py
third_party/unsloth/unsloth/optimizers/__init__.py
third_party/unsloth/unsloth/optimizers/q_galore_adamw.py
third_party/unsloth/unsloth/optimizers/q_galore_projector.py
third_party/unsloth/unsloth/registry/REGISTRY.md
third_party/unsloth/unsloth/registry/__init__.py
third_party/unsloth/unsloth/registry/_deepseek.py
third_party/unsloth/unsloth/registry/_gemma.py
third_party/unsloth/unsloth/registry/_llama.py
third_party/unsloth/unsloth/registry/_mistral.py
third_party/unsloth/unsloth/registry/_phi.py
third_party/unsloth/unsloth/registry/_qwen.py
third_party/unsloth/unsloth/registry/registry.py
third_party/unsloth/unsloth/utils/__init__.py
third_party/unsloth/unsloth/utils/attention_dispatch.py
third_party/unsloth/unsloth/utils/hf_hub.py
third_party/unsloth/unsloth/utils/packing.py
third_party/unsloth/unsloth/utils/prefix_grouper.py
third_party/unsloth/unsloth/utils/prefix_grouper_kernel.py
third_party/unsloth_zoo/COPYING
third_party/unsloth_zoo/LICENSE
third_party/unsloth_zoo/PATCH_NOTES.md
third_party/unsloth_zoo/README.md
third_party/unsloth_zoo/pyproject.toml
third_party/unsloth_zoo/unsloth_zoo/__init__.py
third_party/unsloth_zoo/unsloth_zoo/compiler.py
third_party/unsloth_zoo/unsloth_zoo/compiler_replacements.py
third_party/unsloth_zoo/unsloth_zoo/dataset_utils.py
third_party/unsloth_zoo/unsloth_zoo/device_type.py
third_party/unsloth_zoo/unsloth_zoo/empty_model.py
third_party/unsloth_zoo/unsloth_zoo/gated_delta_vjp.py
third_party/unsloth_zoo/unsloth_zoo/gradient_checkpointing.py
third_party/unsloth_zoo/unsloth_zoo/hf_cache.py
third_party/unsloth_zoo/unsloth_zoo/hf_cache_state.py
third_party/unsloth_zoo/unsloth_zoo/hf_utils.py
third_party/unsloth_zoo/unsloth_zoo/hf_xet_fallback.py
third_party/unsloth_zoo/unsloth_zoo/llama_cpp.py
third_party/unsloth_zoo/unsloth_zoo/log.py
third_party/unsloth_zoo/unsloth_zoo/logging_utils.py
third_party/unsloth_zoo/unsloth_zoo/loss_utils.py
third_party/unsloth_zoo/unsloth_zoo/model_lists.py
third_party/unsloth_zoo/unsloth_zoo/pad_token.py
third_party/unsloth_zoo/unsloth_zoo/patch_torch_functions.py
third_party/unsloth_zoo/unsloth_zoo/patching_utils.py
third_party/unsloth_zoo/unsloth_zoo/peft_utils.py
third_party/unsloth_zoo/unsloth_zoo/rl_environments.py
third_party/unsloth_zoo/unsloth_zoo/rl_replacements.py
third_party/unsloth_zoo/unsloth_zoo/saving_utils.py
third_party/unsloth_zoo/unsloth_zoo/tiled_mlp.py
third_party/unsloth_zoo/unsloth_zoo/tokenizer_utils.py
third_party/unsloth_zoo/unsloth_zoo/training_utils.py
third_party/unsloth_zoo/unsloth_zoo/utils.py
third_party/unsloth_zoo/unsloth_zoo/vision_utils.py
third_party/unsloth_zoo/unsloth_zoo/vllm_lora_request.py
third_party/unsloth_zoo/unsloth_zoo/vllm_lora_worker_manager.py
third_party/unsloth_zoo/unsloth_zoo/vllm_rlhf_utils.py
third_party/unsloth_zoo/unsloth_zoo/vllm_utils.py
third_party/unsloth_zoo/unsloth_zoo/vlm_tokens.py
third_party/unsloth_zoo/unsloth_zoo/_vendored/NOTICE
third_party/unsloth_zoo/unsloth_zoo/_vendored/__init__.py
third_party/unsloth_zoo/unsloth_zoo/_vendored/_licenses.py
third_party/unsloth_zoo/unsloth_zoo/_vendored/fla/LICENSE
third_party/unsloth_zoo/unsloth_zoo/_vendored/fla/__init__.py
third_party/unsloth_zoo/unsloth_zoo/_vendored/fla/modules/__init__.py
third_party/unsloth_zoo/unsloth_zoo/_vendored/fla/modules/fused_norm_gate.py
third_party/unsloth_zoo/unsloth_zoo/_vendored/fla/modules/l2norm.py
third_party/unsloth_zoo/unsloth_zoo/_vendored/fla/ops/__init__.py
third_party/unsloth_zoo/unsloth_zoo/_vendored/fla/ops/backends/__init__.py
third_party/unsloth_zoo/unsloth_zoo/_vendored/fla/ops/common/__init__.py
third_party/unsloth_zoo/unsloth_zoo/_vendored/fla/ops/common/chunk_delta_h.py
third_party/unsloth_zoo/unsloth_zoo/_vendored/fla/ops/common/chunk_o.py
third_party/unsloth_zoo/unsloth_zoo/_vendored/fla/ops/common/gate.py
third_party/unsloth_zoo/unsloth_zoo/_vendored/fla/ops/common/backends/__init__.py
third_party/unsloth_zoo/unsloth_zoo/_vendored/fla/ops/common/backends/intracard.py
third_party/unsloth_zoo/unsloth_zoo/_vendored/fla/ops/common/backends/tilelang/__init__.py
third_party/unsloth_zoo/unsloth_zoo/_vendored/fla/ops/cp/__init__.py
third_party/unsloth_zoo/unsloth_zoo/_vendored/fla/ops/cp/chunk_delta_h.py
third_party/unsloth_zoo/unsloth_zoo/_vendored/fla/ops/cp/comm.py
third_party/unsloth_zoo/unsloth_zoo/_vendored/fla/ops/cp/context.py
third_party/unsloth_zoo/unsloth_zoo/_vendored/fla/ops/gated_delta_rule/__init__.py
third_party/unsloth_zoo/unsloth_zoo/_vendored/fla/ops/gated_delta_rule/chunk.py
third_party/unsloth_zoo/unsloth_zoo/_vendored/fla/ops/gated_delta_rule/chunk_fwd.py
third_party/unsloth_zoo/unsloth_zoo/_vendored/fla/ops/gated_delta_rule/fused_recurrent.py
third_party/unsloth_zoo/unsloth_zoo/_vendored/fla/ops/gated_delta_rule/gate.py
third_party/unsloth_zoo/unsloth_zoo/_vendored/fla/ops/gated_delta_rule/wy_fast.py
third_party/unsloth_zoo/unsloth_zoo/_vendored/fla/ops/utils/__init__.py
third_party/unsloth_zoo/unsloth_zoo/_vendored/fla/ops/utils/cache.py
third_party/unsloth_zoo/unsloth_zoo/_vendored/fla/ops/utils/constant.py
third_party/unsloth_zoo/unsloth_zoo/_vendored/fla/ops/utils/cumsum.py
third_party/unsloth_zoo/unsloth_zoo/_vendored/fla/ops/utils/index.py
third_party/unsloth_zoo/unsloth_zoo/_vendored/fla/ops/utils/logsumexp.py
third_party/unsloth_zoo/unsloth_zoo/_vendored/fla/ops/utils/matmul.py
third_party/unsloth_zoo/unsloth_zoo/_vendored/fla/ops/utils/op.py
third_party/unsloth_zoo/unsloth_zoo/_vendored/fla/ops/utils/pack.py
third_party/unsloth_zoo/unsloth_zoo/_vendored/fla/ops/utils/pooling.py
third_party/unsloth_zoo/unsloth_zoo/_vendored/fla/ops/utils/softmax.py
third_party/unsloth_zoo/unsloth_zoo/_vendored/fla/ops/utils/softplus.py
third_party/unsloth_zoo/unsloth_zoo/_vendored/fla/ops/utils/solve_tril.py
third_party/unsloth_zoo/unsloth_zoo/_vendored/fla/utils/__init__.py
third_party/unsloth_zoo/unsloth_zoo/_vendored/fla/utils/_compat.py
third_party/unsloth_zoo/unsloth_zoo/_vendored/fla/utils/_config.py
third_party/unsloth_zoo/unsloth_zoo/_vendored/fla/utils/_decorators.py
third_party/unsloth_zoo/unsloth_zoo/_vendored/fla/utils/_device.py
third_party/unsloth_zoo/unsloth_zoo/_vendored/fla/utils/_testing.py
third_party/unsloth_zoo/unsloth_zoo/diffusion_studio/README.md
third_party/unsloth_zoo/unsloth_zoo/diffusion_studio/__init__.py
third_party/unsloth_zoo/unsloth_zoo/diffusion_studio/canvas_player.html
third_party/unsloth_zoo/unsloth_zoo/diffusion_studio/shim.py
third_party/unsloth_zoo/unsloth_zoo/diffusion_studio/visual_engine.py
third_party/unsloth_zoo/unsloth_zoo/flex_attention/__init__.py
third_party/unsloth_zoo/unsloth_zoo/flex_attention/attention_sink.py
third_party/unsloth_zoo/unsloth_zoo/flex_attention/utils.py
third_party/unsloth_zoo/unsloth_zoo/fused_losses/__init__.py
third_party/unsloth_zoo/unsloth_zoo/fused_losses/ast_rewriter.py
third_party/unsloth_zoo/unsloth_zoo/fused_losses/cross_entropy_loss.py
third_party/unsloth_zoo/unsloth_zoo/fused_losses/forward_adapter.py
third_party/unsloth_zoo/unsloth_zoo/fused_losses/forward_install.py
third_party/unsloth_zoo/unsloth_zoo/fused_losses/tests.py
third_party/unsloth_zoo/unsloth_zoo/mlx/__init__.py
third_party/unsloth_zoo/unsloth_zoo/mlx/compile.py
third_party/unsloth_zoo/unsloth_zoo/mlx/loader.py
third_party/unsloth_zoo/unsloth_zoo/mlx/runtime.py
third_party/unsloth_zoo/unsloth_zoo/mlx/trainer.py
third_party/unsloth_zoo/unsloth_zoo/mlx/utils.py
third_party/unsloth_zoo/unsloth_zoo/mlx/cce/__init__.py
third_party/unsloth_zoo/unsloth_zoo/mlx/cce/runtime_cce.py
third_party/unsloth_zoo/unsloth_zoo/stubs/__init__.py
third_party/unsloth_zoo/unsloth_zoo/stubs/bitsandbytes_stub.py
third_party/unsloth_zoo/unsloth_zoo/stubs/triton_stub.py
third_party/unsloth_zoo/unsloth_zoo/temporary_patches/__init__.py
third_party/unsloth_zoo/unsloth_zoo/temporary_patches/bitsandbytes.py
third_party/unsloth_zoo/unsloth_zoo/temporary_patches/common.py
third_party/unsloth_zoo/unsloth_zoo/temporary_patches/deepseek_v3_moe.py
third_party/unsloth_zoo/unsloth_zoo/temporary_patches/ernie4_5_moe.py
third_party/unsloth_zoo/unsloth_zoo/temporary_patches/fla_vendor.py
third_party/unsloth_zoo/unsloth_zoo/temporary_patches/flex_attention_bwd.py
third_party/unsloth_zoo/unsloth_zoo/temporary_patches/gemma.py
third_party/unsloth_zoo/unsloth_zoo/temporary_patches/gemma3n.py
third_party/unsloth_zoo/unsloth_zoo/temporary_patches/gemma4.py
third_party/unsloth_zoo/unsloth_zoo/temporary_patches/gemma4_banded_attention.py
third_party/unsloth_zoo/unsloth_zoo/temporary_patches/gemma4_flash_sliding.py
third_party/unsloth_zoo/unsloth_zoo/temporary_patches/gemma4_float32.py
third_party/unsloth_zoo/unsloth_zoo/temporary_patches/gemma4_moe.py
third_party/unsloth_zoo/unsloth_zoo/temporary_patches/glm4_moe.py
third_party/unsloth_zoo/unsloth_zoo/temporary_patches/gpt_oss.py
third_party/unsloth_zoo/unsloth_zoo/temporary_patches/lfm2_moe.py
third_party/unsloth_zoo/unsloth_zoo/temporary_patches/ministral.py
third_party/unsloth_zoo/unsloth_zoo/temporary_patches/misc.py
third_party/unsloth_zoo/unsloth_zoo/temporary_patches/mixtral_moe.py
third_party/unsloth_zoo/unsloth_zoo/temporary_patches/moe_bnb.py
third_party/unsloth_zoo/unsloth_zoo/temporary_patches/moe_grouped_modulelist.py
third_party/unsloth_zoo/unsloth_zoo/temporary_patches/moe_utils.py
third_party/unsloth_zoo/unsloth_zoo/temporary_patches/moe_utils_bnb4bit.py
third_party/unsloth_zoo/unsloth_zoo/temporary_patches/moe_utils_fp8.py
third_party/unsloth_zoo/unsloth_zoo/temporary_patches/mxfp4.py
third_party/unsloth_zoo/unsloth_zoo/temporary_patches/pixtral.py
third_party/unsloth_zoo/unsloth_zoo/temporary_patches/qwen3_5_moe.py
third_party/unsloth_zoo/unsloth_zoo/temporary_patches/qwen3_moe.py
third_party/unsloth_zoo/unsloth_zoo/temporary_patches/qwen3_moe_float32.py
third_party/unsloth_zoo/unsloth_zoo/temporary_patches/qwen3_next_moe.py
third_party/unsloth_zoo/unsloth_zoo/temporary_patches/qwen3_vl_moe.py
third_party/unsloth_zoo/unsloth_zoo/temporary_patches/utils.py