OPEA
/

Safetensors
cicdatopea commited on
Commit
74e9ee7
1 Parent(s): d00d7ea

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -14,7 +14,7 @@ from transformers import AutoProcessor, AutoModelForVision2Seq
14
  from transformers.image_utils import load_image
15
 
16
  DEVICE = "cuda" if torch.cuda.is_available() else "cpu"
17
- quantized_model_path = "/data1/hengguo/SmolVLM-Instruct-w4g128-auto_round/"
18
 
19
  # Load images
20
  image_url = "https://qianwen-res.oss-cn-beijing.aliyuncs.com/Qwen-VL/assets/demo.jpeg"
 
14
  from transformers.image_utils import load_image
15
 
16
  DEVICE = "cuda" if torch.cuda.is_available() else "cpu"
17
+ quantized_model_path = "OPEA/SmolVLM-Instruct-int4-sym-inc"
18
 
19
  # Load images
20
  image_url = "https://qianwen-res.oss-cn-beijing.aliyuncs.com/Qwen-VL/assets/demo.jpeg"