You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -653,7 +648,6 @@ Status ModelManager::reloadModelVersions(std::shared_ptr<ovms::Model>& model, st
653
648
}
654
649
655
650
Status ModelManager::reloadModelWithVersions(ModelConfig& config) {
656
-
SPDLOG_LOGGER_DEBUG(modelmanager_logger, "Started applying config changes to model: {}", config.getName());
657
651
auto model = getModelIfExistCreateElse(config.getName());
658
652
if (model->isAnyVersionSubscribed() && config.isDynamicParameterEnabled()) {
659
653
SPDLOG_LOGGER_ERROR(modelmanager_logger, "Requested setting dynamic parameters for model {} but it is used in pipeline. Cannot reload model configuration.", config.getName());
@@ -667,9 +661,11 @@ Status ModelManager::reloadModelWithVersions(ModelConfig& config) {
0 commit comments