Safetensors
custom_code
gheinrich commited on
Commit
03b4b46
·
verified ·
1 Parent(s): 72c3e6f

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -78,7 +78,7 @@ import torch
78
  from PIL import Image
79
  from transformers import AutoModel, CLIPImageProcessor
80
 
81
- hf_repo = "nvidia/C-RADIOv2-H"
82
 
83
  image_processor = CLIPImageProcessor.from_pretrained(hf_repo)
84
  model = AutoModel.from_pretrained(hf_repo, trust_remote_code=True)
 
78
  from PIL import Image
79
  from transformers import AutoModel, CLIPImageProcessor
80
 
81
+ hf_repo = "nvidia/C-RADIOv2-VLM-H"
82
 
83
  image_processor = CLIPImageProcessor.from_pretrained(hf_repo)
84
  model = AutoModel.from_pretrained(hf_repo, trust_remote_code=True)