-
Notifications
You must be signed in to change notification settings - Fork 3.1k
Open
Labels
questionFurther information is requestedFurther information is requested
Description
请提出你的问题
paddlenlp_ops已经安装完成了, 但是在运行动态转静态模型的时候还是报: paddlenlp_ops does not exist, please install paddlenlp_ops.
运行命令:
python ./predict/export_model.py
--model_name_or_path ./checkpoints/base_uie/uie_ckpts
--output_path ./static_models/uie_export_model
--dtype bfloat16
--inference_model 1
--append_attn 1
环境:
packaging 25.0
paddle2onnx 2.0.2rc3
paddlefsl 1.1.0
paddlenlp 3.0.0b4.post20250825
paddlenlp_ops 0.0.0
paddlepaddle-gpu 3.0.0.dev20250902
pandas 2.3.2
从上面可以看出paddlenlp_ops已经安装成功了, 但是在运行的时候, 调用不到, 以至于报出不存在, 这个是为什么, 如何解决
Metadata
Metadata
Assignees
Labels
questionFurther information is requestedFurther information is requested