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.
This commit is contained in:
CharlesCNorton 2024-06-16 06:21:20 -04:00 committed by GitHub
parent cf1d67a6fd
commit 4bcff5594e
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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.