cokuehuang

Results 3 comments of cokuehuang

@gmryu Thanks for your replay! I skipped the data preparation to quick test for finetuning, as i don't have my data at the moment. I have another question, if nllb's...

> > 我目前使用的就是v0.5.8,您看下图二位置的转换情况:文字是拼在了对应的位置,但是整体转为的背景图片也是包含文字的,这个和第一张图情况不同 > > 你是对的,抱歉一开始我是用本地代码测试的,相比`v0.5.8`刚好修复了你的问题。请先测试下面的临时修复版本,没问题的话后面通过`v0.5.9`发布。谢谢。 > > 安装方法:下载和解压附件,然后安装(注意指向whl文件的路径) > > ``` > pip install your/path/to/pdf2docx-0.5.8a1-py3-none-any.whl > ``` > > [pdf2docx-0.5.8a1-py3-none-any.whl.zip](https://github.com/ArtifexSoftware/pdf2docx/files/14076173/pdf2docx-0.5.8a1-py3-none-any.whl.zip) It works for me! THANKS!

same problem with zero 2 and deepspeed=0.9.0,same config with accelerate(1 machine and 8 GPUs). And I have a doubt that (..deepspeed/runtime/config.py) self.world_size equals 1,not num_machines * num_processes = 8?