You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: cache_configs/fastgen.yaml
+2-1Lines changed: 2 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -6,4 +6,5 @@ history_window_size: 400 # How many past steps to consider for attention import
6
6
drop_amount: 0# How frequently to calculate which tokens to evict (0 means we recalculate every step)
7
7
attn_thresholding: False # Whether to threshold attention scores or record raw probabilities
8
8
min_recovery_frac: 0.85# Higher is less compression (0.85 means we choose the policy which compresses the most tokens AND recovers 85% of the full attention matrix)
9
-
heavy_hitter_frac: 0.3# Higher is less compression for the heavy hitter strategy
9
+
heavy_hitter_frac: 0.3# Higher is less compression for the heavy hitter strategy
0 commit comments