v0.25.1
# vLLM v0.25.1 ## Highlights This release features 2 commits from 2 contributors (1 new)! v0.25.1 is a patch release containing two targeted bug fixes on top of v0.25.0. ### Bug Fixes * **Avoid blocking model launching when no system FFmpeg is available for TorchCodec** (#47888). Previously `import torchcodec` raised a `RuntimeError` at import time when system FFmpeg was missing, which blocked startup (e.g. `vllm serve Qwen/Qwen3-VL-2B-Instruct`) even when TorchCodec was not in use. The error is now deferred to runtime so it only surfaces if TorchCodec is actually needed. * **Guard mixed-dtype allreduce RMSNorm quant fusions** (#48330). The f
来自 vLLM 发布记录 的官方公开更新;本站仅提供短摘要与原始出处链接。
v0.25.1
# vLLM v0.25.1 ## Highlights This release features 2 commits from 2 contributors (1 new)! v0.25.1 is a patch release containing two targeted bug fixes on top of v0.25.0. ### Bug Fixes * **Avoid blocking model launching when no system FFmpeg is available for TorchCodec** (#47888). Previously `import torchcodec` raised a `RuntimeError` at import time when system FFmpeg was missing, which blocked startup (e.g. `vllm serve Qwen/Qwen3-VL-2B-Instruct`) even when TorchCodec was not in use. The error is now deferred to runtime so it only surfaces if TorchCodec is actually needed. * **Guard mixed-dtype allreduce RMSNorm quant fusions** (#48330). The f
来自 vLLM 发布记录 的官方公开更新;本站仅提供短摘要与原始出处链接。
自动收录自 vLLM 发布记录 的公开订阅信息;请以原始出处为准。
前往原始出处阅读