Commit Graph

8 Commits

Author SHA1 Message Date
M. Yusuf Sarıgöz
511055722e undo formatting 2023-07-28 09:09:14 +03:00
M. Yusuf Sarıgöz
62f4926bde fix : fix errors upd writing example 2023-07-28 00:04:19 +03:00
M. Yusuf Sarıgöz
9411250564 refactor : rm unused import and upd todos 2023-07-27 23:25:47 +03:00
M. Yusuf Sarıgöz
bb54d1700e GGUF : Support writing tensors in Python 2023-07-27 23:09:53 +03:00
M. Yusuf Sarıgöz
464192b9be WIP: Write tensor 2023-07-27 22:25:04 +03:00
Georgi Gerganov
158be8f7f4
gguf.py : some code style changes 2023-07-27 15:37:06 +03:00
M. Yusuf Sarıgöz
c85d3178b3
refactor : reduce code duplication and better API (#2415) 2023-07-27 10:29:29 +03:00
M. Yusuf Sarıgöz
bae6b125f6
wip : implement GGUF (#2397)
* Add LLAMA_DEFAULT_RMS_EPS so we can change the default (#2384)

Co-authored-by: Iwan Kawrakow <iwan.kawrakow@gmail.com>

* WIP: python class to write GGUF, incomplete C apı for reading

---------

Co-authored-by: Kawrakow <48489457+ikawrakow@users.noreply.github.com>
Co-authored-by: Iwan Kawrakow <iwan.kawrakow@gmail.com>
2023-07-26 18:21:13 +03:00