diff --git a/troubleshooting/overview.mdx b/troubleshooting/overview.mdx index 62b3e7952..de38bc2ea 100644 --- a/troubleshooting/overview.mdx +++ b/troubleshooting/overview.mdx @@ -65,7 +65,7 @@ python main.py --preview-method none python main.py --use-pytorch-cross-attention python main.py --use-flash-attention -# Async weight offloading +# Async weight offloading (enabled by default on Nvidia GPUs) python main.py --async-offload ```