From fa79281a26d9f0be37e16d770e5447ae4bb7a06c Mon Sep 17 00:00:00 2001 From: Martin Kim Date: Mon, 11 Sep 2023 13:30:46 -0700 Subject: [PATCH] Update README --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 369005c..708880d 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ ## Instructions for running in AWS -1. Launch an instance with the [Deep Learning Base GPU AMI](https://aws.amazon.com/releasenotes/aws-deep-learning-base-gpu-ami-ubuntu-20-04/) +1. Launch an instance with the [Deep Learning Base GPU AMI](https://aws.amazon.com/releasenotes/aws-deep-learning-base-gpu-ami-ubuntu-20-04/). Note that this AMI currently only supports P5, P4de, P4d, P3, G5, G3, and G4dn instances. 2. Log into the instance and configure GPUs to run inside Docker containers ``` @@ -46,4 +46,4 @@ docker stop autotune ``` -8. All logs are stored in the `save_dir` argument passed into (6) \ No newline at end of file +8. All logs are stored in the `save_dir` argument passed into (6)