Commit graph

2,274 commits

Author SHA1 Message Date
Daniel Han
b02f6035ae Update vision.py 2025-05-15 04:34:49 -07:00
Daniel Han
8865207ba4 Update vision.py 2025-05-15 04:26:05 -07:00
Daniel Han
dafdcbe88c Update vision.py 2025-05-15 03:54:22 -07:00
Daniel Han
ba6dcd2498 Update loader.py 2025-05-15 03:46:48 -07:00
Daniel Han
30a1b25752 Update loader.py 2025-05-15 03:39:20 -07:00
Daniel Han
fda9007d77 Update loader.py 2025-05-15 03:18:16 -07:00
Daniel Han
7f22fdd9f9 Update loader.py 2025-05-15 03:00:25 -07:00
Daniel Han
5982e34484 is_multimodal 2025-05-15 02:32:29 -07:00
Daniel Han
b4b073a59d Update loader.py 2025-05-15 02:30:12 -07:00
Daniel Han
f781c871c7 Update vision.py 2025-05-15 02:17:03 -07:00
Daniel Han
633221f8c9 Update vision.py 2025-05-15 02:07:29 -07:00
Daniel Han
151b1ae2e3 Update vision.py 2025-05-15 01:54:05 -07:00
Daniel Han
630f2b5f66 Update loader.py 2025-05-15 01:47:34 -07:00
Daniel Han
c4d8ed4939 Fix Seasame 2025-05-15 01:45:15 -07:00
Daniel Han
9dac587254 Seasame force float16 / float32 2025-05-15 01:27:14 -07:00
Daniel Han
189ed215e6 Update chat_templates.py 2025-05-15 01:13:20 -07:00
Daniel Han
992f9248bb Merge branch 'main' into nightly 2025-05-15 01:07:32 -07:00
Michael Han
b64c84ef33 Merge pull request #2537 from kiankyars/main
Add Qwen-3 chat template and Ollama template support
2025-05-14 20:45:53 -07:00
Daniel Han
c9b93f7b10 Merge branch 'main' into nightly 2025-05-14 20:30:41 -07:00
Kian Kyars
e147af330e undo accident 2025-05-14 19:00:23 -06:00
Kian Kyars
059ccd8221 style: Place Qwen-3 template after Gemma-3, match style with other templates 2025-05-14 18:59:17 -06:00
Kian Kyars
48dc104728 Update Qwen-3 chat and Ollama templates to official full version, placed after Gemma-3 2025-05-14 18:42:55 -06:00
Kian Kyars
40ac241994 Add Qwen-3 chat template and Ollama template support 2025-05-14 18:35:02 -06:00
Daniel Han
e18a41d10f Update pyproject.toml 2025-05-14 05:42:47 -07:00
Daniel Han
da41d4c21f Update _utils.py 2025-05-14 05:42:11 -07:00
Daniel Han
0bbf131238 Update synthetic.py 2025-05-14 04:05:23 -07:00
Daniel Han
f971fce721 Update synthetic.py 2025-05-14 03:54:46 -07:00
Daniel Han
17d8517144 Update synthetic.py 2025-05-14 03:49:27 -07:00
Daniel Han
b47bbd3f55 Update synthetic.py 2025-05-14 03:47:29 -07:00
Daniel Han
e05735db0c Update synthetic.py 2025-05-14 03:44:15 -07:00
Michael Han
074573a13b Merge pull request #2527 from mmathew23/csm
Add Sesame CSM
2025-05-14 02:26:12 -07:00
DoubleMathew
e317fc222d Merge branch 'unslothai:main' into csm 2025-05-13 17:58:11 -05:00
Daniel Han
cdb8eaaf42 Versioning 2025-05-13 09:10:24 -07:00
Daniel Han
99a0627c64 Update synthetic.py 2025-05-13 08:26:17 -07:00
Daniel Han
76e632ea35 Update synthetic.py 2025-05-13 08:25:48 -07:00
Daniel Han
4f9dfadd91 Merge branch 'main' into nightly 2025-05-13 03:39:49 -07:00
Michael Han
f4cbf303fe Update README.md 2025-05-13 01:39:59 -07:00
Daniel Han
65710647b5 Update loader_utils.py 2025-05-12 21:06:30 -07:00
Daniel Han
e99b66e711 Update pyproject.toml 2025-05-12 16:28:50 -07:00
feng lui
48cb9c724c vLLM Windows CUDA support [tested] (#2158)
* Update loader.py

change vllm installed check by transformers utils function

* Update llama.py

change vllm installed check by transformers utils function

* add sample notebook

* fix Indentation

* add global is_vLLM_available function

* Pythonic style

* Delete nb/Qwen2.5_(3B)-GRPO-windows.ipynb

Would be great to move it to https://github.com/unslothai/notebooks - appreciate it!

---------

Co-authored-by: Daniel Han <danielhanchen@gmail.com>
2025-05-12 05:33:42 -07:00
Daniel Han
67026e28ee Update pyproject.toml 2025-05-12 04:24:18 -07:00
Daniel Han
cecdfc5a34 Fix Intel GPU 2025-05-12 03:10:21 -07:00
Lei Zhenyuan
fe6b83fd7e [2/N] Enable intel GPU for unsloth (#2388)
* add DEVICE_TYPE and resolve device specific API

* reuse import torch

* move env under device typr

* resolve comments

* add more comments

* add more comments
2025-05-12 02:58:21 -07:00
Lei Zhenyuan
5bf77aabf5 first pr for intel GPU, resolve __init__.py and pyproject.toml (#2350)
add better comments
2025-05-12 02:38:40 -07:00
Daniel Han
c37380c63b Fix GRPO eval 2025-05-12 02:35:31 -07:00
Michael Han
e3f6c5eff4 Merge pull request #2466 from mmathew23/fix_pop_token_type_ids
the pixtral vision notebook fails during inference
2025-05-09 14:57:31 -07:00
Mathew Mathew
3a56b3a24a turn off compilation and fast generation for csm 2025-05-09 16:50:16 -05:00
Michael Han
1a99b4dc94 Merge pull request #2492 from yuanzhedong/yz/dev/fix-readme
Fix readme example
2025-05-07 23:29:59 -07:00
Yuanzhe Dong
75f3f8a7e5 Fix readme example 2025-05-06 19:26:35 -07:00
Michael Han
8821057420 Update README.md
Adding extra synthetic data notebook, cleaning repo
2025-05-05 20:56:01 -07:00