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.0tovllm/vllm-openai:v0.21.0-cu129in the Dockerfile.
Full Changelog: mineru-3.2.0-released...mineru-3.2.1-released