From 5aaa0dfbe9b3d40e37257648198372daf0f486fc Mon Sep 17 00:00:00 2001 From: Nathan Wasson Date: Mon, 12 Feb 2024 16:46:38 -0600 Subject: [PATCH] Minor language tweak in README.md --- large_language_model/megatron-lm/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/large_language_model/megatron-lm/README.md b/large_language_model/megatron-lm/README.md index 2a291f063..3fb89ef47 100755 --- a/large_language_model/megatron-lm/README.md +++ b/large_language_model/megatron-lm/README.md @@ -166,7 +166,7 @@ Evaluation on the validation subset that consists of 24567 examples. ### S3 artifacts download The dataset and the checkpoints are available to download from an S3 bucket. You can download this data from the bucket using Rclone as follows: -To install Rclone on Windows, you can download the executable [here](https://rclone.org/install/#windows). +To run Rclone on Windows, you can download the executable [here](https://rclone.org/install/#windows). To install Rclone on Linux/macOS/BSD systems, run: ``` sudo -v ; curl https://rclone.org/install.sh | sudo bash