]> git.djapps.eu Git - pkg/ggml/sources/llama.cpp/commit
Introduce GGML migration tool for new file format
authorJustine Tunney <redacted>
Thu, 30 Mar 2023 12:42:56 +0000 (05:42 -0700)
committerJustine Tunney <redacted>
Thu, 30 Mar 2023 19:28:25 +0000 (12:28 -0700)
commitee0c40dd6de8c3c658ae43199939ef40bb1cf408
tree92a09d5cd19cbf08b091edaf5019c6a697fa1c50
parent6f23ba5ee235cbcb1eedd63b98422dd8d4392a78
Introduce GGML migration tool for new file format

If you deleted your old Meta LLaMA .pth files, then the
migrate-ggml-2023-03-30-pr613.py script will allow you to convert your
old ggml files into the new mmap()'able format.

See #613
convert-pth-to-ggml.py
llama.cpp
migrate-ggml-2023-03-30-pr613.py [new file with mode: 0644]