From c41835e8372e90f0cdc201e3f10d4d6a235f7c4a Mon Sep 17 00:00:00 2001 From: Hrithik Sagar <43140053+hrithiksagar@users.noreply.github.com> Date: Wed, 1 Oct 2025 17:09:00 +0530 Subject: [PATCH] Update README.md Added the link to install dependencies for GPT OSS vLLM offline serve. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 0104cec4..12592f79 100644 --- a/README.md +++ b/README.md @@ -88,7 +88,7 @@ uv pip install --pre vllm==0.10.1+gptoss \ vllm serve openai/gpt-oss-20b ``` - +- if this is not working, refer to this vLLM support guide: [Support gpt-oss #22259](https://github.com/vllm-project/vllm/pull/22259) [Learn more about how to use gpt-oss with vLLM.](https://cookbook.openai.com/articles/gpt-oss/run-vllm) Offline Serve Code: