Skip to content

Commit c844335

Browse files
committed
Fix flake8
Signed-off-by: SimJeg <sjegou@nvidia.com>
1 parent 5984ad2 commit c844335

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

kvpress/presses/duo_attention_press.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ class DuoAttentionPress(BasePress):
3838
3939
Head classification is based on scores.
4040
- If on_the_fly_scoring=False, scores are loaded from https://github.com/mit-han-lab/duo-attention/
41-
- (experimental) If on_the_fly_scoring=True, scores are computed using duo_attention_on_the_fly
41+
- (experimental) If on_the_fly_scoring=True, scores are computed using duo_attention_on_the_fly
4242
"""
4343

4444
head_compression_ratio: float = 0.0

0 commit comments

Comments
 (0)