Przeglądaj źródła

Update FAQ_en_us.md

Xiaomeng Zhao 1 rok temu
rodzic
commit
f3cd18ae37
1 zmienionych plików z 8 dodań i 0 usunięć
  1. 8 0
      docs/FAQ_en_us.md

+ 8 - 0
docs/FAQ_en_us.md

@@ -44,3 +44,11 @@ pip uninstall fairscale
 pip install fairscale
 ```
 Reference: https://github.com/opendatalab/MinerU/issues/411
+
+### 6. On some newer devices like the H100, the text parsed during OCR using CUDA acceleration is garbled.
+
+The compatibility of cuda11 with new graphics cards is poor, and the CUDA version used by Paddle needs to be upgraded.
+```bash
+pip install paddlepaddle-gpu==3.0.0b1 -i https://www.paddlepaddle.org.cn/packages/stable/cu123/
+```
+Reference: https://github.com/opendatalab/MinerU/issues/558