From b0f7f078b77aea1eff1e315bf5982d97b3de4807 Mon Sep 17 00:00:00 2001 From: CHEN <116010019@link.cuhk.edu.cn> Date: Sat, 18 Apr 2026 16:59:06 +0800 Subject: [PATCH] remove redundant docs Signed-off-by: CHEN <116010019@link.cuhk.edu.cn> --- README.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/README.md b/README.md index dd53c2fb1a6..6726c51f830 100644 --- a/README.md +++ b/README.md @@ -67,8 +67,6 @@ Visit our [documentation](https://vllm-omni.readthedocs.io/en/latest/) to learn - [Quickstart](https://vllm-omni.readthedocs.io/en/latest/getting_started/quickstart/) - [List of Supported Models](https://vllm-omni.readthedocs.io/en/latest/models/supported_models/) -**Qwen3-Omni realtime (WebSocket):** stream PCM through the OpenAI-style `/v1/realtime` endpoint using the example client and server notes in [examples/online_serving/qwen3_omni/README.md](examples/online_serving/qwen3_omni/README.md) (requires `async_chunk` disabled on the server). - ## Contributing We welcome and value any contributions and collaborations.