Jason Y
Jason Y
### Description of the bug | 错误描述 运行时程序只在调用小核心而不是大核  导致处理速度极慢,十多分钟了还没处理好 使用Intel i7-14650HX ### How to reproduce the bug | 如何复现 使用仓库中提供的demo.py 使用Conda虚拟环境 Magic-PDF[Full] 命令行执行以下内容: (MinerU) PS E:\Jason Yang's Materials\070 Technology...
I'm using nllb200_distilled_600M official model (using cache, not offine downloaded) running following programs: ``` python import dl_translate as dlt import nltk nltk.data.path.append(r"E:\xxx\nltk_data") mt = dlt.TranslationModel("nllb200") mt = dlt.TranslationModel("facebook/nllb-200-distilled-600M") text =...