From 69c645f89e8f8f1d2350ecca42dbd476893dba54 Mon Sep 17 00:00:00 2001 From: Jan Roudaut Date: Fri, 31 Mar 2023 17:14:01 +0200 Subject: [PATCH] Typofix: malformed `xformers` version s/0.12.0/0.0.12/ --- examples/images/diffusion/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/images/diffusion/README.md b/examples/images/diffusion/README.md index 3f9690500130..c05cc6604e25 100644 --- a/examples/images/diffusion/README.md +++ b/examples/images/diffusion/README.md @@ -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