mhassanch's picture
added infeence endpoint support
4a73986
Raw
History Blame Contribute Delete
249 Bytes
"""Hugging Face Inference Endpoint adapter for ChangeStar."""
from geobase_inference.models import ChangeStarHandler
class EndpointHandler(ChangeStarHandler):
"""Load model-local assets through the shared ChangeStar integration."""
pass