mineru-3.2.1-released
opendatalab/MinerUmineru-3.2.1-releasedMay 28, 2026by myhloli
AI Summary
Adapted to vLLM 0.21.0 by relaxing version bounds and updating the default NVIDIA Docker base image to CUDA 13 for native support of sm121 devices.
Key Highlights
- Relaxed vLLM version upper bound to 0.21.0.
- Updated default NVIDIA Docker base image to vLLM 0.21.0 with CUDA 13.
- Provides native support for sm121 devices such as Spark DGX.
New Features
- vLLM 0.21.0 support with CUDA 13
- Fallback Docker image configuration for older drivers
Full Release Notes
## What's Changed 适配 vLLM 0.21.0 - 放宽了 vLLM 版本上限至 0.21.0,以支持更新的 vLLM 环境。 - 将默认的 NVIDIA Docker 基础镜像更新为基于 CUDA 13 的 vLLM 0.21.0,为 Spark DGX 等 sm121 设备提供原生支持。 - 如果设备驱动版本较低,无法支持 CUDA 13,请在 Dockerfile 中将 `vllm/vllm-openai:v0.21.0` 改为 `vllm/vllm-openai:v0.21.0-cu129`。 Adapt to vLLM 0.21.0 - Relaxed the vLLM version upper bound to 0.21.0, enabling support for newer vLLM environments. - Updated the default NVIDIA Docker base image to vLLM 0.21.0 with CUDA 13, providing native support for sm121 devices such as Spark DGX. - If the device driver version is too low to support CUDA 13, please change `vllm/vllm-openai:v0.21.0` to `vllm/vllm-openai:v0.21.0-cu129` in the Dockerfile. **Full Changelog**: https://github.com/opendatalab/MinerU/compare/mineru-3.2.0-released...mineru-3.2.1-released