diff --git a/endpoints/core/types/model.py b/endpoints/core/types/model.py index f2560b3e..d996299a 100644 --- a/endpoints/core/types/model.py +++ b/endpoints/core/types/model.py @@ -7,7 +7,8 @@ from common.config_models import logging_config_model from common.tabby_config import config from common.utils import unwrap - +from common.config_models import logging_config_model +from common.model import get_config_default class ModelCardParameters(BaseModel): """Represents model card parameters."""