index
:
llama.cpp.git
master
llama.cpp
user
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
convert.py
Age
Commit message (
Expand
)
Author
2023-07-25
convert.py : support bpe tokenizer (#2228)
ldwang
2023-07-23
llama : grouped-query attention + LLaMAv2 70B support (#2276)
Georgi Gerganov
2023-07-19
cmake : install targets (#2256)
wzy
2023-07-07
convert.py: add mapping for safetensors bf16 (#1598)
Aarni Koskela
2023-07-06
convert : update for baichuan (#2081)
Judd
2023-07-01
convert : add support of baichuan-7b (#2055)
Judd
2023-06-24
convert : fix invalid params in write_vocab_only (#1975)
AN Long
2023-06-22
rework convert.py to read hyper-parameters from config.json (#1958)
Erik Scholz
2023-06-17
hooks : setting up flake8 and pre-commit hooks (#1681)
Jiří Podivín
2023-05-17
convert.py: Support models which are stored in a single pytorch_model.bin (#1...
Tom Jobbins
2023-05-08
convert: add ability to convert safetensors files (#1276)
ubik2
2023-05-05
Convert.py @staticmethod (#1327)
Benjamin Lecaillon
2023-05-04
convert: support DT_BF16 tensors (#1309)
Ivan Stepanov
2023-04-17
add 4_0 to default outfile namestr dict (#1031)
Cameron
2023-04-16
stdout : vertical align outputs for better readibility
Georgi Gerganov
2023-04-15
convert.py: Fix loading safetensors and ggml format on Windows (#991)
comex
2023-04-14
py : fix flake8 and isort nitpicks (#960)
Pavol Rusnak
2023-04-14
py : new conversion script (#545)
comex