diff --git a/README.md b/README.md index 3e2e066cf..1aa62208f 100644 --- a/README.md +++ b/README.md @@ -57,7 +57,7 @@ python setup.py install To run the test: ```sh export PYTHONPATH=$PWD -pytest -q -s test_flash_attn.py +pytest -q -s ../tests/test_flash_attn.py ```