-
Notifications
You must be signed in to change notification settings - Fork 129
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
llava的静态图推理V100和A100。 #661
Comments
使用paddlemix 2.0、paddlenlp2.7.2 试试,同时推理的时候可以设定随机种子,paddle.seed(0) |
我们目前是需要paddle3.0b的,因此也需要paddlenlp3.0b0.post0的,至于设定随机种子,已经试过了。由于我采用静态图推理,把top-p设为0,每次的输出都是一样的,仍会出现乱码以及复读机情况。此外V100和A100输出的静态图diff很大,这是正常的吗。 |
你好,我们目前正在排查相关问题。 |
你好, 静态图推理的问题还在排查,后续会持续给出结论和更新 |
非常感谢排查问题。请问一下torch指的是llava的torch版本吗,权重用的是liuhaotian公布的吗。 |
|
感谢跟进 |
V100和A100上llava的静态图推理diff很大,这是正常的吗,且在A100上有输出乱码的情况。乱码的情况在paddlemix之前的版本(paddlenlp2.8, paddlepaddle2.6)是没有出现过的。当我更新paddlemix到现在的版本(为了适配paddlenlp3.0beta paddlepaddle-gpu3.0beta)出现了乱码,由于我是用自己的模型,因此暂时无法确定是否跟paddlemix有关。
The text was updated successfully, but these errors were encountered: