diff --git a/bindings/python/src/session.cpp b/bindings/python/src/session.cpp index 9c6fb8fcb..54e887945 100644 --- a/bindings/python/src/session.cpp +++ b/bindings/python/src/session.cpp @@ -600,6 +600,8 @@ void bind_session() .def("settings", &get_feed_settings) ; - register_ptr_to_python >(); + + def("high_performance_seed", high_performance_seed); + def("min_memory_usage", high_performance_seed); }