We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8985364 commit e456d2aCopy full SHA for e456d2a
src/model_repository_manager.cc
@@ -1255,13 +1255,15 @@ ModelRepositoryManager::Poll(
1255
<< "': not unique across all model repositories";
1256
break;
1257
}
1258
- }
+ } // else: model doesn't exist in this repository_path
1259
1260
1261
// For an explicitly specified model that does not exist, we do not mark
1262
// it as deleted, we simply mark that we could not poll all models.
1263
if (!exists) {
1264
*all_models_polled = false;
1265
+ LOG_ERROR << "failed to poll model '" << model.first
1266
+ << "': model not found in any model repository.";
1267
1268
1269
0 commit comments