We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 234d72f commit 36bc65aCopy full SHA for 36bc65a
src/inference/src/dev/core_impl.cpp
@@ -788,7 +788,7 @@ ov::SoPtr<ov::ICompiledModel> ov::CoreImpl::compile_model(const std::string& mod
788
auto cacheManager = coreConfig.get_cache_config_for_device(plugin, parsed._config)._cacheManager;
789
790
if (cacheManager && device_supports_model_caching(plugin) && !is_proxy_device(plugin)) {
791
- // Skip caching for proxy plugin. HW plugin will load network from the cache
+ // Skip caching for proxy plugin. HW plugin will load network from the cache
792
CacheContent cacheContent{cacheManager, model_path};
793
cacheContent.blobId = ov::ModelCache::compute_hash(model_path, create_compile_config(plugin, parsed._config));
794
std::unique_ptr<CacheGuardEntry> lock = cacheGuard.get_hash_lock(cacheContent.blobId);
0 commit comments