Skip to content

Commit d9fc1c3

Browse files
committed
Update docs
1 parent 6e62408 commit d9fc1c3

File tree

4 files changed

+6
-4
lines changed

4 files changed

+6
-4
lines changed

docs/cluster/cli.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -147,14 +147,16 @@ Flags:
147147

148148
## version
149149

150-
This command prints the version of the CLI and cluster
150+
```text
151+
This command prints the version of the CLI and cluster.
151152
152153
Usage:
153154
cortex version [flags]
154155
155156
Flags:
156157
-e, --env string environment (default "default")
157158
-h, --help help for version
159+
```
158160

159161
## configure
160162

docs/deployments/prediction-monitoring.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Prediction Monitoring
1+
# Prediction monitoring
22

33
`tracker` can be configured to collect API prediction metrics and display real-time stats in `cortex get <api_name>`. The tracker looks for scalar values in the response payload. If the response payload is a JSON object, `key` can be set to extract the desired scalar value.
44

docs/deployments/request-handlers.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Request handlers
22

3-
Request handlers can be used with `tensorflow` or `onnx` exported models. They contain a `pre_inference()` function and/or a `post_inference()` function that are to process data before and after running an inference. Global variables can be used safely in both functions because each replica handles one request at a time.
3+
Request handlers can be used with TensorFlow or ONNX exported models. They contain a `pre_inference()` function and/or a `post_inference()` function that are to process data before and after running an inference. Global variables can be used safely in both functions because each replica handles one request at a time.
44

55
## Implementation
66

docs/deployments/statuses.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# API Statuses
1+
# API statuses
22

33
| Status | Meaning |
44
|-----------------------|---|

0 commit comments

Comments
 (0)