Update README.md
Browse files
README.md
CHANGED
@@ -28,10 +28,10 @@ GGML files are for CPU + GPU inference using [llama.cpp](https://github.com/gger
|
|
28 |
|
29 |
## Other repositories available
|
30 |
|
31 |
-
* [
|
32 |
-
* [
|
33 |
-
* [
|
34 |
-
|
35 |
## THE FILES IN MAIN BRANCH REQUIRES LATEST LLAMA.CPP (May 19th 2023 - commit 2d5db48)!
|
36 |
|
37 |
llama.cpp recently made another breaking change to its quantisation methods - https://github.com/ggerganov/llama.cpp/pull/1508
|
|
|
28 |
|
29 |
## Other repositories available
|
30 |
|
31 |
+
* [4bit GPTQ models for GPU inference](https://huggingface.co/TheBloke/Wizard-Vicuna-30B-Uncensored-GPTQ).
|
32 |
+
* [4bit and 5bit GGML models for CPU inference](https://huggingface.co/TheBloke/Wizard-Vicuna-30B-Uncensored-GGML).
|
33 |
+
* [float16 HF format model for GPU inference and further conversions](https://huggingface.co/TheBloke/Wizard-Vicuna-30B-Uncensored-fp16).
|
34 |
+
*
|
35 |
## THE FILES IN MAIN BRANCH REQUIRES LATEST LLAMA.CPP (May 19th 2023 - commit 2d5db48)!
|
36 |
|
37 |
llama.cpp recently made another breaking change to its quantisation methods - https://github.com/ggerganov/llama.cpp/pull/1508
|