File size: 126 Bytes
f340984 | 1 2 3 4 5 6 7 | """Unlimited-OCR runtime for AMD RDNA 4 GPUs."""
from .constants import VERSION
__all__ = ["VERSION"]
__version__ = VERSION
|
f340984 | 1 2 3 4 5 6 7 | """Unlimited-OCR runtime for AMD RDNA 4 GPUs."""
from .constants import VERSION
__all__ = ["VERSION"]
__version__ = VERSION
|