.gitignore
CODE_OF_CONDUCT.md
CONTRIBUTING.md
COPYING
LICENSE
README.md
pyproject.toml
.github/CODEOWNERS
.github/FUNDING.yml
.github/dependabot.yml
.github/ISSUE_TEMPLATE/bug---issue.md
.github/ISSUE_TEMPLATE/feature-request.md
.github/workflows/consolidated-tests-ci.yml
.github/workflows/lint-ci.yml
.github/workflows/mlx-ci.yml
.github/workflows/security-audit.yml
.github/workflows/stale.yml
.github/workflows/studio-export-fix-ci.yml
.github/workflows/wheel-smoke.yml
scripts/enforce_kwargs_spacing.py
scripts/lint_workflow_triggers.py
scripts/scan_packages.py
scripts/verify_comment_only_diff.py
tests/conftest.py
tests/test_active_merge_device_matrix.py
tests/test_backend_device_helpers.py
tests/test_compiler_dynamic_exec.py
tests/test_compiler_rewriter_exhaustive.py
tests/test_convert_hf_to_gguf_patcher.py
tests/test_convert_to_gguf_self_heal.py
tests/test_extended_dep_api_pins.py
tests/test_forward_native_moe_loop_lora.py
tests/test_fused_forward_install.py
tests/test_gemma4_moe_lora_registration.py
tests/test_gpt_oss_attention_mask.py
tests/test_llama_cpp_loader.py
tests/test_mlx_adapter_metadata_persistence.py
tests/test_mlx_baseline_loss_parity.py
tests/test_mlx_batch_padding.py
tests/test_mlx_cce_target_classification.py
tests/test_mlx_dtype_downcast_warning.py
tests/test_mlx_finetune_last_n_layers.py
tests/test_mlx_get_peft_model_seed_ordering.py
tests/test_mlx_max_grad_value_none.py
tests/test_mlx_runtime_cce_compile.py
tests/test_mlx_save_lora_adapters_filter.py
tests/test_mlx_torch_shim_smoke.py
tests/test_moe_lora_extractor_coverage.py
tests/test_moe_merge_e2e_cpu.py
tests/test_offline_env_cross_sync.py
tests/test_patch_loss_functions_coverage.py
tests/test_peft_paramwrapper_layout_drift.py
tests/test_pr_a_components.py
tests/test_pr_a_deep_components.py
tests/test_pr_a_dequantize.py
tests/test_pr_a_gated_delta.py
tests/test_pr_a_imports.py
tests/test_pypi_version_sync.py
tests/test_quantize_gguf_q2_k_l.py
tests/test_qwen_moe_lora_extractor.py
tests/test_rl_replacements_cpu.py
tests/test_temporary_patches_exhaustive.py
tests/test_temporary_patches_imports.py
tests/test_transformers_moe_structure_drift.py
tests/test_unsloth_zoo_lora_merge.py
tests/test_upstream_import_fixes_drift.py
tests/test_upstream_pinned_symbols_accelerator.py
tests/test_upstream_pinned_symbols_transformers.py
tests/test_upstream_pinned_symbols_trl_vllm.py
tests/test_upstream_signatures.py
tests/test_upstream_source_patterns.py
tests/test_zoo_history_regressions.py
tests/test_zoo_history_regressions_deep.py
tests/test_zoo_source_upstream_refs.py
tests/mlx_simulation/__init__.py
tests/mlx_simulation/mlx_lm_stub.py
tests/mlx_simulation/mlx_nn_stub.py
tests/mlx_simulation/mlx_optimizers_stub.py
tests/mlx_simulation/mlx_stub.py
tests/mlx_simulation/mlx_utils_stub.py
tests/mlx_simulation/mlx_vlm_stub.py
tests/mlx_simulation/mlx_helpers/__init__.py
tests/mlx_simulation/mlx_helpers/array_proxy.py
tests/mlx_simulation/mlx_helpers/custom_function.py
tests/mlx_simulation/mlx_helpers/lora_linear.py
tests/mlx_simulation/mlx_helpers/mlx_lm_compat.py
tests/mlx_simulation/mlx_helpers/quant.py
tests/mlx_simulation/mlx_helpers/stream_generate.py
tests/mlx_simulation/mlx_helpers/value_and_grad.py
tests/security/__init__.py
tests/security/conftest.py
tests/security/test_lint_workflow_triggers.py
tests/security/test_scan_packages.py
tests/security/fixtures/__init__.py
tests/security/fixtures/_build.py
tests/security/fixtures/clean_wheel.whl
tests/security/fixtures/malicious_sdist.tar.gz
tests/security/fixtures/malicious_wheel.whl
unsloth_zoo/__init__.py
unsloth_zoo/compiler.py
unsloth_zoo/compiler_replacements.py
unsloth_zoo/dataset_utils.py
unsloth_zoo/device_type.py
unsloth_zoo/empty_model.py
unsloth_zoo/gated_delta_vjp.py
unsloth_zoo/gradient_checkpointing.py
unsloth_zoo/hf_utils.py
unsloth_zoo/llama_cpp.py
unsloth_zoo/log.py
unsloth_zoo/logging_utils.py
unsloth_zoo/loss_utils.py
unsloth_zoo/model_lists.py
unsloth_zoo/patch_torch_functions.py
unsloth_zoo/patching_utils.py
unsloth_zoo/peft_utils.py
unsloth_zoo/rl_environments.py
unsloth_zoo/rl_replacements.py
unsloth_zoo/saving_utils.py
unsloth_zoo/tiled_mlp.py
unsloth_zoo/tokenizer_utils.py
unsloth_zoo/training_utils.py
unsloth_zoo/utils.py
unsloth_zoo/vision_utils.py
unsloth_zoo/vllm_lora_request.py
unsloth_zoo/vllm_lora_worker_manager.py
unsloth_zoo/vllm_rlhf_utils.py
unsloth_zoo/vllm_utils.py
unsloth_zoo.egg-info/PKG-INFO
unsloth_zoo.egg-info/SOURCES.txt
unsloth_zoo.egg-info/dependency_links.txt
unsloth_zoo.egg-info/requires.txt
unsloth_zoo.egg-info/top_level.txt
unsloth_zoo/flex_attention/__init__.py
unsloth_zoo/flex_attention/attention_sink.py
unsloth_zoo/flex_attention/utils.py
unsloth_zoo/fused_losses/__init__.py
unsloth_zoo/fused_losses/ast_rewriter.py
unsloth_zoo/fused_losses/cross_entropy_loss.py
unsloth_zoo/fused_losses/forward_adapter.py
unsloth_zoo/fused_losses/forward_install.py
unsloth_zoo/fused_losses/tests.py
unsloth_zoo/mlx/__init__.py
unsloth_zoo/mlx/compile.py
unsloth_zoo/mlx/loader.py
unsloth_zoo/mlx/runtime.py
unsloth_zoo/mlx/trainer.py
unsloth_zoo/mlx/utils.py
unsloth_zoo/mlx/cce/__init__.py
unsloth_zoo/mlx/cce/runtime_cce.py
unsloth_zoo/stubs/__init__.py
unsloth_zoo/stubs/bitsandbytes_stub.py
unsloth_zoo/stubs/triton_stub.py
unsloth_zoo/temporary_patches/__init__.py
unsloth_zoo/temporary_patches/bitsandbytes.py
unsloth_zoo/temporary_patches/common.py
unsloth_zoo/temporary_patches/deepseek_v3_moe.py
unsloth_zoo/temporary_patches/flex_attention_bwd.py
unsloth_zoo/temporary_patches/gemma.py
unsloth_zoo/temporary_patches/gemma3n.py
unsloth_zoo/temporary_patches/gemma4.py
unsloth_zoo/temporary_patches/gemma4_moe.py
unsloth_zoo/temporary_patches/glm4_moe.py
unsloth_zoo/temporary_patches/gpt_oss.py
unsloth_zoo/temporary_patches/ministral.py
unsloth_zoo/temporary_patches/misc.py
unsloth_zoo/temporary_patches/moe_bnb.py
unsloth_zoo/temporary_patches/moe_utils.py
unsloth_zoo/temporary_patches/mxfp4.py
unsloth_zoo/temporary_patches/pixtral.py
unsloth_zoo/temporary_patches/qwen3_5_moe.py
unsloth_zoo/temporary_patches/qwen3_moe.py
unsloth_zoo/temporary_patches/qwen3_next_moe.py
unsloth_zoo/temporary_patches/qwen3_vl_moe.py
unsloth_zoo/temporary_patches/utils.py