Commit graph

294 commits

Author SHA1 Message Date
Michael Han
e6a42d0073
Update Install instructions.md 2026-03-18 20:13:48 -07:00
Michael Han
6f9d8ad4c3
Add BETA in README.md 2026-03-18 17:15:10 -07:00
Daniel Han
8b4a0f2191 Update README.md 2026-03-18 11:13:12 -07:00
Daniel Han
e0a9e772d1 Update README.md 2026-03-18 09:57:44 -07:00
Datta Nimmaturi
d4c8c0cb84
Make instructions mac friendly (#4432) 2026-03-18 09:48:02 -07:00
Michael Han
7d270825fb
Update README.md 2026-03-18 08:30:53 -07:00
Daniel Han
11b5e7abf3 Update README.md 2026-03-18 08:15:07 -07:00
Daniel Han
d45abae5b3 Update README.md 2026-03-18 08:12:20 -07:00
Daniel Han
2a7646c4ca Update README.md 2026-03-18 07:27:04 -07:00
Daniel Han
6bf81e4a48 Update README.md 2026-03-18 06:59:37 -07:00
Daniel Han
38217bcdcc Update README.md 2026-03-18 06:58:42 -07:00
Daniel Han
9c89d7b22b Update README.md 2026-03-18 06:52:27 -07:00
Daniel Han
7517e0fb2f Update README.md 2026-03-18 06:33:54 -07:00
Michael Han
0922a2bb17
Update README.md 2026-03-18 04:21:18 -07:00
Michael Han
67d3519cab
Update README.md 2026-03-17 23:04:54 -07:00
Daniel Han
767c31b0e0 Update README.md 2026-03-17 22:53:11 -07:00
Daniel Han
24753290ba Update README.md 2026-03-17 22:50:55 -07:00
Daniel Han
f3f52e2d84
Use blobless clone in README install instructions (#4403)
Reduces clone size from ~50MB to ~5MB by skipping blobs that are
no longer in the current tree but still in git history.
2026-03-17 22:07:21 -07:00
Michael Han
75da2e00c2
Update install instructions.md 2026-03-17 20:04:04 -07:00
Michael Han
8bca62aa78
Dual License clarification.md 2026-03-17 18:48:00 -07:00
Michael Han
e138a3d48b
Update install instructions.md 2026-03-17 16:08:40 -07:00
Michael Han
881e057964
Unsloth Studio update.md 2026-03-17 08:42:03 -07:00
Daniel Han
880b59a301 Update README.md 2026-03-17 08:03:32 -07:00
Michael Han
deb76dfa1d
Update README.md 2026-03-17 07:57:46 -07:00
Michael Han
c60636695c
Unsloth Studio.md 2026-03-17 07:53:50 -07:00
Daniel Han
30a18786bf Revert "Improve documentation on how to export model from Colab"
This reverts commit 703c235a7d.
2026-03-13 22:38:41 -07:00
Vishwanath Martur
022a5d566a Improve documentation on how to export model from Colab
Related to #1615

Add documentation and function for exporting models from Colab to local machines.

* **README.md**: Add a new section titled "Exporting Models from Colab to Local Machine" under " Finetune for Free" with detailed steps for exporting models from Colab to local machines.
* **CONTRIBUTING.md**: Add a note about the new documentation section for exporting models from Colab.
* **unsloth/save.py**: Add a new function `export_model_to_local` to handle exporting models from Colab to local machines.

(cherry picked from commit 0361bd658f)
2026-03-13 22:38:41 -07:00
Michael Han
59f7a9006a Qwen3.5 Update.md
Updated with Qwen3.5 Small models
2026-03-02 23:33:22 -08:00
Daniel Han
7c68ec439f Update README.md (#4119) 2026-02-26 09:18:29 -08:00
Daniel Han
618ac74ae0 Update README.md (#4118) 2026-02-26 08:06:21 -08:00
Michael Han
e8ae589e84 Qwen3.5 update.md 2026-02-25 23:56:48 -08:00
Michael Han
ac70db5556 Update README Install.md
Updating to include new installation links
2026-02-17 07:23:31 -08:00
Michael Han
2a7d098203 Update README with faster MoE.md
Adding MoE
2026-02-13 19:38:23 -08:00
Daniel Han
3b1e8d0ae6 Update README.md 2026-02-09 04:50:54 -08:00
Daniel Han
60dd7269a5 Fix broken documentation links, typos, and formatting in README (#4003)
- Fix 14 broken documentation links (all returning 404) caused by docs
  site restructuring (install-and-update -> install, pages moved to
  /docs/blog/ and /docs/models/tutorials/)
- Fix "Qwen2.3-VL" -> "Qwen3-VL" (model does not exist)
- Fix incorrect "GSPO" label on gpt-oss GRPO notebook
- Fix "4b-bit" typo -> "4-bit"
- Fix "sodoku" typo -> "sudoku"
- Fix double dash formatting on FP8 GRPO notebook list item
- Fix citation URL from http:// to https://
- Update "MultiGPU coming soon" to "is now supported"
- Fix Windows installation step numbering (1,3,5,6,7 -> 1,2,3,4,5)
- Fix Advanced/Troubleshooting step numbering (5,6,5 -> 4,5,6)

Co-authored-by: Daniel Hanchen <danielhanchen@users.noreply.github.com>
2026-02-09 04:46:46 -08:00
Daniel Han
ff3f78b6b9 Add PyTorch 2.10 and xformers 0.0.34 support (#3985)
- Add cu126/cu128/cu130 xformers 0.0.34 wheel dependencies for torch 2.10
- Add cu126-torch2100, cu128-torch2100, cu130-torch2100 meta-dependencies
- Add cu126-ampere-torch2100, cu128-ampere-torch2100, cu130-ampere-torch2100 variants
- Update _auto_install.py version detection for torch 2.10.x
- Add CUDA check for torch 2.10 (requires CUDA 12.6, 12.8, or 13.0)
- Update README.md with torch 2.10 installation instructions

Co-authored-by: Daniel Hanchen <danielhanchen@users.noreply.github.com>
2026-02-05 05:56:26 -08:00
Michael Han
f3efb70823 Embedding model fine-tuning support 2026-01-22 21:35:46 -08:00
Michael Han
08e07e7865 Embedding model support 2026-01-22 14:22:03 -08:00
Michael Han
fda54f2634 Update README.md 2026-01-15 08:01:01 -08:00
Michael Han
9b5571fb69 Refresh of Unsloth README.md with https://unsloth.ai/docs 2025-12-30 15:14:27 -08:00
Michael Han
96de7a817d Update README for new unsloth.ai/docs.md 2025-12-27 00:49:19 -08:00
Michael Han
086ccd377f Update README.md 2025-12-13 16:44:44 -08:00
Michael Han
401de54fba Padding free packing update 2025-12-10 21:12:13 -08:00
Michael Han
bff336c7a3 Adding new padding free packing support 2025-12-10 21:10:19 -08:00
Michael Han
3d4f236155 Update README.md 2025-12-04 08:21:20 -08:00
Daniel Han
845e61d351 Update README.md 2025-12-02 04:08:54 -08:00
Daniel Han
14e8e3137d Update README.md 2025-12-02 03:52:50 -08:00
gitpullpull
77d47ecee5 Fix broken link for Advanced pip install instructions (#3652) 2025-11-29 15:33:48 -08:00
Michael Han
bfdf73fa66 Update README.md 2025-11-29 08:01:00 -08:00
Michael Han
f668897b3c Update README.md 2025-11-27 20:52:27 -08:00