Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/quickstart.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ We'll need to serve our model on an inference server with vLLM. The following wi
uv tool install vllm

# Serve the model locally
uvx --with setuptools serve allenai/OLMo-1B-hf --dtype auto --api-key MY_KEY --chat-template chat_templates/omlo-chat-template.jinja
uvx --with setuptools vllm serve allenai/OLMo-1B-hf --dtype auto --api-key MY_KEY --chat-template chat_templates/olmo-chat-template.jinja
```

Some things to keep in mind:
Expand Down