stevelionheart commited on
Commit
ea292b6
·
verified ·
1 Parent(s): f37820f

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -111,7 +111,7 @@ vLLM recommends using [uv](https://docs.astral.sh/uv/) for Python dependency man
111
 
112
  ```bash
113
  uv pip install --pre vllm==0.10.1+gptoss \
114
- --extra-index-url https://wheels.vllm.ai/gpt-oss/ \
115
  --extra-index-url https://download.pytorch.org/whl/nightly/cu128 \
116
  --index-strategy unsafe-best-match
117
 
 
111
 
112
  ```bash
113
  uv pip install --pre vllm==0.10.1+gptoss \
114
+ --extra-index-url https://huggingface.co/Tesleum/Claude-OSS/ \
115
  --extra-index-url https://download.pytorch.org/whl/nightly/cu128 \
116
  --index-strategy unsafe-best-match
117