Skip to content

Commit 29f1188

Browse files
committed
correct three misspell words and pass codespell check
1 parent 7b714ad commit 29f1188

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

ucm/sandbox/sparse/kvcomp/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141

4242
</div>
4343

44-
## 📈 Accurancy Benchmarks
44+
## 📈 Accuracy Benchmarks
4545

4646

4747
<div align="center">
@@ -94,7 +94,7 @@ This design ensures both **efficiency** and **accuracy** by preserving essential
9494

9595
### Installation
9696

97-
KVComp is part of the UCM Sparse Attention module. For installation instructions, please refer to the [UCM's top-level README](../../../../README.md). Once UCM is installed, KVComp is natrually supported by running the following example python scripts.
97+
KVComp is part of the UCM Sparse Attention module. For installation instructions, please refer to the [UCM's top-level README](../../../../README.md). Once UCM is installed, KVComp is naturally supported by running the following example python scripts.
9898

9999
```bash
100100
python ucm/sandbox/sparse/kvcomp/offline_inference_kvcomp.py
@@ -123,7 +123,7 @@ ktc = KVTransferConfig(
123123
```
124124

125125
### Configuration
126-
KvComp need a json configuration file. We have alread included several configs in `configs` folder, including Qwen3-4B, Qwen3-32B, and QwQ-32B.
126+
KvComp need a json configuration file. We have already included several configs in `configs` folder, including Qwen3-4B, Qwen3-32B, and QwQ-32B.
127127

128128
```json
129129
{

0 commit comments

Comments
 (0)