aboutsummaryrefslogtreecommitdiff
path: root/convert-pth-to-ggml.py
AgeCommit message (Expand)Author
2023-03-31py : cleanup the codePavol Rusnak
2023-03-30Introduce GGML migration tool for new file formatJustine Tunney
2023-03-30Make loading weights 10-100x fasterJustine Tunney
2023-03-28py : removed unused `model` variable and verified that the code functions cor...DooWoong Lee (David)
2023-03-25Clarify console output in convert-pth-to-ggml.py (#512)jp-x-g
2023-03-22Introduce C-style API (#370)Georgi Gerganov
2023-03-21Fix convert script, warnings alpaca instructions, default paramsGeorgi Gerganov
2023-03-21fix typo in comment (#318)Mack Straight
2023-03-21Add tokenizer test + revert to C++11 (#355)Georgi Gerganov
2023-03-20Fixed tokenizer.model not found error when model dir is symlink (#325)Qingyou Meng
2023-03-20sentencepiece bpe compatible tokenizer (#252)Mack Straight
2023-03-19Fix python stuff (#109)Georgi Gerganov
2023-03-19Refactoring `convert-pth-to-ggml.py`: more concise and readable (#109)qunash
2023-03-17🚀 Dockerize llamacpp (#132)Bernat Vadell
2023-03-15Use `tokenizer.vocab_size()` instead of hardcoding 32000 in convert-pth-to-gg...Ronsor
2023-03-13Fix UTF-8 handling (including colors) (#79)Val Kharitonov
2023-03-12Revert "weights_only" arg - this causing more trouble than helpGeorgi Gerganov
2023-03-12python/pytorch compat notes (#44)Oleksandr Nikitin
2023-03-12use weights_only in conversion script (#32)deepdiffuser
2023-03-11Support all LLaMA models + change Q4_0 quantization storageGeorgi Gerganov
2023-03-10Fix a bug in the rope calculationGeorgi Gerganov
2023-03-10Initial releaseGeorgi Gerganov