aboutsummaryrefslogtreecommitdiff
path: root/convert-gpt4all-to-ggml.py
AgeCommit message (Collapse)Author
2023-03-31py : cleanup the codePavol Rusnak
- use f-strings where possible - drop first param of encode/decode functions since "utf-8" is the default
2023-03-29py : add GPT4All conversion scriptGeorgi Gerganov
For now: copy-paste Too much time for me to deduplicate the python code