Browse Source

Update FAQ_zh_cn.md

Xiaomeng Zhao 1 year ago
parent
commit
e890642af3
1 changed files with 8 additions and 0 deletions
  1. 8 0
      docs/FAQ_zh_cn.md

+ 8 - 0
docs/FAQ_zh_cn.md

@@ -41,3 +41,11 @@ pip uninstall fairscale
 pip install fairscale
 ```
 参考:https://github.com/opendatalab/MinerU/issues/411
+
+### 5.在部分较新的设备如H100上,使用CUDA加速OCR时解析出的文字乱码。
+
+cuda11对新显卡的兼容性不好,需要升级paddle使用的cuda版本
+```bash
+pip install paddlepaddle-gpu==3.0.0b1 -i https://www.paddlepaddle.org.cn/packages/stable/cu123/
+```
+参考:https://github.com/opendatalab/MinerU/issues/558