Ver Fonte

Merge pull request #2437 from myhloli/dev

docs(README): reorder installation commands for clarity
Xiaomeng Zhao há 6 meses atrás
pai
commit
6c9645aa0c
1 ficheiros alterados com 1 adições e 3 exclusões
  1. 1 3
      projects/multi_gpu/README.md

+ 1 - 3
projects/multi_gpu/README.md

@@ -4,9 +4,7 @@
 ## 环境配置
 请使用以下命令配置所需的环境:
 ```bash
-pip install -U litserve python-multipart filetype
-pip install -U magic-pdf[full] --extra-index-url https://wheels.myhloli.com
-pip install paddlepaddle-gpu==3.0.0b1 -i https://www.paddlepaddle.org.cn/packages/stable/cu118
+pip install -U magic-pdf[full] litserve python-multipart filetype
 ```
 
 ## 快速使用