summaryrefslogtreecommitdiff
path: root/convert.py
AgeCommit message (Expand)Author
2023-10-22llama : validate special token ids are in range when loading GGUF model (#3635)Kerfuffle
2023-10-20gguf : support big endian platform (#3552)Qin Yue Chen
2023-10-03Work on the BPE tokenizer (#3252)goerch
2023-10-02gguf : general usability improvements (#3409)cebtenzzre
2023-09-27convert : remove bug in convert.py permute function (#3364)Zhang Peiyuan
2023-09-10convert: remove most of the n_mult usage in convert.py (#3098)Erik Scholz
2023-09-07convert : fix F32 ftype not being saved (#3048)Cebtenzzre
2023-09-05convert: fix convert.py not working with int filename_stem (#3028)Erik Scholz
2023-09-03convert.py : BPE fixes (#2938)Kerfuffle
2023-08-31convert : fix another python 3.8 issue (#2949)Cebtenzzre
2023-08-31scripts: Use local gguf package when running from repo (#2927)Kerfuffle
2023-08-31convert : fix python 3.8 support, modernize type annotations (#2916)Cebtenzzre
2023-08-30convert.py : use dir name to name the llamaGeorgi Gerganov
2023-08-30convert : various script cleanups/fixes + merges and special token handling (...Kerfuffle
2023-08-29convert.py : fix baichuan7B support (#2870)jameswu2014
2023-08-26convert.py : advanced option (#2753)Kerfuffle
2023-08-26Handle null rope scaling value (#2793)Nigel Bosch
2023-08-25convert.py : Get rope scale from HuggingFace models (#2772)Nigel Bosch
2023-08-25convert.py : export rope freq_base when converting CodeLlama from an HF model...slaren
2023-08-24convert.py : try to determine n_ctx automatically for CodeLlama (#2770)slaren
2023-08-24gguf : add rope_freq_base parameter for CodeLlama (#2769)slaren
2023-08-24convert : auto-determine model name based on dir + scripts updateGeorgi Gerganov
2023-08-24fix convert.py for codellama, add llama 34B to the list of recognized models ...slaren
2023-08-23llm : add Falcon support (#2717)Georgi Gerganov
2023-08-23chmod : make scripts executable (#2675)Cebtenzzre
2023-08-22convert.py : clarifying error message (#2718)Alex Petenchea
2023-08-22gguf : add ftype meta info to the model (#2710)Georgi Gerganov
2023-08-21gguf : new file format with flexible meta data (beta) (#2398)Georgi Gerganov
2023-08-06convert.py : add missing abstract methods for quantized data (#2491)Keiichi Tabata
2023-07-27convert.py : Update to support 70B HF format model files (#2427)mj-shifu
2023-07-25convert.py : support bpe tokenizer (#2228)ldwang
2023-07-23llama : grouped-query attention + LLaMAv2 70B support (#2276)Georgi Gerganov
2023-07-19cmake : install targets (#2256)wzy
2023-07-07convert.py: add mapping for safetensors bf16 (#1598)Aarni Koskela
2023-07-06convert : update for baichuan (#2081)Judd
2023-07-01convert : add support of baichuan-7b (#2055)Judd
2023-06-24convert : fix invalid params in write_vocab_only (#1975)AN Long
2023-06-22rework convert.py to read hyper-parameters from config.json (#1958)Erik Scholz
2023-06-17hooks : setting up flake8 and pre-commit hooks (#1681)Jiří Podivín
2023-05-17convert.py: Support models which are stored in a single pytorch_model.bin (#1...Tom Jobbins
2023-05-08convert: add ability to convert safetensors files (#1276)ubik2
2023-05-05Convert.py @staticmethod (#1327)Benjamin Lecaillon
2023-05-04convert: support DT_BF16 tensors (#1309)Ivan Stepanov
2023-04-17add 4_0 to default outfile namestr dict (#1031)Cameron
2023-04-16stdout : vertical align outputs for better readibilityGeorgi Gerganov
2023-04-15convert.py: Fix loading safetensors and ggml format on Windows (#991)comex
2023-04-14py : fix flake8 and isort nitpicks (#960)Pavol Rusnak
2023-04-14py : new conversion script (#545)comex