Commit graph

1,615 commits

Author SHA1 Message Date
Daniel Han
94bda540e2 Bug fixes 2025-03-04 03:47:51 -08:00
Daniel Han
f22fe83726 Update rl.py 2025-03-04 03:31:38 -08:00
Daniel Han
607539435e __version__ 2025-03-04 02:57:54 -08:00
Daniel Han
e0c0b71831 Update utils.py 2025-03-04 02:38:44 -08:00
Daniel Han
0387f997f7 Update utils.py 2025-03-04 02:37:09 -08:00
Daniel Han
c38c1d52dd Update utils.py 2025-03-04 02:35:19 -08:00
Daniel Han
963e876ea4 Update utils.py 2025-03-04 02:28:35 -08:00
Daniel Han
71735c342f Update llama.py 2025-03-03 23:59:11 -08:00
Daniel Han
a4fa7f920f Update llama.py 2025-03-03 23:58:58 -08:00
Daniel Han
63b7b34424 Update llama.py 2025-03-03 23:41:37 -08:00
Daniel Han
0460a67ed4 Update llama.py 2025-03-03 23:32:02 -08:00
Daniel Han
61a3daa667 Update llama.py 2025-03-03 23:00:26 -08:00
Daniel Han
9c3bb53a0a Update utils.py 2025-03-03 18:46:16 -08:00
Daniel Han
baed76e0a5 Update utils.py 2025-03-03 18:33:18 -08:00
Daniel Han
2f9767887a Update utils.py 2025-03-03 18:29:35 -08:00
Daniel Han
3671756291 Update utils.py 2025-03-03 17:27:59 -08:00
Daniel Han
806bf910fc Update utils.py 2025-03-03 17:17:25 -08:00
Daniel Han
7e0bb36f9f Update _utils.py 2025-03-03 17:12:56 -08:00
Daniel Han
ce708bef1c Update llama.py 2025-03-03 15:49:04 -08:00
Daniel Han
6662fd652c Update llama.py 2025-03-03 15:48:55 -08:00
Daniel Han
d7ffc09329 Update README.md 2025-03-03 14:58:30 -08:00
Daniel Han
643637dd5e Update llama.py 2025-03-03 02:36:16 -08:00
Daniel Han
64ab4df808 Update loader.py 2025-03-03 02:30:53 -08:00
Daniel Han
391fe2907b device 2025-03-03 00:04:08 -08:00
Daniel Han
37541f149a device 2025-03-02 23:58:17 -08:00
Daniel Han
cb6318299d Update utils.py 2025-03-02 23:43:02 -08:00
Daniel Han
ed45bd9cd3 Update utils.py 2025-03-02 23:41:35 -08:00
Daniel Han
0b69bf34cc Update utils.py 2025-03-02 23:38:32 -08:00
Daniel Han
ed75ff330a torch_cuda_device 2025-03-02 23:31:16 -08:00
Daniel Han
b73a2c39d7 Update cross_entropy_loss.py 2025-03-02 23:08:44 -08:00
Daniel Han
f47415973a Merge branch 'main' into nightly 2025-03-02 20:28:24 -08:00
J. M Areeb Uzair
c6d2433547 Added Python version warning to Windows Install Section (#1872)
I spent half a day on the wrong Python version, so I am adding this big, red sign.
2025-03-02 03:48:21 -08:00
Mohamed Mekkouri
8180e9803c Fix Layernorm when num_cols not a power of 2 (#1867)
* fix

* Update layernorm.py

---------

Co-authored-by: Daniel Han <danielhanchen@gmail.com>
2025-03-01 14:23:22 -08:00
Daniel Han
8a72e20aa5 Update vision.py 2025-03-01 13:47:01 -08:00
Daniel Han
4f166026d7 LoRA 2025-03-01 02:52:20 -08:00
Daniel Han
481e3e41b2 Update llama.py 2025-03-01 00:23:20 -08:00
Daniel Han
f4748c020d Update _utils.py 2025-03-01 00:21:28 -08:00
Daniel Han
f3b5469213 Update granite.py 2025-03-01 00:20:34 -08:00
Daniel Han
6b735edbcb Update granite.py 2025-03-01 00:19:12 -08:00
Daniel Han
6485cbb499 Prelim release 2025-03-01 00:13:11 -08:00
Aditya Ghai
08bc291300 Direct windows support for unsloth (#1841)
* Direct Windows Support(main)

* Update pyproject.toml

* Update README.md

Added the suggested changes to README
2025-02-27 20:25:46 -08:00
Daniel Han
841626c405 Update rl_replacements.py 2025-02-27 03:46:47 -08:00
Daniel Han
f55395b5f0 Update rl_replacements.py 2025-02-27 03:42:03 -08:00
Michael Han
569b4422c4 Update README.md 2025-02-26 17:03:47 -08:00
Michael Han
86aea0b4f8 Update README.md 2025-02-26 16:58:32 -08:00
Kareem
71d2a24575 fixed syntax warnings (#1522)
* fixed most of syntax warnings

* all syntaxwarnings fixed

* Syntax fixes

---------

Co-authored-by: Daniel Han <danielhanchen@gmail.com>
2025-02-26 03:50:37 -08:00
Charles London
96346a5f35 Fix key error in GRPOTrainer (#1818)
* fix keyerror in GRPOTrainer

* check for train in _metrics
2025-02-25 15:22:35 -08:00
Igor Kilbas
455517aae9 Fix: GRPO with Mistral and importing (#1831)
* fix: mistral and importing

* minor change

* Style :)

* Update mistral.py

* Update mistral.py

* Update mistral.py

---------

Co-authored-by: Daniel Han <danielhanchen@gmail.com>
2025-02-25 15:21:26 -08:00
Jyotin Goel
c316ad8910 Export Model to ollama.com (#1648)
* Ollama Export Model to ollama.com

Signed-off-by: Jyotin Goel <b22ai063@iitj.ac.in>

* Check for model_name

Signed-off-by: Jyotin Goel <b22ai063@iitj.ac.in>

* subprocess use instead of requests | added check for ollama server

Signed-off-by: Jyotin Goel <b22ai063@iitj.ac.in>

* create_ollama_model

Signed-off-by: Jyotin Goel <b22ai063@iitj.ac.in>

* create_ollama_model | fix

Signed-off-by: Jyotin Goel <b22ai063@iitj.ac.in>

* Push to Ollama

Signed-off-by: Jyotin Goel <b22ai063@iitj.ac.in>

---------

Signed-off-by: Jyotin Goel <b22ai063@iitj.ac.in>
2025-02-22 02:37:01 -08:00
Michael Han
ab701257d6 Update README.md 2025-02-21 22:59:19 -08:00