summaryrefslogtreecommitdiff
path: root/convert-hf-to-gguf.py
AgeCommit message (Expand)Author
2024-02-15Use correct type of pooling for embedding models (#5500)Douglas Hanley
2024-02-13llama : add support for Nomic Embed (#5468)Jared Van Bortel
2024-02-13llama : support batched embeddings (#5466)Douglas Hanley
2024-02-11Add support for BERT embedding models (#5423)Douglas Hanley
2024-02-08llama : fix MiniCPM (#5392)runfuture
2024-02-07llama : add MiniCPM support (#5346)runfuture
2024-02-05py : fix internlm2-hf convert to gguf (#5305)Guoteng
2024-02-02py : add check for '.attn.masked_bias' layers to GPT2model (#5281)Mirror Azure
2024-02-01llama : support InternLM2 (#5184)Guoteng
2024-01-28llama : add support for Orion-14B (#5118)sharpHL
2024-01-22llama : support StableLM 2 1.6B (#5052)compilade
2024-01-20convert : partially revert PR #4818 (#5041)Jared Van Bortel
2024-01-19llama : support upcoming Qwen2 (#5037)Shijie
2024-01-19py : fix flake8 lintGeorgi Gerganov
2024-01-19llama : add CodeShell support (#5016)chiranko
2024-01-16py : remove unnecessary hasattr (#4903)Georgi Gerganov
2024-01-13convert : update phi-2 to latest HF repo (#4903)Georgi Gerganov
2024-01-12py : fix lint (#4889)Georgi Gerganov
2024-01-12llama : fix llm_build_k_shift to use correct n_rot (#4889)Georgi Gerganov
2024-01-02py : re-enable mmap in convert hf (#4732)Nam D. Tran
2023-12-29python : add check-requirements.sh and GitHub workflow (#4585)crasm
2023-12-28gpt2 : Add gpt2 architecture integration (#4555)manikbhandari
2023-12-27llama : add AWQ for llama, llama2, mpt, and mistral models (#4593)Nam D. Tran
2023-12-24llama : add PLaMo model (#3557)Shintarou Okada
2023-12-18llama : add phi-2 + fix NeoX rope + ggml_mul_mat_set_prec (#4490)Ebey Abraham
2023-12-13llama : add Mixtral support (#4406)slaren
2023-12-01llama : add Qwen support (#4281)Shijie
2023-11-25scripts : Use mmap in torch load (#4202)Galunid
2023-11-24convert : fix tensors using grad in some models (#4173)Galunid
2023-11-20ci : add flake8 to github actions (python linting) (#4129)Galunid
2023-11-17py : Falcon HF compatibility (#4104)John
2023-11-14stablelm : StableLM support (#3586)Galunid
2023-11-09scripts: Generalize convert scripts (#3838)Galunid