docs: enhance installation instructions for CUDA support in README files

This commit is contained in:
myhloli
2025-06-20 15:16:34 +08:00
parent fa9aaaa7b7
commit 1cd683b944
2 changed files with 10 additions and 2 deletions

View File

@@ -492,7 +492,11 @@ cd MinerU
uv pip install -e .[core] -i https://mirrors.aliyun.com/pypi/simple
```
#### 1.3 安装完整版(支持 sglang 加速)
> [!TIP]
> Linux和macOS系统安装后自动支持cuda/mps加速Windows用户如需使用cuda加速请前往 [Pytorch官网](https://pytorch.org/get-started/locally/)
> 选择合适的cuda版本安装pytorch。
#### 1.3 安装完整版(支持 sglang 加速需确保设备有Ampere及以后架构24G显存及以上显卡
如需使用 **sglang 加速 VLM 模型推理**,请选择合适的方式安装完整版本: