Skip to content

Commit dcc31e3

Browse files
committed
Fix typo in doc
1 parent 31ffb6c commit dcc31e3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/user_guide.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -151,7 +151,7 @@ Since batch launches use heterogeneous jobs, users can request different partiti
151151

152152
You can check the status of all inference servers launched through `vec-inf` by running the `status` command:
153153
```bash
154-
vec-inf status`
154+
vec-inf status
155155
```
156156

157157
And you should see an output like this:
@@ -207,7 +207,7 @@ There are 5 possible states:
207207

208208
**Note**
209209
* The base URL is only available when model is in `READY` state.
210-
* For servers launched with `batch-launch`, the job ID should follow the format of "MAIN_JOB_ID+OFFSET" (e.g. 17480109+0, 17480109+1).
210+
* For servers launched with `batch-launch`, the job ID should follow the format of "MAIN_JOB_ID+OFFSET" (e.g. 1435035+0, 1435035+1).
211211

212212
### `metrics` command
213213

0 commit comments

Comments
 (0)