-
-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
使用1.8.9docker镜像,gui上传pdf进行翻译,报错ERROR:pdf2zh.converter:invalid syntax (<string>, line 0) #488
Comments
使用的是什么service?目前看可能是你的service没有连上。 |
我用deepseek也有同样的问题 |
Same problem in v1.8.9, The bug is reproduced in OpenAI as well as in Deepseek services |
+1,所有的llm service都有这个问题 |
大家都是docker镜像出现的问题吗? |
me too |
问题复现,待我看看怎么回事,修复好了,这个issue会关闭。 |
测试发现没有自定义prompt时,依然不使用默认prompt,导致string.template为空,引发错误 |
是的,应该改好了,我推个PR。 |
@cherrymorning 但是,上边有提到给了自定义prompt还出现了问题,这个我没明白怎么回事。 |
下载到本地也是同样的报错 |
已经提交PR了,相同问题可以稍等了。 |
自定义prompt后报错:(, line 1): |
我也遇到同样的问题,我是用pdf2zh -i在浏览器运行的,选google翻译没问题,但是选本地比如ollama的模型,运行后后台就会报这个错误,而且不知道怎么终止,会一直报错下去 invalid syntax (, line 0) |
我也是一样的问题,ERROR:pdf2zh.converter:All models failed |
已确认prompt问题,以提交修复,等待版本发布。 |
你好,我在docker中用你pr修改过的文件直接覆盖原文件,仍然出现上面的问题。 |
https://github.com/Byaidu/PDFMathTranslate/blob/main/Dockerfile#L24 这里docker中进行了安装,直接覆盖的话这些文件不会生效。需要在docker中重新安装一下。 |
谢谢🙏 @hellofinch |
那使用pip install出现这个问题的话,现在是继续等? 还是有什么办法来升级处理吗? |
自己找到了一个方法:
然后进入到这个路径中,并下载commit patch,打上patch
然后再重新运行:
|
@tonyho 操作完可以正常使用了对吧? |
使用1.8.9docker镜像,gui上传pdf进行翻译,报错ERROR:pdf2zh.converter:invalid syntax (, line 0)
Files before translation: ['2310.07554v2.pdf']
0%| | 0/16 [00:00<?, ?it/s]ERROR:pdf2zh.converter:invalid syntax (, line 0)
ERROR:pdf2zh.converter:invalid syntax (, line 0)
ERROR:pdf2zh.converter:invalid syntax (, line 0)
ERROR:pdf2zh.converter:invalid syntax (, line 0)
ERROR:pdf2zh.converter:invalid syntax (, line 0)
ERROR:pdf2zh.converter:invalid syntax (, line 0)
使用任意pdf都会这样
The text was updated successfully, but these errors were encountered: