Skip to content

Commit f963e5a

Browse files
committed
Update job ID
1 parent 57a248e commit f963e5a

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ Note that there are other parameters that can also be added to the config but no
8888
### `status` command
8989
You can check the inference server status by providing the Slurm job ID to the `status` command:
9090
```bash
91-
vec-inf status 13014393
91+
vec-inf status 15373800
9292
```
9393

9494
If the server is pending for resources, you should see an output like this:
@@ -112,7 +112,7 @@ Note that the base URL is only available when model is in `READY` state, and if
112112
### `metrics` command
113113
Once your server is ready, you can check performance metrics by providing the Slurm job ID to the `metrics` command:
114114
```bash
115-
vec-inf metrics 13014393
115+
vec-inf metrics 15373800
116116
```
117117

118118
And you will see the performance metrics streamed to your console, note that the metrics are updated with a 2-second interval.
@@ -122,9 +122,9 @@ And you will see the performance metrics streamed to your console, note that the
122122
### `shutdown` command
123123
Finally, when you're finished using a model, you can shut it down by providing the Slurm job ID:
124124
```bash
125-
vec-inf shutdown 13014393
125+
vec-inf shutdown 15373800
126126
127-
> Shutting down model with Slurm Job ID: 13014393
127+
> Shutting down model with Slurm Job ID: 15373800
128128
```
129129

130130
### `list` command

docs/source/user_guide.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ Note that there are other parameters that can also be added to the config but no
7070
You can check the inference server status by providing the Slurm job ID to the `status` command:
7171

7272
```bash
73-
vec-inf status 13014393
73+
vec-inf status 15373800
7474
```
7575

7676
If the server is pending for resources, you should see an output like this:
@@ -95,7 +95,7 @@ Note that the base URL is only available when model is in `READY` state, and if
9595

9696
Once your server is ready, you can check performance metrics by providing the Slurm job ID to the `metrics` command:
9797
```bash
98-
vec-inf metrics 13014393
98+
vec-inf metrics 15373800
9999
```
100100

101101
And you will see the performance metrics streamed to your console, note that the metrics are updated with a 2-second interval.
@@ -106,9 +106,9 @@ And you will see the performance metrics streamed to your console, note that the
106106

107107
Finally, when you're finished using a model, you can shut it down by providing the Slurm job ID:
108108
```bash
109-
vec-inf shutdown 13014393
109+
vec-inf shutdown 15373800
110110
111-
> Shutting down model with Slurm Job ID: 13014393
111+
> Shutting down model with Slurm Job ID: 15373800
112112
```
113113

114114
(list-command)=

0 commit comments

Comments
 (0)