]> git.djapps.eu Git - pkg/ggml/sources/llama.cpp/commit
examples : add easy python script to create quantized (k-bit support) GGML models...
authorRichard Roberson <redacted>
Fri, 21 Jul 2023 19:01:10 +0000 (13:01 -0600)
committerGitHub <redacted>
Fri, 21 Jul 2023 19:01:10 +0000 (22:01 +0300)
commit7d5f18468ceabd7a38f414f9f21b26b0c137f994
treeb43dcf6d46a8c850b1dae3a52f7a6b2000f30d4a
parentd924522a46c5ef097af4a88087d91673e8e87e4d
examples : add easy python script to create quantized (k-bit support) GGML models from local HF Transformer models (#2311)

* Resync my fork with new llama.cpp commits

* examples : rename to use dash instead of underscore

---------

Co-authored-by: Georgi Gerganov <redacted>
examples/make-ggml.py [new file with mode: 0644]