ModuleNotFoundError: No module named 'transformers_modules.InternVideo2'

#1
by UnnamedWatcher - opened

The error happens when when running:

model = AutoModel.from_pretrained(model_path, trust_remote_code=True).half().cuda()

image.png

Sign up or log in to comment