Update README.md
Browse files
README.md
CHANGED
@@ -6,7 +6,7 @@ pipeline_tag: text-generation
|
|
6 |
---
|
7 |
|
8 |
## Llama-2-7b-hf-4bit_g64-HQQ
|
9 |
-
This a version of the
|
10 |
|
11 |
To run the model, install the HQQ library from https://github.com/mobiusml/hqq/tree/main/code and use it as follows:
|
12 |
``` Python
|
|
|
6 |
---
|
7 |
|
8 |
## Llama-2-7b-hf-4bit_g64-HQQ
|
9 |
+
This is a version of the LLama-2-7B-hf model quantized to 4-bit via Half-Quadratic Quantization (HQQ): https://mobiusml.github.io/hqq/
|
10 |
|
11 |
To run the model, install the HQQ library from https://github.com/mobiusml/hqq/tree/main/code and use it as follows:
|
12 |
``` Python
|