mobicham commited on
Commit
dcf12ef
1 Parent(s): fbb3ba7

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -12,7 +12,7 @@ This model matches the quality of AWQ (same perplexity) but didn't use any data
12
 
13
  To run the model, install the HQQ library from https://github.com/mobiusml/hqq and use it as follows:
14
  ``` Python
15
- from hqq.models.llama import LlamaHQQ
16
  import transformers
17
 
18
  model_id = 'mobiuslabsgmbh/Llama-2-13b-hf-4bit_g64-HQQ'
 
12
 
13
  To run the model, install the HQQ library from https://github.com/mobiusml/hqq and use it as follows:
14
  ``` Python
15
+ from hqq.models.llama_hf import LlamaHQQ
16
  import transformers
17
 
18
  model_id = 'mobiuslabsgmbh/Llama-2-13b-hf-4bit_g64-HQQ'