-
Notifications
You must be signed in to change notification settings - Fork 693
Open
Description
当我们尝试在PaddlePaddle 3.2.2运行FastDeploy最新代码时,发现两个PaddlePaddle版本的依赖问题
第一个是:paddle.compat
https://github.com/PaddlePaddle/FastDeploy/blob/develop/fastdeploy/__init__.py#L52
第二个是:swiglu,而且因为在attention的__init__.py中import所有的backend,导致一个硬件的代码依赖问题对整个FD都有影响
因为Nightly build更新太快且存在bug不够稳定,期望可以解决这些依赖问题,使得FastDeploy最新的代码在PaddlePaddle 3.2.2上也可以工作
Metadata
Metadata
Assignees
Labels
No labels

