Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 36bc65a

Browse files
committedMar 13, 2024·
Fix code style
1 parent 234d72f commit 36bc65a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎src/inference/src/dev/core_impl.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -788,7 +788,7 @@ ov::SoPtr<ov::ICompiledModel> ov::CoreImpl::compile_model(const std::string& mod
788788
auto cacheManager = coreConfig.get_cache_config_for_device(plugin, parsed._config)._cacheManager;
789789

790790
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
791+
// Skip caching for proxy plugin. HW plugin will load network from the cache
792792
CacheContent cacheContent{cacheManager, model_path};
793793
cacheContent.blobId = ov::ModelCache::compute_hash(model_path, create_compile_config(plugin, parsed._config));
794794
std::unique_ptr<CacheGuardEntry> lock = cacheGuard.get_hash_lock(cacheContent.blobId);

0 commit comments

Comments
 (0)
Please sign in to comment.