bug描述 Describe the Bug
[INFO] ultra_infer/runtime/runtime.cc(414)::CreateOMBackend Runtime initialized with Backend::OMONNPU in Device::ASCEND.
output = pipeline.predict(input="./table_recognition_v2.jpg") >>> for res in output:
... res.print()
...
Creating model: ('PP-LCNet_x1_0_doc_ori', None, None)
Model files already exist. Using cached files. To redownload, please delete the directory manually: /root/.paddlex/official_models/PP-LCNet_x1_0_doc_ori.
I0520 09:52:17.498138 32260 init.cc:254] ENV [CUSTOM_DEVICE_ROOT]=/usr/local/lib/python3.10/dist-packages/paddle_custom_device
I0520 09:52:17.498178 32260 init.cc:162] Try loading custom device libs from: [/usr/local/lib/python3.10/dist-packages/paddle_custom_device]
free(): invalid pointer
C++ Traceback (most recent call last):
0 paddle::framework::InitDevices()
1 paddle::framework::InitDevices(std::vector<int, std::allocator >)
2 paddle::framework::LoadCustomDevice(std::string const&)
3 phi::ListAllLibraries(std::string const&)
4 std::__detail::_Compiler<std::__cxx11::regex_traits >::_Compiler(char const*, char const*, std::locale const&, std::regex_constants::syntax_option_type)
Error Message Summary:
FatalError: Process abort signal is detected by the operating system.
[TimeInfo: *** Aborted at 1779241937 (unix time) try "date -d @1779241937" if you are using GNU date ***]
[SignalInfo: *** SIGABRT (@0x7e04) received by PID 32260 (TID 0xffffacc13010) from PID 32260 ***]
其他补充信息 Additional Supplementary Information
pipeline = create_pipeline(pipeline="./table_recognition_v2.yaml", use_hpip=True) 正常,但predict报错
bug描述 Describe the Bug
[INFO] ultra_infer/runtime/runtime.cc(414)::CreateOMBackend Runtime initialized with Backend::OMONNPU in Device::ASCEND.
C++ Traceback (most recent call last):
0 paddle::framework::InitDevices()
1 paddle::framework::InitDevices(std::vector<int, std::allocator >)
2 paddle::framework::LoadCustomDevice(std::string const&)
3 phi::ListAllLibraries(std::string const&)
4 std::__detail::_Compiler<std::__cxx11::regex_traits >::_Compiler(char const*, char const*, std::locale const&, std::regex_constants::syntax_option_type)
Error Message Summary:
FatalError:
Process abort signalis detected by the operating system.[TimeInfo: *** Aborted at 1779241937 (unix time) try "date -d @1779241937" if you are using GNU date ***]
[SignalInfo: *** SIGABRT (@0x7e04) received by PID 32260 (TID 0xffffacc13010) from PID 32260 ***]
其他补充信息 Additional Supplementary Information
pipeline = create_pipeline(pipeline="./table_recognition_v2.yaml", use_hpip=True) 正常,但predict报错