mirror of
https://github.com/Stability-AI/stablediffusion.git
synced 2024-12-22 15:44:58 +00:00
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:
parent
cf1d67a6fd
commit
4bcff5594e
1 changed files with 1 additions and 1 deletions
|
@ -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.
|
||||
|
|
Loading…
Reference in a new issue