mobicham commited on
Commit
27c52c4
1 Parent(s): 1f1ab9d

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -12,7 +12,7 @@ This model outperforms an fp16 LLama-2-13B (perplexity 4.13 vs. 4.63) for a comp
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-70b-hf-2bit_g16_s128-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-70b-hf-2bit_g16_s128-HQQ'