Skip to content

Commit

Permalink
Fixed pass of ++PREFILL_CONFIG, ++GENERATE_CONFIG via Python (#1560)
Browse files Browse the repository at this point in the history
  • Loading branch information
AsyaPronina authored Jan 16, 2025
1 parent 8ea1414 commit 8bdaa4c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/python/py_utils.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,8 @@ ov::Any py_object_to_any(const py::object& py_obj, std::string property_name) {
std::set<std::string> any_map_properties = {
"GENERATE_CONFIG",
"PREFILL_CONFIG",
"++GENERATE_CONFIG",
"++PREFILL_CONFIG"
};

py::object float_32_type = py::module_::import("numpy").attr("float32");
Expand Down

0 comments on commit 8bdaa4c

Please sign in to comment.