Skip to content

Commit

Permalink
Update pydantic install instructions for vLLM (#564)
Browse files Browse the repository at this point in the history
  • Loading branch information
rlouf authored Jan 22, 2024
1 parent 6c6966c commit 950a5c1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/reference/vllm.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Outlines can be deployed as an LLM service using the vLLM inference engine and a

```bash
pip install outlines[serve]
pip install pydantic>=2.0
pip install "pydantic>=2.0"
```

!!! Warning
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ test = [
"huggingface_hub"
]
serve = [
"vllm==0.2.6",
"vllm>=0.2.6",
"ray==2.9.0",
"uvicorn",
"fastapi"
Expand Down

0 comments on commit 950a5c1

Please sign in to comment.