Kingsley
8efa5c9694
[model] support GLM4.5V ( #8876 )
2025-08-11 21:45:14 +08:00
Yaowei Zheng
bc54ed8efb
[data] fix template ( #8827 )
2025-08-06 06:58:09 +08:00
Yaowei Zheng
706b3e5ee7
[model] add gpt oss ( #8826 )
2025-08-06 05:56:46 +08:00
davidlightmysterion
48615ddb07
[train] fix adjusting logits size after adding special tokens ( #8823 )
2025-08-05 20:35:07 +08:00
Kingsley
7218d4aa96
[model] support keye-vl-8b ( #8776 )
2025-07-29 21:24:08 +08:00
Kingsley
2aadc90c2d
[model] add glm4moe ( #8689 )
2025-07-25 19:53:45 +08:00
Yaowei Zheng
5817583630
[deps] bump transformers to 4.49.0 ( #8564 )
2025-07-07 20:31:50 +08:00
Vivek Iyer
c6290db118
Revert "[model] add lora dropout to unsloth" - requested feature already exists ( #8554 )
...
Co-authored-by: viyer <vivek_iyer2@apple.com>
2025-07-05 11:25:31 +08:00
Vivek Iyer
62c6943699
[model] add lora dropout to unsloth ( #8548 )
...
Co-authored-by: viyer <vivek_iyer2@apple.com>
2025-07-04 14:56:36 +08:00
Kingsley
c5a08291f4
[model] add gemma3n ( #8509 )
2025-07-01 22:37:24 +08:00
Kingsley
0b188ca00c
[model] add GLM-4.1V ( #8462 )
2025-06-30 01:09:41 +08:00
Yaowei Zheng
bb7bf51554
Merge commit from fork
2025-06-26 13:55:42 +08:00
Yaowei Zheng
b10333dafb
[model] do not force load processor ( #8457 )
2025-06-25 19:43:00 +08:00
Yaowei Zheng
8ed085e403
[model] add kimi vl 2506 ( #8432 )
2025-06-23 17:56:48 +08:00
Vivek Iyer
1221533542
[model] unsloth resume from checkpoint bug ( #8423 )
...
Co-authored-by: viyer <vivek_iyer2@apple.com>
2025-06-23 16:43:54 +08:00
Yaowei Zheng
f3d144f001
[model] fix vlm utils ( #8388 )
2025-06-17 01:08:49 +08:00
Yaowei Zheng
af2f75e688
[data] fix qwen2vl pos ids ( #8387 )
2025-06-17 00:48:54 +08:00
Yaowei Zheng
9f2f12b0fe
[version] release v0.9.3 ( #8386 )
2025-06-16 19:21:32 +08:00
Kingsley
8ffe7daa8d
[model] support Mistral3.1 small 2503 ( #8335 )
2025-06-09 10:37:42 +08:00
Yaowei Zheng
7ecc2d46ca
[model] fix model generate ( #8327 )
2025-06-07 08:47:50 +08:00
Vivek Iyer
d325a1a7c7
[model] pushing FFT with unsloth ( #8325 )
...
Co-authored-by: viyer <vivek_iyer2@apple.com>
2025-06-07 08:20:58 +08:00
hoshi-hiyouga
b0c8ba73e0
[deps] update to transformers 4.52 ( #8125 )
2025-05-21 05:16:18 +08:00
hoshi-hiyouga
f3fd67a9bb
[model] switch to gptqmodel ( #8108 )
2025-05-19 22:25:40 +08:00
piamo
a6f3adf930
[model] update rope kwargs for yarn ( #8101 )
2025-05-19 20:07:54 +08:00
hoshi-hiyouga
97e0a4cb5c
[misc] update liger kernel patch ( #7966 )
2025-05-06 20:32:16 +02:00
hoshi-hiyouga
1f338deb87
[model] fix dsv3 leaf node ( #7879 )
2025-04-28 18:11:09 +08:00
zhaop-l
1bd319d16c
[trainer] make projector trainable in freeze training ( #7872 )
...
Co-authored-by: hoshi-hiyouga <hiyouga@buaa.edu.cn>
2025-04-28 13:19:37 +08:00
Kingsley
035e98035c
fix attn patch for kimivl ( #7867 )
2025-04-27 23:12:28 +08:00
hoshi-hiyouga
4fbdc65fcb
[model] fix vit gradient checkpointing ( #7830 )
2025-04-23 22:48:48 +08:00
hoshi-hiyouga
1344416378
[model] fix moe zero3 ( #7826 )
2025-04-23 15:30:49 +08:00
Kingsley
1dd67eb042
[data] fix internvl plugin ( #7817 )
2025-04-23 00:58:22 +08:00
Kingsley
d43013f14a
[model] add arch check for InternVL ( #7803 )
2025-04-22 16:38:05 +08:00
hoshi-hiyouga
92101f34a1
[data] improve mmplugin ( #7795 )
2025-04-22 01:25:33 +08:00
hoshi-hiyouga
a62cba3d05
[example] add bash usage ( #7794 )
2025-04-22 00:25:51 +08:00
flashJd
1302ca39f6
[misc] fix new tokens adding ( #7253 )
...
Co-authored-by: hoshi-hiyouga <hiyouga@buaa.edu.cn>
2025-04-21 23:19:02 +08:00
ddddng
b8cddbc7d7
[model] fix gemma3 export ( #7786 )
...
Co-authored-by: hoshi-hiyouga <hiyouga@buaa.edu.cn>
2025-04-21 23:07:11 +08:00
Sachin Beldona
ec7257e70f
[misc] fix bug in constant ( #7765 )
...
Co-authored-by: Sachin Beldona <sbeldona@cs.cmu.edu>
2025-04-21 23:06:31 +08:00
hoshi-hiyouga
610f164c69
[trainer] fix pt loss ( #7748 )
...
* fix pt loss
* robust
* fix
* test
2025-04-17 03:15:35 +08:00
hoshi-hiyouga
0a0cfeb782
[breaking] bump transformers to 4.45.0 & improve ci ( #7746 )
...
* update ci
* fix
* fix
* fix
* fix
* fix
2025-04-17 02:36:48 +08:00
hoshi-hiyouga
4831552856
[infer] set env for vllm ascend ( #7745 )
2025-04-17 01:08:55 +08:00
Kingsley
125513fa5c
[model] support intern-VL 2.5-3 series ( #7258 )
...
* add internvl and rebase
* fix for internvl2&3
* remove lines
* fix video_inputs & lint
* nit
* add constants
* remove lines
* fix
* fix error
* pass ci
* pass ci
* skip internvl & nit
2025-04-17 00:31:30 +08:00
Kingsley
df8752e8ee
[model] Support Kimi_VL thinking/instruct ( #7719 )
...
* add kimi_vl
* patch config
* check version
* Update mm_plugin.py
* Update mm_plugin.py
---------
Co-authored-by: hoshi-hiyouga <hiyouga@buaa.edu.cn>
2025-04-15 00:21:58 +08:00
hoshi-hiyouga
3a13d2cdb1
[misc] fix env vars ( #7715 )
2025-04-14 16:04:04 +08:00
hoshi-hiyouga
3ef36d0057
[misc] upgrade cli ( #7714 )
2025-04-14 15:41:22 +08:00
Dain Kim
ee840b4e01
[bugfix] enable_gemma_liger_kernel ( #7660 )
...
- The `enable_liger_kernel` function for the Gemma model series was not executed due to the existing `if` statement in the code.
- Changed the line to an `elif` statement so that the `apply_liger_kernel` function is executed properly.
resolved : #7628
2025-04-10 11:27:30 +08:00
Kingsley
7d8bee96fc
[data] Fix bugs of use_audio_in_video in Qwen2.5 Omni ( #7638 )
...
* cache _mm_inputs
* nit
* support for use_audio_in_video
* remove cache
* fix data
* Update mllm_video_audio_demo.json
2025-04-08 18:40:10 +08:00
hoshi-hiyouga
5817cda37e
[misc] fix packing and eval plot ( #7623 )
2025-04-07 18:20:57 +08:00
hoshi-hiyouga
6c200fd218
[model] add llama4 ( #7611 )
2025-04-06 13:42:31 +08:00
Kingsley
80f8d037d0
[data] fix qwen2.5 omni plugin ( #7573 )
...
* align key with qwen2vl
* nit && change scripts
2025-04-02 21:28:52 +08:00
hoshi-hiyouga
903db09822
[infer] vllm video/audio inference ( #7566 )
2025-04-02 02:27:04 +08:00