Skip to content

Commit

Permalink
update vllm guide with uv tool installation method
Browse files Browse the repository at this point in the history
  • Loading branch information
gaardhus committed Feb 5, 2025
1 parent f946660 commit d3fd7a7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/server/guides/llms.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ to host and run large language models locally.
Install vllm:

```bash
uv add vllm setuptools
uv tool install --with setuptools vllm
```

## Inference server
Expand Down

0 comments on commit d3fd7a7

Please sign in to comment.