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-falcon-hf-to-gguf.py
Age
Commit message (
Expand
)
Author
2023-10-05
convert : update Falcon script for new HF config (#3448)
cebtenzzre
2023-10-03
Work on the BPE tokenizer (#3252)
goerch
2023-10-02
convert : fix vocab size when not defined in hparams (#3421)
cebtenzzre
2023-09-28
gguf : make token scores and types optional (#3347)
Cebtenzzre
2023-09-15
convert : make ftype optional in simple scripts (#3185)
Cebtenzzre
2023-09-14
falcon : use stated vocab size (#2914)
akawrykow
2023-09-04
py : minor
Georgi Gerganov
2023-08-31
scripts: Use local gguf package when running from repo (#2927)
Kerfuffle
2023-08-31
convert : fix python 3.8 support, modernize type annotations (#2916)
Cebtenzzre
2023-08-30
convert : various script cleanups/fixes + merges and special token handling (...
Kerfuffle
2023-08-29
py : fix "usage" messages (#2873)
maddes8cht
2023-08-24
falcon : write file type
Georgi Gerganov
2023-08-23
llm : add Falcon support (#2717)
Georgi Gerganov
2023-08-23
chmod : make scripts executable (#2675)
Cebtenzzre
2023-08-21
gguf : new file format with flexible meta data (beta) (#2398)
Georgi Gerganov