Skip to content

Commit f91ceb3

Browse files
committed
Update GPU docs
1 parent 345a0ae commit f91ceb3

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

docs/cluster/install.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ export CORTEX_NODES_MAX="3"
3434
./cortex.sh install
3535
```
3636

37-
This will create resources in your AWS account which aren't included in the free teir, e.g. an EKS cluster, two Elastic Load Balancers, and EC2 instances (quantity and type as specified above). To use GPU nodes, you may need to [file a support ticket](https://console.aws.amazon.com/support/cases#/create?issueType=service-limit-increase&limitType=ec2-instances) to enable them in your AWS account.
37+
This will create resources in your AWS account which aren't included in the free teir, e.g. an EKS cluster, two Elastic Load Balancers, and EC2 instances (quantity and type as specified above). To use GPU nodes, you may need to subscribe to the [EKS-optimized AMI with GPU Support](https://aws.amazon.com/marketplace/pp/B07GRHFXGM) and [file an AWS support ticket](https://console.aws.amazon.com/support/cases#/create?issueType=service-limit-increase&limitType=ec2-instances) to incease the limit for your desired instance type.
3838

3939
## Create a deployment
4040

docs/deployments/compute.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ One unit of memory is one byte. Memory can be expressed as an integer or by usin
2525

2626
## GPU
2727

28-
1. Please make sure your AWS account is subscribed to the [EKS-optimized AMI with GPU Support](https://aws.amazon.com/marketplace/pp/B07GRHFXGM).
29-
2. Set CORTEX_NODE_TYPE to an AWS GPU instance (e.g. p2.xlarge) before installing Cortex.
30-
3. Note that one unit of GPU corresponds to one virtual GPU on AWS. Fractional requests are not allowed.
28+
1. Make sure your AWS account is subscribed to the [EKS-optimized AMI with GPU Support](https://aws.amazon.com/marketplace/pp/B07GRHFXGM).
29+
2. You may need to [file an AWS support ticket](https://console.aws.amazon.com/support/cases#/create?issueType=service-limit-increase&limitType=ec2-instances) to incease the limit for your desired instance type.
30+
3. Set CORTEX_NODE_TYPE to an AWS GPU instance (e.g. p2.xlarge) before installing Cortex.
31+
4. Note that one unit of GPU corresponds to one virtual GPU on AWS. Fractional requests are not allowed.

0 commit comments

Comments
 (0)