From d0ecd6d3cbd20e9d6f2afee1923dd3e5d1083cd7 Mon Sep 17 00:00:00 2001 From: Daniel Han Date: Mon, 15 Sep 2025 01:42:59 -0700 Subject: [PATCH] Update README.md --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index b283b97f6b..25a9d69b46 100644 --- a/README.md +++ b/README.md @@ -153,8 +153,9 @@ For **advanced installation instructions** or if you see weird errors during ins pip install ninja pip install -v --no-build-isolation -U git+https://github.com/facebookresearch/xformers.git@main#egg=xformers ``` - Check if `xformers` succeeded with `python -m xformers.info` Go to https://github.com/facebookresearch/xformers. Another option is to install `flash-attn` for Ampere GPUs and ignore `xformers` -5. You can try installing `vllm` and seeing if `vllm` succeeds. + Check if `xformers` succeeded with `python -m xformers.info` Go to https://github.com/facebookresearch/xformers. Another option is to install `flash-attn` for Ampere GPUs and ignore `xformers` + +5. For GRPO runs, you can try installing `vllm` and seeing if `vllm` succeeds. 6. Double check that your versions of Python, CUDA, CUDNN, `torch`, `triton`, and `xformers` are compatible with one another. The [PyTorch Compatibility Matrix](https://github.com/pytorch/pytorch/blob/main/RELEASE.md#release-compatibility-matrix) may be useful. 5. Finally, install `bitsandbytes` and check it with `python -m bitsandbytes`