llama.cpp icon indicating copy to clipboard operation
llama.cpp copied to clipboard

GPT4All Instructions are missing both scripts: convert and migrate

Open robbintt opened this issue 3 years ago • 1 comments

Neither of these links works and the files aren't present anymore.

You have to convert it to the new format using ./convert-gpt4all-to-ggml.py. You may also need to convert the model from the old format to the new format with ./migrate-ggml-2023-03-30-pr613.py:

robbintt avatar Apr 14 '23 18:04 robbintt

fix in https://github.com/ggerganov/llama.cpp/pull/980

prusnak avatar Apr 14 '23 19:04 prusnak

I am still confused. So how do I convert/migrate the old ggml model to the new ggml model?

vmajor avatar Apr 22 '23 19:04 vmajor

I am still confused. So how do I convert/migrate the old ggml model to the new ggml model?

Read instructions in PR https://github.com/ggerganov/llama.cpp/pull/980

prusnak avatar Apr 22 '23 22:04 prusnak

I am still confused. So how do I convert/migrate the old ggml model to the new ggml model?

Read instructions in PR #980

I did read it, you may notice that I "thumbed up" your reply prior to asking the question here. Please point me to a location of instructions for migration of old ggml format to the new ggml format.

vmajor avatar Apr 23 '23 03:04 vmajor

Please point me to a location of instructions for migration of old ggml format to the new ggml format.

It's always python3 convert.py model.bin

prusnak avatar Apr 23 '23 08:04 prusnak