Commit graph

1,616 commits

Author SHA1 Message Date
Daniel Han
3a01f482a7 Bug fixes 2025-03-04 14:19:56 -08:00
Daniel Han
bf542e9ef6 Bug fixes 2025-03-04 03:47:51 -08:00
Daniel Han
e4bc56a087 Update rl.py 2025-03-04 03:31:38 -08:00
Daniel Han
20482bf9d6 __version__ 2025-03-04 02:57:54 -08:00
Daniel Han
a722a5d25d Update utils.py 2025-03-04 02:38:44 -08:00
Daniel Han
8d07b0e64a Update utils.py 2025-03-04 02:37:09 -08:00
Daniel Han
5ee394758d Update utils.py 2025-03-04 02:35:19 -08:00
Daniel Han
bfa92159d0 Update utils.py 2025-03-04 02:28:35 -08:00
Daniel Han
e854df5509 Update llama.py 2025-03-03 23:59:11 -08:00
Daniel Han
9955ec9c93 Update llama.py 2025-03-03 23:58:58 -08:00
Daniel Han
2793018ea6 Update llama.py 2025-03-03 23:41:37 -08:00
Daniel Han
69044ce605 Update llama.py 2025-03-03 23:32:02 -08:00
Daniel Han
06e2d96b39 Update llama.py 2025-03-03 23:00:26 -08:00
Daniel Han
2415050cac Update utils.py 2025-03-03 18:46:16 -08:00
Daniel Han
18ab316dd2 Update utils.py 2025-03-03 18:33:18 -08:00
Daniel Han
91231ab3e6 Update utils.py 2025-03-03 18:29:35 -08:00
Daniel Han
1570f4cfe6 Update utils.py 2025-03-03 17:27:59 -08:00
Daniel Han
189146e389 Update utils.py 2025-03-03 17:17:25 -08:00
Daniel Han
0eee505371 Update _utils.py 2025-03-03 17:12:56 -08:00
Daniel Han
f40d5812f8 Update llama.py 2025-03-03 15:49:04 -08:00
Daniel Han
cc4c71d8cf Update llama.py 2025-03-03 15:48:55 -08:00
Daniel Han
ee16f6ce99 Update README.md 2025-03-03 14:58:30 -08:00
Daniel Han
8c064a3707 Update llama.py 2025-03-03 02:36:16 -08:00
Daniel Han
a4b3bebab8 Update loader.py 2025-03-03 02:30:53 -08:00
Daniel Han
54121bb4b3 device 2025-03-03 00:04:08 -08:00
Daniel Han
cf77d8b610 device 2025-03-02 23:58:17 -08:00
Daniel Han
a833ab9829 Update utils.py 2025-03-02 23:43:02 -08:00
Daniel Han
4b2b345cdd Update utils.py 2025-03-02 23:41:35 -08:00
Daniel Han
306fd3009e Update utils.py 2025-03-02 23:38:32 -08:00
Daniel Han
7e096ff9bf torch_cuda_device 2025-03-02 23:31:16 -08:00
Daniel Han
72a7919e37 Update cross_entropy_loss.py 2025-03-02 23:08:44 -08:00
Daniel Han
e7fca61f7c Merge branch 'main' into nightly 2025-03-02 20:28:24 -08:00
J. M Areeb Uzair
debb3e0810 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
8c9404dd5e 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
4ffbf6734c Update vision.py 2025-03-01 13:47:01 -08:00
Daniel Han
3fa6ac944f LoRA 2025-03-01 02:52:20 -08:00
Daniel Han
09be705d7d Update llama.py 2025-03-01 00:23:20 -08:00
Daniel Han
b53d160b6f Update _utils.py 2025-03-01 00:21:28 -08:00
Daniel Han
a7f00fe966 Update granite.py 2025-03-01 00:20:34 -08:00
Daniel Han
69682a456c Update granite.py 2025-03-01 00:19:12 -08:00
Daniel Han
a448530269 Prelim release 2025-03-01 00:13:11 -08:00
Aditya Ghai
ce5190b868 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
584c41f628 Update rl_replacements.py 2025-02-27 03:46:47 -08:00
Daniel Han
51aa56efb9 Update rl_replacements.py 2025-02-27 03:42:03 -08:00
Michael Han
7eb2b62b16 Update README.md 2025-02-26 17:03:47 -08:00
Michael Han
5b721c7cd3 Update README.md 2025-02-26 16:58:32 -08:00
Kareem
2f3f680274 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
cac515ee2e 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
c7cea3e751 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
2b77128647 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