From 4bcff5594e57cb40767643a0b310d69d2d39ea19 Mon Sep 17 00:00:00 2001 From: CharlesCNorton <135471798+CharlesCNorton@users.noreply.github.com> Date: Sun, 16 Jun 2024 06:21:20 -0400 Subject: [PATCH] Fix: typo in 'Requirements' section: Change "recommended" to "recommend" The word "recommended" in the 'Requirements' section should be "recommend" to maintain correct grammar and clarity in the sentence. - Before: "For more efficiency and speed on GPUs, we highly recommended installing the xformers library." - After: "For more efficiency and speed on GPUs, we highly recommend installing the xformers library." This change ensures that the verb form agrees with the subject "we," improving the readability and accuracy of the documentation. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 2dfddca..53ee3a7 100644 --- a/README.md +++ b/README.md @@ -67,7 +67,7 @@ pip install -e . ``` #### xformers efficient attention For more efficiency and speed on GPUs, -we highly recommended installing the [xformers](https://github.com/facebookresearch/xformers) +we highly recommend installing the [xformers](https://github.com/facebookresearch/xformers) library. Tested on A100 with CUDA 11.4.