Llama-3.1-8B-DALv0.1
/
venv
/lib
/python3.12
/site-packages
/transformers
/utils
/dummy_detectron2_objects.py
# This file is autogenerated by the command `make fix-copies`, do not edit. | |
from ..utils import requires_backends | |
class LayoutLMv2Model: | |
def __init__(self, *args, **kwargs): | |
requires_backends(self, ["detectron2"]) | |
def from_pretrained(cls, *args, **kwargs): | |
requires_backends(cls, ["detectron2"]) | |