mobicham commited on
Commit
0086360
1 Parent(s): d647df1

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -32,7 +32,7 @@ tokenizer = open_clip.get_tokenizer('ViT-H-14')
32
  model_text = orig_model.encode_text
33
 
34
  from hqq.engine.timm import HQQtimm
35
- model = HQQtimm.from_quantized("mobiuslabsgmbh/CLIP-ViT-H-14-laion2B-2bit_g16_s128-HQQ")
36
 
37
  ###############################################################
38
  #Add your own templates here, we provide simple ones below.
 
32
  model_text = orig_model.encode_text
33
 
34
  from hqq.engine.timm import HQQtimm
35
+ model_visual = HQQtimm.from_quantized("mobiuslabsgmbh/CLIP-ViT-H-14-laion2B-2bit_g16_s128-HQQ")
36
 
37
  ###############################################################
38
  #Add your own templates here, we provide simple ones below.