no preprocessor_config.josn file
#3
by
pribadihcr
- opened
Hi, I got the following error when try to load the model:
hf_repo = "nvidia/C-RADIOv3-B"
image_processor = CLIPImageProcessor.from_pretrained(hf_repo)
model = AutoModel.from_pretrained(hf_repo, trust_remote_code=True)
OSError: nvidia/C-RADIOv3-B does not appear to have a file named preprocessor_config.json. Checkout 'https://huggingface.co/nvidia/C-RADIOv3-B/tree/main' for available files.