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
/
convert-hf-to-gguf.py
Age
Commit message (
Expand
)
Author
2024-01-16
py : remove unnecessary hasattr (#4903)
Georgi Gerganov
2024-01-13
convert : update phi-2 to latest HF repo (#4903)
Georgi Gerganov
2024-01-12
py : fix lint (#4889)
Georgi Gerganov
2024-01-12
llama : fix llm_build_k_shift to use correct n_rot (#4889)
Georgi Gerganov
2024-01-02
py : re-enable mmap in convert hf (#4732)
Nam D. Tran
2023-12-29
python : add check-requirements.sh and GitHub workflow (#4585)
crasm
2023-12-28
gpt2 : Add gpt2 architecture integration (#4555)
manikbhandari
2023-12-27
llama : add AWQ for llama, llama2, mpt, and mistral models (#4593)
Nam D. Tran
2023-12-24
llama : add PLaMo model (#3557)
Shintarou Okada
2023-12-18
llama : add phi-2 + fix NeoX rope + ggml_mul_mat_set_prec (#4490)
Ebey Abraham
2023-12-13
llama : add Mixtral support (#4406)
slaren
2023-12-01
llama : add Qwen support (#4281)
Shijie
2023-11-25
scripts : Use mmap in torch load (#4202)
Galunid
2023-11-24
convert : fix tensors using grad in some models (#4173)
Galunid
2023-11-20
ci : add flake8 to github actions (python linting) (#4129)
Galunid
2023-11-17
py : Falcon HF compatibility (#4104)
John
2023-11-14
stablelm : StableLM support (#3586)
Galunid
2023-11-09
scripts: Generalize convert scripts (#3838)
Galunid