From 7fafd559ad1c84c22be7450b8004a7c1f8b58443 Mon Sep 17 00:00:00 2001 From: ADou Date: Wed, 9 Sep 2026 07:49:03 +0000 Subject: [PATCH] =?UTF-8?q?[None][docs]=20fix=20longbench=20README=20Direc?= =?UTF-8?q?tory=20Structure=20sparse=5Fattention=E2=86=92longbench?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The Directory Structure example still rooted the tree at sparse_attention/, but the eval scripts live under examples/longbench/ on main (examples/sparse_attention/ now only has RocketKV.md). Signed-off-by: ADou --- examples/longbench/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/longbench/README.md b/examples/longbench/README.md index f1ad9a16db58..c5eb51dd7de6 100644 --- a/examples/longbench/README.md +++ b/examples/longbench/README.md @@ -29,7 +29,7 @@ pip install -r requirements.txt After cloning, your directory structure should look like: ```text -sparse_attention/ +longbench/ ├── eval_longbench_v1.py # LongBench v1 evaluation script ├── README.md # This file └── LongBench/ # Cloned LongBench repository