LICENSE
README.md
pyproject.toml
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/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/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/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/cross_entropy_loss.py
unsloth_zoo/fused_losses/tests.py
unsloth_zoo/temporary_patches/__init__.py
unsloth_zoo/temporary_patches/bitsandbytes.py
unsloth_zoo/temporary_patches/common.py
unsloth_zoo/temporary_patches/gemma.py
unsloth_zoo/temporary_patches/gemma3n.py
unsloth_zoo/temporary_patches/gpt_oss.py
unsloth_zoo/temporary_patches/misc.py
unsloth_zoo/temporary_patches/mxfp4.py
unsloth_zoo/temporary_patches/pixtral.py
unsloth_zoo/temporary_patches/utils.py