Commit graph

1,886 commits

Author SHA1 Message Date
Daniel Han
abc50d7def Update vision.py 2025-03-18 01:33:38 -07:00
Daniel Han
dddd5de8f3 Update vision.py 2025-03-18 01:33:29 -07:00
Daniel Han
94e73495d1 Update vision.py 2025-03-18 01:28:49 -07:00
Daniel Han
afb2cfa36d Update vision.py 2025-03-18 01:27:39 -07:00
Daniel Han
7aaf36eefd Update __init__.py 2025-03-18 01:10:14 -07:00
Daniel Han
b130ae5e76 Update __init__.py 2025-03-18 01:10:04 -07:00
Daniel Han
acfee8ebfe Update pyproject.toml 2025-03-18 01:09:51 -07:00
Daniel Han
a7f984e22e Update _utils.py 2025-03-18 01:05:58 -07:00
Daniel Han
44f3ab88aa Update vision.py 2025-03-18 01:01:46 -07:00
Kareem
50e94d383a fix error message (#2046) 2025-03-17 21:46:20 -07:00
Isaac Breen
f80cc13149 Show both peft_error and autoconfig_error, not just autoconfig_error (#2080)
When loading a PEFT model fails, only the `autoconfig_error` is shown. Instead of the `peft_error`, which is what really matters when we're trying to load a PEFT adapter, the user will see something like this:

```
RuntimeError: Unrecognized model in my_model. Should have a `model_type` key in its config.json, or contain one of the following strings in its name: albert, align, altclip, ...
```

This PR just changes it so `autoconfig_error` and `peft_error` are both displayed.
2025-03-17 21:45:29 -07:00
Daniel Han
46b3986304 Merge branch 'nightly' of https://github.com/unslothai/unsloth into nightly 2025-03-17 21:44:00 -07:00
Daniel Han
8373a00139 Update _utils.py 2025-03-17 21:43:51 -07:00
Xander Hawthorne
0738eac901 Ensure trust_remote_code propegates down to unsloth_compile_transformers (#2075) 2025-03-17 21:43:47 -07:00
Daniel Han
4fff3a484f move float32 2025-03-17 19:42:49 -07:00
Daniel Han
5ac30c10b0 Fix forced float32 2025-03-17 19:24:21 -07:00
Daniel Han
8766b15f9b disable bfloat16 2025-03-17 18:28:46 -07:00
Daniel Han
85cd214363 Update _utils.py 2025-03-17 16:57:14 -07:00
Daniel Han
311bdd6b63 move print 2025-03-17 04:51:28 -07:00
Daniel Han
308dcd703c Update _utils.py 2025-03-17 04:49:26 -07:00
Daniel Han
77670ab5f0 Update _utils.py 2025-03-17 04:47:58 -07:00
Daniel Han
5f04f870aa Update _utils.py 2025-03-17 04:45:49 -07:00
Daniel Han
0aadae45eb Update _utils.py 2025-03-17 04:42:50 -07:00
Daniel Han
c257d3f259 move forced float32 2025-03-17 04:41:44 -07:00
Daniel Han
d43b339ebd Update vision.py 2025-03-17 04:17:59 -07:00
Daniel Han
9ff6fde1f0 Update _utils.py 2025-03-16 23:37:46 -07:00
Daniel Han
dc83e76e32 Update vision.py 2025-03-16 23:27:59 -07:00
Daniel Han
5f841dd1e1 Update vision.py 2025-03-16 23:20:43 -07:00
Daniel Han
1bfea6966f LoRA 16bit fix 2025-03-16 23:18:57 -07:00
Daniel Han
9a96779887 Update loader.py 2025-03-16 22:15:54 -07:00
Daniel Han
af2959aa05 more prints 2025-03-16 22:13:57 -07:00
Daniel Han
0783472061 Update vision.py 2025-03-16 22:10:36 -07:00
Daniel Han
a2fcdadca7 Update pyproject.toml 2025-03-16 20:31:54 -07:00
Daniel Han
8344164ec1 Update pyproject.toml 2025-03-16 20:30:46 -07:00
Daniel Han
ff968e01dd Update loader.py 2025-03-16 20:18:53 -07:00
Kareem
d4c0668448 fix (#2051) 2025-03-16 15:19:58 -07:00
Mukkesh Ganesh
d1db265965 bug fix #2008 (#2039) 2025-03-16 15:19:14 -07:00
Daniel Han
4bdb668809 Update llama.py 2025-03-15 23:34:52 -07:00
Daniel Han
766ae6781b Update llama.py 2025-03-15 22:39:09 -07:00
Daniel Han
79d117455d Update pyproject.toml 2025-03-15 19:40:02 -07:00
Daniel Han
079ca8c7c3 Version 2025-03-15 19:22:44 -07:00
Daniel Han
dc1999eacb Merge branch 'main' into nightly 2025-03-15 19:15:26 -07:00
Daniel Han
f92544d75a Update _utils.py 2025-03-15 17:58:14 -07:00
Michael Han
0c819e097b Update README.md 2025-03-15 17:47:25 -07:00
Daniel Han
7f2400da25 Update rl.py 2025-03-15 17:13:18 -07:00
Daniel Han
ee6ff8711e Merge branch 'main' into nightly 2025-03-15 16:36:18 -07:00
Daniel Han
8a91a7e7a4 Update README.md (#2028) 2025-03-14 22:06:53 -07:00
Daniel Han
4dbb759705 Gemma 3 readme (#2019)
* Update README.md

* Update README.md

* Update README.md

---------

Co-authored-by: Michael Han <107991372+shimmyshimmer@users.noreply.github.com>
2025-03-14 11:12:02 -07:00
Daniel Han
cc15aef60e Update _utils.py 2025-03-14 10:04:10 -07:00
Daniel Han
a5d7436b39 Update save.py 2025-03-14 09:54:48 -07:00