This is repo for LLaMA models quantised down to 4bit for the latest
llama.cpp GGML v2 format.
llama.cpp recently made a breaking change to its quantisation methods.
I have quantised the GGML files in this repo with the latest version.
GGML models can be loaded into text-generation-webui by installing the llama.cpp module, then placing the ggml model file in a model folder as usual.
Note: at this time text-generation-webui may not support the new May 12th llama.cpp quantisation methods.