mobicham commited on
Commit
0913ac0
1 Parent(s): c9721b8

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
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.llama import LlamaHQQ
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'