def __init__()

in optimum/exporters/executorch/integrations.py [0:0]


    def __init__(
        self,
        model: PreTrainedModel,
        batch_size=1,
        max_hidden_seq_length=4096,
        cache_implementation="static",
        max_cache_length=1024,