TinyGPT-V / modified /utils /dummy_keras_nlp_objects.py
Li Zhaoxu
init
122057f
raw
history blame
294 Bytes
# This file is autogenerated by the command `make fix-copies`, do not edit.
from ..utils import DummyObject, requires_backends
class TFGPT2Tokenizer(metaclass=DummyObject):
_backends = ["keras_nlp"]
def __init__(self, *args, **kwargs):
requires_backends(self, ["keras_nlp"])