Skip to content

Commit

Permalink
Get rid of ov_models (#879)
Browse files Browse the repository at this point in the history
  • Loading branch information
vurusovs authored Feb 26, 2024
1 parent 87a0706 commit 3cd4167
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion modules/nvidia_plugin/tests/unit/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,6 @@ ov_add_test_target(
openvino::gtest
openvino::gtest_main
openvino::gmock
openvino::ov_models
openvino::commonTestUtils
ADD_CPPLINT
ADD_CLANG_FORMAT
Expand Down
2 changes: 1 addition & 1 deletion modules/nvidia_plugin/tests/unit/cuda_multi_graph_test.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
// SPDX-License-Identifier: Apache-2.0
//

#include <random>
#include <gtest/gtest.h>

#include "common_test_utils/node_builders/eltwise.hpp"
Expand All @@ -13,7 +14,6 @@
#include "openvino/op/result.hpp"
#include "ops/parameter.hpp"
#include "ops/result.hpp"
#include "ov_models/utils/data_utils.hpp"

using namespace ov::nvidia_gpu;
using namespace testing;
Expand Down

0 comments on commit 3cd4167

Please sign in to comment.