| 1121 | |
| 1122 | |
| 1123 | class EncoderDecoderModel: |
| 1124 | def __init__(self, *args, **kwargs): |
| 1125 | requires_pytorch(self) |
| 1126 | |
| 1127 | @classmethod |
| 1128 | def from_pretrained(self, *args, **kwargs): |
| 1129 | requires_pytorch(self) |
| 1130 | |
| 1131 | |
| 1132 | FLAUBERT_PRETRAINED_MODEL_ARCHIVE_LIST = None |
no outgoing calls
searching dependent graphs…