Skip to content

Commit

Permalink
set missing pruning default for tap.PAIR
Browse files Browse the repository at this point in the history
Signed-off-by: Jeffrey Martin <[email protected]>
  • Loading branch information
jmartin-tech committed Dec 16, 2024
1 parent 61d9581 commit d071c96
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions garak/probes/tap.py
Original file line number Diff line number Diff line change
Expand Up @@ -260,6 +260,7 @@ class PAIR(Probe):
"depth": 10,
"n_streams": 1,
"keep_last_n": 1,
"pruning": True,
}

def __init__(self, config_root=_config):
Expand Down

0 comments on commit d071c96

Please sign in to comment.