qianliyx commited on
Commit
0ef9a27
·
verified ·
1 Parent(s): 0841593

Update README_en.md

Browse files
Files changed (1) hide show
  1. README_en.md +4 -0
README_en.md CHANGED
@@ -79,7 +79,11 @@ Our evaluation set and other OCR accuracy testing evaluations:
79
  ### Install dependencies
80
 
81
  ```bash
 
82
  pip install -r requirements.txt
 
 
 
83
  ```
84
 
85
  ### Method of use
 
79
  ### Install dependencies
80
 
81
  ```bash
82
+ ## for cpu
83
  pip install -r requirements.txt
84
+
85
+ ## for gpu
86
+ pip install -r requirements-gpu.txt
87
  ```
88
 
89
  ### Method of use