Daniel Han
|
776b83b0e2
|
Update synthetic.py
|
2025-04-29 23:47:09 -07:00 |
|
Michael Han
|
2a65066e5a
|
Merge pull request #2436 from Datta0/qwen3_support
Qwen3 inference fixes
|
2025-04-29 20:18:03 -07:00 |
|
Dattu Sharma
|
d2cdb85404
|
Qwen3 inference fixes
|
2025-04-30 03:03:38 +00:00 |
|
Daniel Han
|
71d8896f39
|
Update _utils.py
|
2025-04-29 11:43:24 -07:00 |
|
Daniel Han
|
041b6ea2f2
|
Update synthetic.py
|
2025-04-29 11:43:13 -07:00 |
|
Daniel Han
|
293f1f2ec9
|
Create __init__.py
|
2025-04-29 11:18:03 -07:00 |
|
Daniel Han
|
86bdc8235a
|
Create synthetic.py
|
2025-04-29 11:17:10 -07:00 |
|
Daniel Han
|
156e93ccae
|
Versioning
|
2025-04-29 09:50:51 -07:00 |
|
Daniel Han
|
5177df5f78
|
Update mapper.py
|
2025-04-29 00:50:46 -07:00 |
|
Michael Han
|
06349a5d00
|
Merge pull request #2427 from Datta0/qwen3_support
Fixup qwen3 qk norm
|
2025-04-28 23:45:21 -07:00 |
|
Dattu Sharma
|
17980be27e
|
fixup qwen3 qk norm
Signed-off-by: Dattu Sharma <venkatadattasainimmaturi@gmail.com>
|
2025-04-29 06:22:07 +00:00 |
|
Michael Han
|
576f1857ac
|
Merge pull request #2423 from Datta0/qwen3_support
Fixup qwen3
|
2025-04-28 19:32:45 -07:00 |
|
Dattu Sharma
|
c2475d7fd1
|
fixup qwen3
Signed-off-by: Dattu Sharma <venkatadattasainimmaturi@gmail.com>
|
2025-04-29 02:31:55 +00:00 |
|
Michael Han
|
96dec7dae1
|
Update README.md
|
2025-04-28 19:08:12 -07:00 |
|
Michael Han
|
f9d626c85c
|
Merge pull request #2211 from Datta0/qwen3_support
[WIP] Initial support for Qwen3. Will udpate when the model is released
|
2025-04-28 19:05:40 -07:00 |
|
Daniel Han
|
7a8f99e189
|
Update pyproject.toml
|
2025-04-26 03:45:29 -07:00 |
|
Daniel Han
|
3910ef099b
|
Versioning
|
2025-04-26 03:44:21 -07:00 |
|
Michael Han
|
6c234d5a66
|
Merge pull request #2381 from Erland366/fix/saving_vlm_4bit
Fix saving 4bit for VLM
|
2025-04-19 14:26:11 -07:00 |
|
Erland366
|
c1155dceef
|
feat: Add validation for 4bit save method and implement corresponding error handling
|
2025-04-19 20:36:30 +00:00 |
|
Michael Han
|
73d6fb2868
|
Merge pull request #2375 from unslothai/revert-2358-patch-1
Revert "fix: improved error handling when llama.cpp build fails"
|
2025-04-17 20:33:40 -07:00 |
|
Michael Han
|
d45997d9bd
|
Revert "fix: improved error handling when llama.cpp build fails"
|
2025-04-17 20:33:25 -07:00 |
|
Michael Han
|
03e2d45f03
|
Merge pull request #2358 from Hansehart/patch-1
fix: improved error handling when llama.cpp build fails
|
2025-04-17 14:03:45 -07:00 |
|
Richi
|
4d944511e4
|
fix: improved error handling when llama.cpp build fails
|
2025-04-16 09:17:25 +02:00 |
|
Etherll
|
f6f5e6397a
|
feat: Support custom auto_model for wider model compatibility (Whisper, Bert,etc) & attn_implementation support (#2263)
* Update loader.py
* Update vision.py
* Update vision.py
fix attn_implementation
* Refactor: Improve parameter handling and checks in loader/vision
|
2025-04-14 14:10:05 -07:00 |
|
Michael Han
|
05f4875aff
|
Update question.md
|
2025-04-09 15:31:56 -07:00 |
|
Michael Han
|
4892b633fa
|
Update feature_request.md
|
2025-04-09 15:30:56 -07:00 |
|
Michael Han
|
aa40cb6c05
|
Update documentation.md
|
2025-04-09 15:29:20 -07:00 |
|
Michael Han
|
215275f6b7
|
Update bug_report.md
|
2025-04-09 15:24:35 -07:00 |
|
Michael Han
|
76db0e9246
|
Update question.md
|
2025-04-09 15:20:44 -07:00 |
|
Michael Han
|
eaced577b9
|
Update feature_request.md
|
2025-04-09 15:20:06 -07:00 |
|
Michael Han
|
65e9ed8507
|
Update documentation.md
|
2025-04-09 15:19:40 -07:00 |
|
Michael Han
|
ab066ec1d9
|
Merge pull request #2323 from unslothai/shimmyshimmer-patch-2
Update bug_report.md
|
2025-04-09 15:19:21 -07:00 |
|
Michael Han
|
58bf4cc839
|
Update bug_report.md
|
2025-04-09 15:17:33 -07:00 |
|
Michael Han
|
c9b9a366e7
|
Update README.md
|
2025-04-05 14:56:01 -07:00 |
|
Michael Han
|
bb112e38ef
|
Merge pull request #2267 from Kimizhao/main
Update README.md
|
2025-04-02 02:07:35 -07:00 |
|
zhaozh
|
6088faf0e7
|
Update README.md
Gemma3 HF uploaded GGUFs, 4-bit models link.
|
2025-04-02 16:10:21 +08:00 |
|
datta0
|
fa1144171c
|
add comments and use modified function
|
2025-04-02 06:49:06 +00:00 |
|
Michael Han
|
b44f89e60a
|
Merge pull request #2250 from unslothai/jeromeku-patch-1
Fix feature_request ISSUE_TEMPLATE
|
2025-03-31 12:51:21 -07:00 |
|
jeromeku
|
26dbb47e07
|
Fix feature_request ISSUE_TEMPLATE
|
2025-03-31 12:28:44 -07:00 |
|
Michael Han
|
eefba34e94
|
Merge pull request #2242 from jeromeku/issues-templates
Issues templates
|
2025-03-30 22:04:47 -07:00 |
|
jeromeku
|
e54b0d4cc3
|
make wording more user-friendly
|
2025-03-30 15:52:31 -07:00 |
|
jeromeku
|
621c3ce656
|
improve wording
|
2025-03-30 15:47:33 -07:00 |
|
jeromeku
|
d736486ea2
|
more edits
|
2025-03-30 15:46:25 -07:00 |
|
jeromeku
|
69e6277d5a
|
fix typos, better wording
|
2025-03-30 15:39:20 -07:00 |
|
jeromeku
|
3f1c63b0c2
|
make templates more concise
|
2025-03-30 15:36:45 -07:00 |
|
jeromeku
|
7aa544aee9
|
more template edits
|
2025-03-30 15:34:01 -07:00 |
|
jeromeku
|
4f477ffcd9
|
generalize documentation template
|
2025-03-30 15:21:47 -07:00 |
|
jeromeku
|
e94f48430e
|
fix question template
|
2025-03-30 15:19:58 -07:00 |
|
jeromeku
|
96f4228104
|
clean up bug template
|
2025-03-30 15:19:00 -07:00 |
|
jeromeku
|
13788b354b
|
fix template labels
|
2025-03-30 15:11:00 -07:00 |
|