From a33764f64a3ff698d6a1baeafb0000ee2abf00f4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dr=2E=20Artificial=E6=9B=BE=E5=B0=8F=E5=81=A5?= <875100501@qq.com> Date: Wed, 21 Aug 2024 10:35:51 +0800 Subject: [PATCH] the test_flash_attn.py it's actually in parent directory the test_flash_attn.py it's actually in parent directory --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 ```