Initial GPTQ model commit
Browse files
README.md
CHANGED
@@ -47,7 +47,7 @@ Multiple GPTQ parameter permutations are provided; see Provided Files below for
|
|
47 |
|
48 |
* [GPTQ models for GPU inference, with multiple quantisation parameter options.](https://huggingface.co/TheBloke/Llama-2-7B-GPTQ)
|
49 |
* [2, 3, 4, 5, 6 and 8-bit GGML models for CPU+GPU inference](https://huggingface.co/TheBloke/Llama-2-7B-GGML)
|
50 |
-
* [
|
51 |
|
52 |
## Prompt template: None
|
53 |
|
|
|
47 |
|
48 |
* [GPTQ models for GPU inference, with multiple quantisation parameter options.](https://huggingface.co/TheBloke/Llama-2-7B-GPTQ)
|
49 |
* [2, 3, 4, 5, 6 and 8-bit GGML models for CPU+GPU inference](https://huggingface.co/TheBloke/Llama-2-7B-GGML)
|
50 |
+
* [Original unquantised fp16 model in pytorch format, for GPU inference and for further conversions](https://huggingface.co/meta-llama/Llama-2-7b-hf)
|
51 |
|
52 |
## Prompt template: None
|
53 |
|