We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3901ab3 commit 69d05abCopy full SHA for 69d05ab
README.md
@@ -1,3 +1,5 @@
1
+<img src='https://s3-us-west-2.amazonaws.com/cortex-public/logo.png' height='88'>
2
+
3
# Machine learning model serving infrastructure
4
5
<br>
@@ -15,7 +17,7 @@
15
17
16
18
* **Multi framework:** deploy TensorFlow, PyTorch, scikit-learn, and other models.
19
* **Autoscaling:** automatically scale APIs to handle production workloads.
-* **CPU / GPU support:** run inference on CPU or GPU instances.
20
+* **ML instances:** run inference on G4, P2, M5, C5 and other AWS instance types.
21
* **Spot instances:** save money with spot instances.
22
* **Rolling updates:** update deployed APIs with no downtime.
23
* **Log streaming:** stream logs from deployed models to your CLI.
0 commit comments