Safetensors
custom_code

missing "preprocessor_config.json"

#2
by dhcisyx - opened

when i run
'''
from transformers import AutoModel, CLIPImageProcessor
hf_repo = "nvidia/C-RADIOv3-g"
image_processor = CLIPImageProcessor.from_pretrained(hf_repo)
'''
OSError: nvidia/C-RADIOv3-l does not appear to have a file named preprocessor_config.json. Checkout 'https://huggingface.co/nvidia/C-RADIOv3-l/tree/main' for available files.

Sign up or log in to comment