What's Changed
-
2025/12/02 2.6.6 Release
mineru-apitool optimizations- Added descriptive text to
mineru-apiinterface parameters to improve API documentation readability. - You can use the environment variable
MINERU_API_ENABLE_FASTAPI_DOCSto control whether the auto-generated interface documentation page is enabled (enabled by default). - Added concurrency configuration options for the
vlm-vllm-async-engine,vlm-lmdeploy-engine, andvlm-http-clientbackends. Users can use the environment variableMINERU_API_MAX_CONCURRENT_REQUESTSto set the maximum number of concurrent API requests (unlimited by default).
- Added descriptive text to
-
2025/12/02 2.6.6 发布
Ascend适配优化- 优化命令行工具初始化流程,使Ascend适配方案中
vlm-vllm-engine后端在命令行工具中可用。 - 为Atlas 300I Duo(310p)设备更新适配文档。
- 优化命令行工具初始化流程,使Ascend适配方案中
mineru-api工具优化- 为
mineru-api接口参数增加描述性文本,优化接口文档可读性。 - 可通过环境变量
MINERU_API_ENABLE_FASTAPI_DOCS控制是否启用自动生成的接口文档页面,默认为启用。 - 为
vlm-vllm-async-engine、vlm-lmdeploy-engine、vlm-http-client后端增加并发数配置选项,用户可通过环境变量MINERU_API_MAX_CONCURRENT_REQUESTS控制api接口的最大并发请求数,默认为不限制数量。
- 为
New Contributors
Full Changelog: mineru-2.6.5-released...mineru-2.6.6-released