File size: 336 Bytes
0e2b7b6
 
 
 
 
 
 
 
 
9b3dd5e
0e2b7b6
1
2
3
4
5
6
7
8
9
10
11
12
"""Lazy model-family namespace for FastPLMs.

Model classes are resolved through Transformers AutoClasses and the typed
registry. Importing this package therefore does not load checkpoints, create
tokenizers, compile kernels, or initialize an accelerator runtime.
"""

from __future__ import annotations


__all__: tuple[str, ...] = ()