Skip to content

Commit 6c9750d

Browse files
committed
Update default CORTEX_NODE_TYPE to t3.medium
1 parent 630b291 commit 6c9750d

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

cortex.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ export CORTEX_REGION="${CORTEX_REGION:-us-west-2}"
111111
export CORTEX_ZONES="${CORTEX_ZONES:-""}"
112112

113113
export CORTEX_CLUSTER="${CORTEX_CLUSTER:-cortex}"
114-
export CORTEX_NODE_TYPE="${CORTEX_NODE_TYPE:-t3.small}"
114+
export CORTEX_NODE_TYPE="${CORTEX_NODE_TYPE:-t3.medium}"
115115
export CORTEX_NODES_MIN="${CORTEX_NODES_MIN:-2}"
116116
export CORTEX_NODES_MAX="${CORTEX_NODES_MAX:-5}"
117117
export CORTEX_NAMESPACE="${CORTEX_NAMESPACE:-cortex}"

docs/cluster/config.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ export CORTEX_ZONES=""
2727
export CORTEX_CLUSTER="cortex"
2828

2929
# The AWS node type Cortex will use
30-
export CORTEX_NODE_TYPE="t3.small"
30+
export CORTEX_NODE_TYPE="t3.medium"
3131

3232
# Minimum number of nodes in the cluster
3333
export CORTEX_NODES_MIN=2

docs/cluster/development.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ export CORTEX_BUCKET="cortex-cluster-<your_name>"
5050
export CORTEX_REGION="us-west-2"
5151

5252
export CORTEX_CLUSTER="cortex"
53-
export CORTEX_NODE_TYPE="t3.small"
53+
export CORTEX_NODE_TYPE="t3.medium"
5454
export CORTEX_NODES_MIN="2"
5555
export CORTEX_NODES_MAX="5"
5656
export CORTEX_NAMESPACE="cortex"

examples/iris/cortex.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33

44
- kind: api
55
name: tensorflow
6-
model_format: tensorflow
76
model: s3://cortex-examples/iris/tensorflow.zip
7+
model_format: tensorflow
88

99
- kind: api
1010
name: pytorch

0 commit comments

Comments
 (0)