Skip to content

Commit ce3c56f

Browse files
authored
Update README.md
1 parent f8cae63 commit ce3c56f

File tree

1 file changed

+1
-14
lines changed

1 file changed

+1
-14
lines changed

README.md

+1-14
Original file line numberDiff line numberDiff line change
@@ -30,19 +30,6 @@ Cortex is actively maintained by Cortex Labs. We're a venture-backed team of inf
3030
gpu: 2
3131
```
3232
33-
**Customize** request handling (optional):
34-
35-
```python
36-
# handler.py
37-
38-
def preprocess(payload):
39-
# Python code
40-
41-
42-
def postprocess(prediction):
43-
# Python code
44-
```
45-
4633
**Deploy** to your cloud infrastructure:
4734
4835
```
@@ -66,7 +53,7 @@ $ curl -d '{"a": 1, "b": 2, "c": 3}' https://amazonaws.com/my-api
6653

6754
- **Machine learning deployments as code:** Cortex deployments are defined using declarative configuration.
6855

69-
- **Multi framework support:** Cortex supports TensorFlow, Keras, PyTorch, Scikit-learn, XGBoost, and more.
56+
- **Multi framework support (coming soon):** Cortex will support TensorFlow, Keras, PyTorch, Scikit-learn, XGBoost, and more.
7057

7158
- **CPU / GPU support:** Cortex can run inference on CPU or GPU infrastructure.
7259

0 commit comments

Comments
 (0)