Typofix: malformed `xformers` version (#3384)

s/0.12.0/0.0.12/
pull/3398/head
Jan Roudaut 2023-03-31 17:32:44 +02:00 committed by GitHub
parent 5f2e34e6c9
commit 51cd2fec57
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -82,7 +82,7 @@ CUDA_EXT=1 pip install .
#### Step 3:Accelerate with flash attention by xformers(Optional)
Notice that xformers will accelerate the training process in cost of extra disk space. The suitable version of xformers for this training process is 0.12.0. You can download xformers directly via pip. For more release versions, feel free to check its official website: [XFormers](./https://pypi.org/project/xformers/)
Notice that xformers will accelerate the training process in cost of extra disk space. The suitable version of xformers for this training process is 0.0.12. You can download xformers directly via pip. For more release versions, feel free to check its official website: [XFormers](./https://pypi.org/project/xformers/)
```
pip install xformers==0.0.12