Skip to content

Commit 38c2bea

Browse files
committed
Update README.md
1 parent f391239 commit 38c2bea

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

README.md

+3-2
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111

1212
* **Multi framework:** deploy TensorFlow, PyTorch, scikit-learn, and other models.
1313
* **Autoscaling:** automatically scale APIs to handle production workloads.
14-
* **ML instances:** run inference on G4, P2, M5, C5 and other AWS instance types.
14+
* **ML instances:** run inference on G4, P2, Inf1, M5, C5 and other AWS instance types.
1515
* **Spot instances:** save money with spot instances.
1616
* **Multi-model APIs:** deploy multiple models in a single API.
1717
* **Rolling updates:** update deployed APIs with no downtime.
@@ -139,7 +139,8 @@ Cortex manages its own Kubernetes cluster so that end-to-end functionality like
139139

140140
## Examples
141141

142-
<!-- CORTEX_VERSION_README_MINOR x3 -->
142+
<!-- CORTEX_VERSION_README_MINOR x4 -->
143143
* [Image classification](https://github.com/cortexlabs/cortex/tree/0.18/examples/tensorflow/image-classifier): deploy an Inception model to classify images.
144144
* [Search completion](https://github.com/cortexlabs/cortex/tree/0.18/examples/pytorch/search-completer): deploy Facebook's RoBERTa model to complete search terms.
145145
* [Text generation](https://github.com/cortexlabs/cortex/tree/0.18/examples/pytorch/text-generator): deploy Hugging Face's DistilGPT2 model to generate text.
146+
* See [all examples](https://github.com/cortexlabs/cortex/tree/0.18/examples)

0 commit comments

Comments
 (0)