Commit graph

1,279 commits

Author SHA1 Message Date
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
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
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
Daniel Han
6c0b8a57e4 Update __init__.py 2025-05-04 18:06:39 -07:00
Michael Han
9e2ef7c50c Uploading HQ Unsloth Sticker 2025-05-04 05:31:57 -07:00
Michael Han
c4d0fd42be Updating HQ logos 2025-05-04 05:25:06 -07:00
Daniel Han
84779ee11b Better vllm deletion 2025-05-04 05:03:58 -07:00
Daniel Han
f9bf537130 Update pyproject.toml 2025-05-04 04:29:10 -07:00
Daniel Han
bad8069807 Update _utils.py 2025-05-04 03:03:50 -07:00
Michael Han
bb802c8a4a Update README.md 2025-05-02 23:14:34 -07:00
Daniel Han
077fe260e6 Update pyproject.toml 2025-05-02 22:52:58 -07:00
Daniel Han
e287e55906 Update pyproject.toml 2025-05-02 22:47:09 -07:00
Daniel Han
fcaf726dda Update pyproject.toml 2025-05-02 22:40:12 -07:00
Roland Tannous
4190502a1a Added missing code of conduct (#2416)
* Added code of conduct

* fixed CONTRIBUTING -> CODE_OF_CONDUCT url link
2025-05-02 21:08:27 -07:00
Johnny
fb3fb77d43 Update pyproject.toml (#2458) 2025-05-02 21:07:59 -07:00
jeromeku
b7fc12c8be MoE Kernel (#2465)
* add moe grouped gemm kernel

* add benchmark, README

* remove formatting from __init__.py
2025-05-02 20:59:23 -07:00
Mathew Mathew
bbe5e2a221 the pixtral vision notebook fails during inferenc with unused kwargs token_type_ids. This fixes the error 2025-05-02 21:40:15 -05:00
Daniel Han
9edbe23259 Bug fix 2025-05-02 14:06:14 -07:00
Daniel Han
d957caeae7 Fix Qwen 3 mapping 2025-05-02 09:44:01 -07:00
Michael Han
8bfe5fd4ab Update README.md 2025-05-02 09:06:57 -07:00
Daniel Han
2249a5ff88 Qwen3 bug fixes 2025-05-02 07:18:33 -07:00
Daniel Han
8fbd80231c Update mapper.py 2025-05-02 06:26:43 -07:00
Daniel Han
d74e7c19b3 Versioning 2025-05-02 05:05:09 -07:00
Daniel Han
439cae9fae Remove hf_xet warning 2025-05-02 04:23:53 -07:00