You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -102,7 +102,7 @@ Note that there are other parameters that can also be added to the config but no
102
102
* `metrics`: Streams performance metrics to the console.
103
103
* `shutdown`: Shutdown a model by providing its Slurm job ID.
104
104
* `list`: List all available model names, or view the default/cached configuration of a specific model, `--json-mode` supported.
105
-
* `cleanup`: Remove old log directories. You can filter by `--model-family`, `--model-name`, and/or `--job-id`. Use `--dry-run` to preview what would be deleted.
105
+
* `cleanup`: Remove old log directories. You can filter by `--model-family`, `--model-name`, `--job-id`, and/or `--before-job-id`. Use `--dry-run` to preview what would be deleted.
106
106
107
107
For more details on the usage of these commands, refer to the [User Guide](https://vectorinstitute.github.io/vector-inference/user_guide/)
Copy file name to clipboardExpand all lines: vec_inf/README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,6 +5,6 @@
5
5
*`metrics`: Streams performance metrics to the console.
6
6
*`shutdown`: Shutdown a model by providing its Slurm job ID.
7
7
*`list`: List all available model names, or view the default/cached configuration of a specific model, `--json-mode` supported.
8
-
*`cleanup`: Remove old log directories. You can filter by `--model-family`, `--model-name`, and/or `--job-id`. Use `--dry-run` to preview what would be deleted.
8
+
*`cleanup`: Remove old log directories. You can filter by `--model-family`, `--model-name`, `--job-id`, and/or `--before-job-id`. Use `--dry-run` to preview what would be deleted.
0 commit comments