Jason Y

Results 2 issues of Jason Y

### Description of the bug | 错误描述 运行时程序只在调用小核心而不是大核 ![image](https://github.com/user-attachments/assets/5383ead9-c5a9-4e4a-8d0c-6a68f5e6d9c7) 导致处理速度极慢,十多分钟了还没处理好 使用Intel i7-14650HX ### How to reproduce the bug | 如何复现 使用仓库中提供的demo.py 使用Conda虚拟环境 Magic-PDF[Full] 命令行执行以下内容: (MinerU) PS E:\Jason Yang's Materials\070 Technology...

bug

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 =...