You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
File "D:\miniconda3\envs\sanic\lib\site-packages\paddlenlp\taskflow\dependency_parsing.py", line 311, in _run_model
self.predictor.run()
RuntimeError: could not create a primitive descriptor for a reorder primitive
软件环境
重复问题
错误描述
File "D:\miniconda3\envs\sanic\lib\site-packages\paddlenlp\taskflow\dependency_parsing.py", line 311, in _run_model self.predictor.run() RuntimeError: could not create a primitive descriptor for a reorder primitive
稳定复现步骤 & 代码
ddp = Taskflow("dependency_parsing")
ddp.frodm_segments([['三亚', '是', '一座', '美丽', '的', '城市'], ['他', '送', '了', '一本', '书']])
The text was updated successfully, but these errors were encountered: