Skip to content

Commit 286b304

Browse files
ospillingerdeliahu
authored andcommitted
Update docs
(cherry picked from commit 9ef5dea)
1 parent c3fe3f9 commit 286b304

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

docs/deployments/compute.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@ For example:
1111
cpu: 1
1212
gpu: 1
1313
mem: 1G
14-
1514
```
1615
1716
CPU, GPU, and memory requests in Cortex correspond to compute resource requests in Kubernetes. In the example above, the API will only be scheduled once 1 CPU, 1GPU, and 1G of memory are available on any instance, and the deployment will be guaranteed to have access to those resources throughout its execution. In some cases, resource requests can be (or may default to) `Null`.

docs/deployments/statuses.md

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

33
| Status | Meaning |
4-
|-----------------------|---|
4+
| :--- | :--- |
55
| live | API is deployed and ready to serve prediction requests (at least one replica is running) |
66
| pending | API is pending |
77
| creating | API is being created |

0 commit comments

Comments
 (0)