LICENSE
README.md
pyproject.toml
unsloth/__init__.py
unsloth/chat_templates.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/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/rms_layernorm.py
unsloth/kernels/rope_embedding.py
unsloth/kernels/swiglu.py
unsloth/kernels/utils.py
unsloth/models/__init__.py
unsloth/models/_utils.py
unsloth/models/dpo.py
unsloth/models/gemma.py
unsloth/models/gemma2.py
unsloth/models/llama.py
unsloth/models/loader.py
unsloth/models/mapper.py
unsloth/models/mistral.py
unsloth/models/qwen2.py