Synthyra/ESM2-8M
4581
1"""Lazy model-family namespace for FastPLMs.2 3Model classes are resolved through Transformers AutoClasses and the typed4registry. Importing this package therefore does not load checkpoints, create5tokenizers, compile kernels, or initialize an accelerator runtime.6"""7 8from __future__ import annotations9 10 11__all__: tuple[str, ...] = ()12 