index
:
ik_llama.cpp.git
main
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
gguf-py
/
gguf
/
gguf.py
Age
Commit message (
Expand
)
Author
2023-11-11
gguf-py: Refactor and allow reading/modifying existing GGUF files (#3981)
Kerfuffle
2023-11-07
gguf : track writer state, free unneeded tensors, cleanup (#3871)
Jared Van Bortel
2023-11-04
gguf-py: Support 01.AI Yi models (#3943)
Kerfuffle
2023-11-01
llama : implement YaRN RoPE scaling (#2268)
cebtenzzre
2023-10-22
llama : validate special token ids are in range when loading GGUF model (#3635)
Kerfuffle
2023-10-20
gguf : support big endian platform (#3552)
Qin Yue Chen
2023-10-10
llm : add bloom models (#3553)
Xingchen Song(宋星辰)
2023-10-07
llm : support Adept Persimmon 8B (#3410)
Phillip Kravtsov
2023-10-04
llm : add Refact model (#3329)
ds5t5
2023-10-02
gguf : add BERT, MPT, and GPT-J arch info (#3408)
cebtenzzre
2023-10-02
gguf : general usability improvements (#3409)
cebtenzzre
2023-09-27
gguf : fix a few general keys (#3341)
Cebtenzzre
2023-09-15
llama : add support for StarCoder model architectures (#3187)
Meng Zhang
2023-09-14
gguf-py : support identity operation in TensorNameMap (#3095)
Kerfuffle
2023-09-14
feature : support Baichuan serial models (#3009)
jameswu2014
2023-09-03
gguf(python): Fix special vocab handling when id < 0 (#2984)
Kerfuffle
2023-08-31
convert : fix python 3.8 support, modernize type annotations (#2916)
Cebtenzzre
2023-08-30
convert : various script cleanups/fixes + merges and special token handling (...
Kerfuffle
2023-08-27
gguf : add 64-bit support (GGUF v2) (#2821)
Georgi Gerganov
2023-08-25
gguf : make gguf pip-installable
M. Yusuf Sarıgöz