Skip to content

Conversation

@almilosz
Copy link
Contributor

@almilosz almilosz commented Feb 4, 2026

@github-actions github-actions bot added category: inference OpenVINO Runtime library - Inference category: CPP API OpenVINO CPP API bindings category: NPU OpenVINO NPU plugin labels Feb 4, 2026
ov::frontend::InputModel::Ptr inputModel;

ov::AnyVector params{model_path};
ov::AnyVector params{model_path.native()};
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
ov::AnyVector params{model_path.native()};
ov::AnyVector params{model_path};

Frontend should handle path?

#endif
params.emplace_back(weights_path);
if (!bin_path.empty()) {
params.emplace_back(bin_path.native());
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
params.emplace_back(bin_path.native());
params.emplace_back(bin_path);

@praasz praasz added this to the 2026.1 milestone Feb 6, 2026
@github-actions github-actions bot added the category: IE Tests OpenVINO Test: plugins and common label Feb 9, 2026
const auto devices = core.get_available_devices();
const auto visitor = [&](const auto& param) {
using ParamT = std::decay_t<decltype(param)>;
auto folder = ov::test::utils::ensure_trailing_slash(ParamT(param));
Copy link
Contributor Author

@almilosz almilosz Feb 9, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Is it crucial for UnicodePathTest, create_directories to test both "test_encoder/test_encoder.encrypted/", and "test_encoder/test_encoder.encrypted"? If yes, I think it's better to modify create_directories test, if no, test one of these options

TEST_P(UnicodePathTest, create_directories) {

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

category: CPP API OpenVINO CPP API bindings category: IE Tests OpenVINO Test: plugins and common category: inference OpenVINO Runtime library - Inference category: NPU OpenVINO NPU plugin

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants