Skip to content
Merged
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 06_gpu_and_ml/llm-serving/vllm_inference.py
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,7 @@ def serve():
# to take it for a spin:

# ```bash
# # pip install openai==1.13.3
# # pip install openai==1.76.0
# python openai_compatible/client.py
# ```

Expand Down
Loading