mlbee / st_mlbee /__init__.py
ffreemt
Replace model-s-cpu with load_model_s (model-s-512 model-s-512-v2 on hf)
34815a7
raw
history blame
100 Bytes
"""Init."""
__version__ = "0.1.0a2"
from st_mlbee.st_mlbee import st_mlbee
__all__ = ("st_mlbee",)