Skip to content

Commit b14ce19

Browse files
authored
Update README.md
1 parent 60b803f commit b14ce19

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

README.md

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -19,13 +19,14 @@ Cortex is actively maintained by Cortex Labs. We're a venture-backed team of inf
1919
**Define** your deployment using declarative configuration:
2020

2121
```yaml
22+
# cortex.yaml
23+
2224
- kind: api
2325
name: my-api
24-
external_model:
25-
path: s3://my-bucket/my-model.zip
26-
region: us-west-2
26+
model: s3://my-bucket/my-model.zip
27+
request_handler: transform_payload.py
2728
compute:
28-
replicas: 3
29+
replicas: 4
2930
gpu: 2
3031
```
3132
@@ -52,7 +53,7 @@ $ curl -d '{"a": 1, "b": 2, "c": 3}' https://amazonaws.com/my-api
5253

5354
- **Machine learning deployments as code:** Cortex deployments are defined using declarative configuration.
5455

55-
- **Multi framework support:** Cortex supports TensorFlow models with more frameworks coming soon.
56+
- **Multi framework support:** Cortex supports TensorFlow, Keras, PyTorch, Scikit-learn, XGBoost, and more.
5657

5758
- **CPU / GPU support:** Cortex can run inference on CPU or GPU infrastructure.
5859

0 commit comments

Comments
 (0)