Update README.md
Browse files
README.md
CHANGED
@@ -10,7 +10,7 @@ This is a version of the LLama-2-7B-hf model quantized to 4-bit via Half-Quadrat
|
|
10 |
|
11 |
To run the model, install the HQQ library from https://github.com/mobiusml/hqq and use it as follows:
|
12 |
``` Python
|
13 |
-
from hqq.models.
|
14 |
import transformers
|
15 |
|
16 |
model_id = 'mobiuslabsgmbh/Llama-2-7b-hf-4bit_g64-HQQ'
|
|
|
10 |
|
11 |
To run the model, install the HQQ library from https://github.com/mobiusml/hqq and use it as follows:
|
12 |
``` Python
|
13 |
+
from hqq.models.llama_hf import LlamaHQQ
|
14 |
import transformers
|
15 |
|
16 |
model_id = 'mobiuslabsgmbh/Llama-2-7b-hf-4bit_g64-HQQ'
|