We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9e5b70a commit ca3f6e8Copy full SHA for ca3f6e8
README.md
@@ -71,6 +71,15 @@ podman run \
71
72
Replace `latest` with `stable` for the newest tagged release or set a specific release if desired.
73
74
+#### Available Tags
75
+
76
+| Tags | Notes |
77
+| ------------------------------------------------------------------------------------------ | --------------------------------------------- |
78
+| `nightly` | Built from `main` every night |
79
+| [`v0.3.0`](https://github.com/vllm-project/guidellm/releases/tag/v0.3.0) `stable` `latest` | - |
80
+| [`v0.2.1`](https://github.com/vllm-project/guidellm/releases/tag/v0.2.1) | - |
81
+| `pr-*` | Development builds (DO NOT USE IN PRODUCTION) |
82
83
### Quick Start
84
85
#### 1. Start an OpenAI Compatible Server (vLLM)
0 commit comments