aboutsummaryrefslogtreecommitdiff
path: root/convert.py
AgeCommit message (Expand)Author
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