diff --git a/src/heretic/model.py b/src/heretic/model.py index 3337d3a..4aa813e 100644 --- a/src/heretic/model.py +++ b/src/heretic/model.py @@ -84,7 +84,6 @@ class Model: if get_model_class(settings.model) == AutoModelForImageTextToText: self.processor = AutoProcessor.from_pretrained( settings.model, - trust_remote_code=settings.trust_remote_code, **self.revision_kwargs, )