LICENSE
README.md
pyproject.toml
tests/test_model_registry.py
unsloth/__init__.py
unsloth/_auto_install.py
unsloth/chat_templates.py
unsloth/import_fixes.py
unsloth/save.py
unsloth/tokenizer_utils.py
unsloth/trainer.py
unsloth.egg-info/PKG-INFO
unsloth.egg-info/SOURCES.txt
unsloth.egg-info/dependency_links.txt
unsloth.egg-info/requires.txt
unsloth.egg-info/top_level.txt
unsloth/dataprep/__init__.py
unsloth/dataprep/synthetic.py
unsloth/dataprep/synthetic_configs.py
unsloth/kernels/__init__.py
unsloth/kernels/cross_entropy_loss.py
unsloth/kernels/fast_lora.py
unsloth/kernels/flex_attention.py
unsloth/kernels/geglu.py
unsloth/kernels/layernorm.py
unsloth/kernels/rms_layernorm.py
unsloth/kernels/rope_embedding.py
unsloth/kernels/swiglu.py
unsloth/kernels/utils.py
unsloth/kernels/moe/__init__.py
unsloth/kernels/moe/benchmark/benchmark_fused_moe.py
unsloth/kernels/moe/benchmark/utils.py
unsloth/kernels/moe/grouped_gemm/__init__.py
unsloth/kernels/moe/grouped_gemm/interface.py
unsloth/kernels/moe/grouped_gemm/kernels/__init__.py
unsloth/kernels/moe/grouped_gemm/kernels/autotuning.py
unsloth/kernels/moe/grouped_gemm/kernels/backward.py
unsloth/kernels/moe/grouped_gemm/kernels/forward.py
unsloth/kernels/moe/grouped_gemm/kernels/tuning.py
unsloth/kernels/moe/grouped_gemm/reference/__init__.py
unsloth/kernels/moe/grouped_gemm/reference/moe_block.py
unsloth/kernels/moe/grouped_gemm/reference/moe_ops.py
unsloth/kernels/moe/grouped_gemm/reference/layers/llama4_moe.py
unsloth/kernels/moe/grouped_gemm/reference/layers/qwen3_moe.py
unsloth/kernels/moe/tests/__init__.py
unsloth/kernels/moe/tests/common.py
unsloth/kernels/moe/tests/moe_utils.py
unsloth/kernels/moe/tests/test_grouped_gemm.py
unsloth/kernels/moe/tests/test_llama4_moe.py
unsloth/kernels/moe/tests/test_qwen3_moe.py
unsloth/models/__init__.py
unsloth/models/_utils.py
unsloth/models/cohere.py
unsloth/models/dpo.py
unsloth/models/falcon_h1.py
unsloth/models/gemma.py
unsloth/models/gemma2.py
unsloth/models/granite.py
unsloth/models/llama.py
unsloth/models/llama4.py
unsloth/models/loader.py
unsloth/models/loader_utils.py
unsloth/models/mapper.py
unsloth/models/mistral.py
unsloth/models/qwen2.py
unsloth/models/qwen3.py
unsloth/models/qwen3_moe.py
unsloth/models/rl.py
unsloth/models/rl_replacements.py
unsloth/models/vision.py
unsloth/registry/__init__.py
unsloth/registry/_deepseek.py
unsloth/registry/_gemma.py
unsloth/registry/_llama.py
unsloth/registry/_mistral.py
unsloth/registry/_phi.py
unsloth/registry/_qwen.py
unsloth/registry/registry.py
unsloth/utils/__init__.py
unsloth/utils/hf_hub.py