unsloth/unsloth
2026-07-15 11:20:22 -07:00
..
dataprep fix(dataprep): guard smart_chunk_text against stride >= chunk_size (#7126) 2026-07-15 04:33:54 +03:00
kernels Fix bare except clauses and remove duplicate MAX_FUSED_SIZE definition (#7138) 2026-07-15 04:39:38 -07:00
models Versioning 2026-07-15 11:20:22 -07:00
optimizers Reduce and tighten code comments and docstrings repo-wide (#6095) 2026-06-08 23:09:51 -07:00
registry Reduce and tighten code comments and docstrings repo-wide (#6095) 2026-06-08 23:09:51 -07:00
utils Probe xformers support on sm_120 instead of disabling it by version (#6828) 2026-07-14 00:01:25 -03:00
__init__.py feat(mlx): route trainer callbacks (#6929) 2026-07-08 03:25:50 -07:00
_auto_install.py Upgrade setuptools and wheel in the auto-install command (#6282) 2026-06-13 03:59:15 -07:00
_compressed_quantize.py Fix export-time trust_remote_code bypass in FP8/INT8/GGUF-LoRA export (#6869) 2026-07-05 05:16:39 -07:00
_gpu_init.py Silence torch._check_is_size FutureWarning and shim it if torch removes it (#7023) 2026-07-09 02:26:36 -07:00
chat_templates.py fix: guard remove_special_tokens against tokenizers without a BOS token (#7048) 2026-07-10 14:55:11 -03:00
device_type.py Reduce and tighten code comments and docstrings repo-wide (#6095) 2026-06-08 23:09:51 -07:00
import_fixes.py Silence torch._check_is_size FutureWarning and shim it if torch removes it (#7023) 2026-07-09 02:26:36 -07:00
ollama_template_mappers.py Re-apply #4939: updated models template mappers (#4950) 2026-04-15 07:52:12 -07:00
save.py fix: single-pass GGUF export for directly convertible outtypes in save.py (#7090) 2026-07-15 05:25:03 -07:00
tokenizer_utils.py Auto Xet to HTTP download fallback in from_pretrained; share Studio's fallback via unsloth_zoo (#6638) 2026-07-06 05:13:25 -07:00
trainer.py Reset torch.compile cache poisoned by a stray forward before trainer.train() (#6511) 2026-06-22 05:39:48 -07:00